Get Cell
Retrieves details of the cell based on it's URN
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/cells/{cellUrn}
COPY
Path Parameters
string
cellUrn
Required
cellUrn
string
cellUrn
Required
cellUrn
Responses
200
OK
Returns Cell of type(s) application/json;version=38.1
{
"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)
400
Invalid configuration.
Returns Error of type(s) application/json;version=38.1
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace