Fetch Pipe/Connectivity Channels.
get
/topology/v2/tmf/resourceadapter/edge/paths/underlay/channels/{id}
Fetch Pipe/Connectivity Channels.
Request
Path Parameters
-
id(required): string
"pipe" or "connectivity" id in "business_object_type-id" format.
Query Parameters
-
filterEnabled: boolean
If set true, filters out channels which are not enabled.Example:
false -
filterUnassigned: boolean
If set true, filters out channels which are not enabling any trail.Example:
false -
limit: integer(int64)
Limit for pagination, defaults to 25 when not supplied.Example:
100 -
offset: integer(int64)
Offset for pagination, defaults to 0 when not supplied.Example:
10 -
sortBy: string
Sorting field, defaults to "id" when not supplied. "id" and "name" are the valid values.Example:
id -
sortOrder: string
Sorting order, defaults to "asc" when not supplied. "asc" and "desc" are the valid values.Example:
desc
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
List of channels 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