Reference Guide
Table 211. 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/v1/CompositionService/ResourceBlocks
This API represents the chassis information by devices IDs.
GET method for ResourceBlocks
This method returns the chassis information.
Description
Returns the chassis information.
676 Redfish resource model