POST – Event Subscription Instance
Request
POST https://{{ip}}/redfish/v1/EventService/Subscriptions/{{Subscriptions_instance}}/Actions/
EventDestination.ResumeSubscription
Content-Type: application/json
This action shall resume a suspended event subscription, which affects the subscription status.
This action link is shown in the subscriptions instance only when the subscription gets suspended.
Request body
This action does not require any request body. Even if the request body is supplied, it will not be validated.
Response
The response status is success with status code as 204 and no body.
For Error Responses, please refer to Error Response.
Give documentation feedback