Resource Center/Elastic Bare Metal Management(Plus)
PUTElastic Bare Metal Management(Plus)Since 4.0.0SynchronousAuth Required
ChangeBareMetal2InstancePassword
ChangeBareMetal2InstancePassword
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 instance.
Body Fields
changebaremetal2instancepasswordObjectRequiredchangebaremetal2instancepassword request body object.
usernameStringRequiredThe username.
passwordStringRequiredThe password.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/v1/baremetal2/bm-instances/{uuid}/action
/v1/baremetal2/bm-instances/{uuid}/action
Request Example
curl -X PUT 'http://{host}/v1/baremetal2/bm-instances/{uuid}/action' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"changebaremetal2instancepassword":{"username":"<username>","password":"<password>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "chassisUuid": "1c06589d9b39475d8da1488cedad433b", "lastChassisUuid": "381c287319f040d6bfda27f2e873c495", "gatewayUuid": "ee6e344efcac481f9fb135c83868f2a0", "lastGatewayUuid": "77f3d8f675ae4fc1b52ddb35e64743ef", "chassisOfferingUuid": "0799c5e4b9db480abf0072a74af99cbc", "status": "Connected", "uuid": "f615bc219c264801ae2d183071b55b44", "name": "BM-1", "description": "This is a BareMetal2 Instance.", "zoneUuid": "f67ee2185540426495b410a3c8ea2ba9", "clusterUuid": "146f701449f8455f9d0ab375c86c1de4", "imageUuid": "9d8169d053c84ef5bee8f68225c95983", "rootVolumeUuid": "794df7c17cbf451eaa86ad3124a0f577", "platform": "Linux", "type": "baremetal2", "memorySize": 8.589934592E9, "cpuNum": 8.0, "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM", "state": "Running" } }Change History
This API has no change history records yet.
