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.0
{
"id": "string",
"productBuildDate": "string",
"isActive": false,
"name": "string",
"primaryIP": "string",
"productVersion": "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.
400
Invalid configuration.
Returns Error of type(s) application/json;version=38.0
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Availability
Added in 33.0
Cell Operations
DELETE
Delete Cell
GET
Get Cell
GET
Get Cell Group Current Topology Status
GET
Get Cell Group Topology Status
GET
Get Cell Topology History
GET
Query Cells