Set CloudServer password
POST/projects/:projectId/providers/Aruba.Compute/cloudServers/:cloudServerId/password
Set CloudServer password
Request
Path Parameters
cloudServerId stringrequired
projectId stringrequired
Query Parameters
api-version string
The requested API version
Default value:
1
- application/json
- text/json
- application/*+json
Body
passwordstringnullable
Body
passwordstringnullable
Body
passwordstringnullable
Responses
- 200
- 204
- 400
- 404
- 500
OK
No Content
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error