Retrieve a list of Edges
post
/topology/v2/edge/edges
Return a list of edges using an input Map containing typeId_referenceId and typeId.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
object
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Edges returned successfully.
Root Schema : schema
Type:
Show Source
object
-
autoSuggestName: string
-
availableCapacity: boolean
-
businessObjectClass: string
-
capacities: array
capacities
-
channels: array
channels
-
costValue1: number
(double)
-
costValue2: number
(double)
-
costValue3: number
(double)
-
createdDate: string
(date)
Example:
2022-03-10
-
createdUser: string
-
edgeType: string
-
entityId: integer
(int64)
-
entityVersion: integer
(int32)
-
fromNode: integer
(int64)
-
fromNodeBusinessObjectClass: string
-
fromNodeData: string
-
fromNodeReferenceId: string
-
id: string
-
inventoryStatus: string
-
isChannelized: boolean
-
isPipeInterfaceTerminated: boolean
-
lastModifiedDate: string
(date)
Example:
2022-03-10
-
lastModifiedUser: string
-
maxBandwidth: number
-
maxContiguousChannels: integer
(int32)
-
name: string
-
pathIds: array
pathIds
Unique Items Required:
true
-
properties: object
properties
Additional Properties Allowed: additionalProperties
-
protectedEdge: boolean
-
ratecode: string
-
referenceId: integer
(int64)
-
specName: string
-
technology: string
-
toNode: integer
(int64)
-
toNodeBusinessObjectClass: string
-
toNodeData: string
-
toNodeReferenceId: string
-
totalCapacity: number
-
trailPaths: integer
(int32)
-
unitBitRate: number
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.