API Guide
HTTP response
codes
202
Example request
body
{
"ResetType": "<value>"
}
Table 202. Attributes
Attribute name Description
ResetType The allowed values are:
• PowerOn
• PowerOffNonGraceful
• PowerOffGraceful
• PowerCycle
Redfish—CompositionService
redfish/v1/CompositionService
This API represents the composition service information.
GET method for CompositionService
This method returns the composition service information.
Description
Returns the composition service information.
Privilege VIEW
HTTP response
code
200
Example response
body
{
"@odata.context": "/redfish/
v1/$metadata#CompositionService.v1_0_0.CompositionService",
"@odata.type": "#CompositionService.v1_0_0.CompositionService",
"@odata.id": "/redfish/v1/CompositionService",
"Id": "CompositionService",
"Description": "Composition Service",
"Name": "Composition Service",
"Status":{
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK"
},
"ServiceEnabled": true,
"ResourceBlocks":{
"@odata.id": "/redfish/v1/CompositionService/ResourceBlocks"
},
"ResourceZones":{
"@odata.id": "/redfish/v1/CompositionService/ResourceZones"
}
}
Redfish resource model 587