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
password stringnullable
Body
password stringnullable
Body
password stringnullable
Responses
- 200
- 204
- 400
- 404
- 500
OK
No Content
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
property name* any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
property name* any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error
Loading...