EventDestination resource instances.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/EventService/Subscriptions' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#EventDestinationCollection.EventDestinationCollection",
"@odata.id": "/redfish/v1/EventService/Subscriptions",
"@odata.type": "#EventDestinationCollection.EventDestinationCollection",
"Description": "List of Event subscriptions",
"Members": [
{
"@odata.id": "/redfish/v1/EventService/Subscriptions/9f9ed320-a847-11f0-b054-6c3c8c60aeba"
}
],
"Members@odata.count": 1,
"Name": "Event Subscriptions Collection"
}