EasyManuals Logo
Home>Cisco>Server>UCS C Series

Cisco UCS C Series Programmer's Guide

Cisco UCS C Series
138 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #30 background imageLoading...
Page #30 background image
curl -XPATCH https://10.10.10.10/redfish/v1/EventService -d
'{"ServiceEnabled":true}' -u admin:password -insecure
Response:
{
"Status":{
"State":"Disabled",
"Health":"OK"
},
"DeliveryRetryIntervalInSeconds":30,
"EventTypesForSubscription":["Alert"],
"Id":"EventService",
"DeliveryRetryAttempts":3,
"ServiceEnabled":true,
"Name":"Event Service",
"Description":"Event Service represents the properties for the service"
}
Configuring Event Subscribers
Request:
curl -XPOST https://10.10.10.10/redfish/v1/EventService
/Subscriptions -d '{"Protocol":"Redfish","Destination":"10.104.255.59"
,"Context":"ffff","EventTypes":["Alert"],
"HttpHeaders":["Authorization:BasicYWRtaW46cGFzc3dvcmQ=",
"X-MyHeader:123"]}' -u admin:password -insecure
Response:
{
"subscriberKey":"351357385644ea45d8544885d7655a8d"
}
Retrieving a List of Subscribers
Request:
curl -GET https://10.10.10.10/redfish/v1/EventService
/Subscriptions -u admin:password -k
Response:
{
"Members":[{
"@odata.id":"/redfish/v1/EventService/Subscriptions
/771756785144ea475854488556157a85"
},{
"@odata.id":"/redfish/v1/EventService/Subscriptions
/881856885144ea489854488596158a49"
}],
"Description":"List of Event subscriptions",
"@odata.type":"#EventService.1.0.0.EventDestinationCollection",
"@odata.id":"/redfish/v1/EventService/Subscriptions",
Cisco UCS C-Series Servers REST API Programmer's Guide
24
Cisco IMC REST API Examples
Examples of Server Tasks

Table of Contents

Other manuals for Cisco UCS C Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Cisco UCS C Series and is the answer not in the manual?

Cisco UCS C Series Specifications

General IconGeneral
BrandCisco
ModelUCS C Series
CategoryServer
LanguageEnglish

Related product manuals