Cell
Cell
Information about a single VMware Cloud Director cell.
JSON Example
{
"id": "string",
"productBuildDate": "string",
"isActive": false,
"name": "string",
"primaryIP": "string",
"productVersion": "string",
"status": "string"
}
string
id
Optional
The unique id of the cell.
string As date-time As date-time
productBuildDate
Optional
The build date for the version of the product installed on this cell.
boolean
isActive
Optional
Cell active state.
string
name
Optional
The name of the cell.
string
primaryIP
Optional
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.
string
productVersion
Optional
The product version of the cell.
string
status
Required
Indicates the status of the cell. Possible values are:
- ACTIVE
- MAINTENANCE
- QUIESCED
- INACTIVE (Note: this value cannot be set via the API)