跳到主要内容

GET – 事件订阅集合

使用 GET 方法检索服务器的事件订阅集合资源的属性。

请求 URL

GET https://<BMC_IPADDR>/redfish/v1/EventService/Subscriptions

请求正文

响应正文

字段类型描述

Description

字符串

“This resource represents a Resource Collection of EventDestination instances for a Redfish implementation.”

Members

数组

项:事件订阅元素的引用链接。

Name

字符串

“Subscriptions”。

状态代码

HTTP 状态代码错误消息 ID
500InternalError

示例

返回以下示例 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"
}