Get Cell Group Current Topology Status
Presents an overview of the latest snapshot(according to the filter, if specified) of each currently active
cell. This resource can be used as a health check for the cell group. The filter and the sort query parameters
apply towards the topologies in the values
field.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/cells/current/topology
COPY
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
string
sortAsc
Optional
Field to use for ascending sort
string
sortDesc
Optional
Field to use for descending sort
Responses
200
OK
Returns
CellGroupTopologyStatus
of type(s)
application/json;version=39.1
{
"status": "string",
"values": [
{
"0": "C",
"1": "e",
"2": "l",
"3": "l",
"4": "T",
"5": "o",
"6": "p",
"7": "o",
"8": "l",
"9": "o",
"10": "g",
"11": "y",
"12": " ",
"13": "O",
"14": "b",
"15": "j",
"16": "e",
"17": "c",
"18": "t",
"popularity": 0,
"selfAssessment": 0
}
]
}
string
status
Optional
An enumeration of the state of the group - OK,DEGRADED
array of
values
values
Optional
The topology from the point of view of each cell
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/cells/current/topology
Availability
Added in 40.0.0-alpha
Cell Operations
GET
Query Cells
GET
Get Cell Group Topology Status
GET
Get Cell Group Current Topology Status
GET
Get Cell
PUT
Update Cell
DELETE
Delete Cell
GET
Get Cell Access Endpoints
PUT
Update Cell Access Endpoints
GET
Get Cell Topology History