Fetch Pipe/Connectivity Underlay layers.
get
/topology/v2/tmf/resourceadapter/edge/paths/underlay/{entityType}/{eid}
Fetch Pipe/Connectivity Underlay layers information based on the id, entityType and paths.
Request
Path Parameters
-
eid(required): string
Topology entity id of the Pipe or Connectivity.Example:
573739 -
entityType(required): string
"pipe" and "connectivity" are the only valid values.
Query Parameters
-
isChannel: boolean
When this is true, ATA DB will not be looked up for the eid and eid should be the actual Inventory ID of the channel.
-
maxPathLimit: integer(int32)
Defines the maximum number of paths to be returned at a time for any trail in the layers including the topmost trail.
-
paths: string
The comma separated path numbers for which the Underlay should be retrieved. If you want to retrieve all paths, specify "all" as the value of this parameter. If this parameter is omitted, by default working path (first path) Underlay is retrieved.Examples
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
List of GraphData which represents each layer is retrieved successfully.
Examples
400 Response
The request isn't valid
401 Response
The request is unauthorized
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred