Update Cell
Updates the cell, allowing the cell's status to be changed. This can be used to place an active cell into maintenance mode or quiesced mode, or vice versa.
cellUrn
cellUrn
This is the updated cell. Only the status property can be modified.
{
"id": "string",
"productBuildDate": "string",
"isActive": false,
"name": "string",
"primaryIP": "string",
"productVersion": "string",
"status": "string"
}
The unique id of the cell.
The build date for the version of the product installed on this cell.
Cell active state.
The name of the cell.
The primary ip address of the cell. This value will always match the secure api endpoint (apiEndpointIP) field in the the list of endpoints returned by the accessEndpoints API.
The product version of the cell.
Indicates the status of the cell. Possible values are:
- ACTIVE
- MAINTENANCE
- QUIESCED
- INACTIVE (Note: this value cannot be set via the API)
The request have been accepted and the task to monitor the request is in the Location header.
Invalid configuration.
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace