Heterarchy API
GET: List of Children Superzone IDs of a Heterarchy Element
Description
The call retrieves children superzone IDs of a heterarchy element and, under them, the AES IDs of the nested children floors. The element is identified by the path of the API call (either the full path or the id of the element- see Add/Update zones or tags for details on obtaining the element id).
HTTP Method
GET
Resource URI
/api/config/v1/heterarchy/:pathSegments/childrenfloors
Requires Basic Auth
N
Parameters
Name |
Required |
Default |
Type |
Location |
Description |
---|---|---|---|---|---|
pathSegments |
N |
— |
String |
pathReplace |
Full path to the element or element id. |
validDate |
N |
— |
String |
query |
Show elements valid at given date (yyyy-mm-dd HH:mm:ss) Allowed values/formats: yyyy-mm-dd HH:mm:ss. |
level |
N |
— |
String |
query |
Level name (SUPERZONE, FLOOR, AP, POI, or ZONE) Allowed values/formats: SUPERZONE FLOOR AP ZONE POI. |
Content Type
application/json
API History
Release |
Modification |
---|---|
Cisco CMX Release 10.4 |
This API is introduced. |
GET: Children Superzone IDs of Hiterarchy Element
Description
The call retrieves children superzone IDs of an heterarchy element and, under them, the counts of all the nested children elements. The element is identified by the path of the API call (either the full path or the ID of the element- see Add/Update zones or tags for details on obtaining the element id). Specifying a level retrieves only children of that level.
HTTP Method
GET
Resource URI
/api/config/v1/heterarchy/:pathSegments/childrencounts
Requires Basic Auth
N
Parameters
Name |
Required |
Default |
Type |
Location |
Description |
---|---|---|---|---|---|
pathSegments |
N |
— |
String |
pathReplace |
Full path to the element or element ID. |
validDate |
N |
— |
String |
query |
Show elements valid from given date (yyyy-mm-dd HH:mm:ss) Allowed values/formats: yyyy-mm-dd HH:mm:ss. |
level |
N |
— |
String |
query |
Level name (SUPERZONE, FLOOR, AP, POI, or ZONE) Allowed values/formats: SUPERZONE FLOOR AP ZONE POI. |
Content Type
application/json
API History
Release |
Modification |
---|---|
Cisco CMX Release 10.4 |
This API is introduced. |