Retrieve a list of communication edges
get
/edge/communication
Retrieve a list of communication edges
Request
Query Parameters
-
fromnode: string
The fromnode entityid for the edges
-
fromnodeId: string
The fromNode id of the edges
-
fromnodeLabel: string
The fromnode label for the edges
-
ratecode: string
The ratecode of the edges
-
technology: string
The technology of the edges
-
tonode: string
The tonode label for the edges
-
tonodeId: string
The toNode id of the edges
-
tonodeLabel: string
The toNode label for the edges
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Edge retrieved successfully
Root Schema : schema
Type:
Show Source
object
-
autoSuggestName: string
-
availableCapacity: boolean
-
businessObjectClass: string
-
capacities: array
capacities
-
costValue1: number
(double)
-
costValue2: number
(double)
-
costValue3: number
(double)
-
createdDate: string
(date)
-
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)
-
lastModifiedUser: string
-
maxBandwidth: number
-
maxContiguousChannels: integer
(int32)
-
name: string
-
properties: object
properties
Additional Properties Allowed: additionalProperties
-
ratecode: string
-
referenceId: integer
(int64)
-
specName: string
-
technology: string
-
toNode: integer
(int64)
-
toNodeBusinessObjectClass: string
-
toNodeData: string
-
toNodeReferenceId: string
-
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