Get Object Hierarchy/Topology
Get the complete hierarchy of an object from its root object.
URL: /adc-object-hierarchy
Type: POST
Parameters
| Param Type | Name | Description | Field Type |
|---|---|---|---|
| Header | sessionId ** | Session Id received after login | string |
| Query | Gwkey | Tenant Key. Needed only in case of multitenant installations | string |
| Query | gwsource** | Source from which the request is triggered (Eg: web, external) | String |
| Payload | Object | The composite key values that have to be given to identify an object. | String |
** - Mandatory value
Possible Response Message and Code
| HTTP Code | Description | Response Message |
|---|---|---|
| 400 | Bad request | Invalid Object type |
| 200 | OK | Topology successfully retrieved for the given object |
| 404 | Not Found | No object found |
| 403 | Forbidden | Permission not available for given objects |