GET – 事件订阅集合
使用 GET 方法检索服务器的事件订阅集合资源的属性。
请求 URL
GET https://<BMC_IPADDR>/redfish/v1/EventService/Subscriptions
请求正文
无
响应正文
字段 | 类型 | 描述 | ||||||
---|---|---|---|---|---|---|---|---|
Members | 数组 | 项:事件订阅元素的引用链接。 | ||||||
Name | 字符串 | “Subscriptions”。 |
状态代码
HTTP 状态代码 | 错误消息 ID |
---|---|
500 | InternalError |
示例
返回以下示例 JSON 响应:
{
"Members": [
{
"@odata.id": "/redfish/v1/EventService/Subscriptions/EE116883"
}
],
"@odata.type": "#EventDestinationCollection.EventDestinationCollection",
"@odata.id": "/redfish/v1/EventService/Subscriptions",
"Members@odata.count": 1,
"@odata.etag": "\"1554223063641\"",
"Name": "Subscriptions",
"@odata.context": "/redfish/v1/$metadata#EventDestinationCollection.EventDestinationCollection"
}
提供反馈