Get Cell

Get Cell

Retrieve a cell. Read only.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/cells/{cellUrn}
COPY
Path Parameters
string
cellUrn
Required

cellUrn


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Cell of type(s) application/json;version=37.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.

string
productVersion
Optional

The product version of the cell.


400

Invalid configuration.

Returns Error of type(s) application/json;version=37.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace