Resource Center/Elastic Bare Metal Management(Plus)
PUTElastic Bare Metal Management(Plus)Since 4.0.0SynchronousAuth Required
PowerOnBareMetal2Chassis
PowerOnBareMetal2Chassis
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe UUID of the bare metal chassis.
Body Fields
poweronbaremetal2chassisObjectRequiredpoweronbaremetal2chassis request body object.
bootDevStringOptional. The device used to boot the chassis.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/baremetal2/chassis/{uuid}/actions
/zstack/v1/baremetal2/chassis/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/baremetal2/chassis/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"poweronbaremetal2chassis":{"bootDev":"<bootDev>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "fe18fce7bab640479fc99e963f27765c", "name": "BM_CHASSIS", "description": "This is a bare metal chassis.", "zoneUuid": "9f82f0a1782141a0a50cb0fc4e55862b", "clusterUuid": "27fb6e8be3ea4f3f9beb9f13978b2df4", "chassisOfferingUuid": "89db818c01014601b4e3c0e9980f6be0", "type": "IPMI", "state": "Enabled", "status": "Available", "powerStatus": "POWER_ON", "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } }Change History
This API has no change history records yet.
