Get the Status of a Topology Widget
post
/api/graph/NodeDetails/read
Gets the status for the topology widget status that matches the specified vertex or edge class.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Nested Schema : graphNodeDetailsVertexClass
Type:
Show Source
object-
Widgets: array
Widgets
The contents of Widgets can changed dramatically based on the vertex and edge properties.The following is just a sample widget.
Nested Schema : graphNodeDetailsEdgeClass
Type:
Show Source
object-
Widgets: array
Widgets
The contents of Widgets can changed dramatically based on the vertex and edge properties.The following is just a sample widget.
Nested Schema : Widgets
Type:
arrayThe contents of Widgets can changed dramatically based on the vertex and edge properties.The following is just a sample widget.
Show Source
Nested Schema : items
Type:
Show Source
object-
_id: string
Vertex IdExample:
1c730895-8505-43a9-ac8e-f18c75edcde9 -
_type: string
Type of the nodeExample:
Device -
depth: integer
Number of hops from the start vertex.Example:
0 -
DeviceID: integer
Device IDExample:
349 -
Group: boolean
To check the node is part of tuck away group.Example:
true -
groupId: string
ID to link a nested node back to its parent.Example:
1c730895-8505-43a9-ac8e-f18c75edcde9 -
IPAddress: string
IP AddressExample:
100.77.220.52 -
Name: string
Name of the nodeExample:
Element1 -
NodeFontAwesomeIcon: string
FontAwesome icon class. Each node will only have one of the following= NodeIcon, NodeFontAwesomeIcon, and NodeUANIcon.Example:
fa fa-server-network -
NodeIcon: string
Path to the image icon used to represent the node. Each node will only have one of the following= NodeIcon, NodeFontAwesomeIcon, and NodeUANIconExample:
fa fa-server-network -
NodeUANIcon: string
Universal Assurance Network icon class. Each node will only have one of the following= NodeIcon, NodeFontAwesomeIcon, and NodeUANIcon.
-
open: boolean
Indicates if the node is open (expanded) or not.Example:
false -
radius: integer
Node radiusExample:
20 -
TimestampModified: string
Time stamp ModifiedExample:
2023-09-03 06:00:18 -
VertexClass: string
Type of the nodeExample:
Device -
VertexID: string
Vertex IDExample:
1c730895-8505-43a9-ac8e-f18c75edcde9 -
ZoneID: string
Zone IDExample:
3
Nested Schema : Widgets
Type:
arrayThe contents of Widgets can changed dramatically based on the vertex and edge properties.The following is just a sample widget.
Show Source
Nested Schema : items
Type:
Show Source
object-
_id: string
Edge Class IDExample:
984921d9-35cc-4571-acc9-6158004c7e53_c59a9d9e-b610-4a9e-bfec-eb522a218fe8_1c730895-8505-43a9-ac8e-f18c75edcde9 -
_type: string
Edge Class TypeExample:
ConnectsLayer2 -
EdgeClass: string
Edge ClassExample:
ConnectsLayer2 -
HopCount: integer
Hop CountExample:
1 -
id: string
Edge IDExample:
c59a9d9e-b610-4a9e-bfec-eb522a218fe8,1c730895-8505-43a9-ac8e-f18c75edcde9,984921d9-35cc-4571-acc9-6158004c7e53_c59a9d9e-b610-4a9e-bfec-eb522a218fe8_1c730895-8505-43a9-ac8e-f18c75edcde9 -
LineSize: integer
Width of the edge.Example:
1 -
Stroke: string
Line StyleExample:
Solid -
TimestampModified: string
Timestamp ModifiedExample:
2023-09-05 06:00:18 -
Type: string
Edge TypeExample:
ConnectsLayer2 -
TypeDirection: string
Describes the arrows on the end of the edge. Allowed values are:
- Non-Directed: An arrow on both ends of the edge pointing to the source and target.
- Directed: An arrow on one of the edge pointing to the target.
Example:Non-Directed
Response
Supported Media Types
- application/json-VertexClass
- application/json-EdgeClass
200 Response
Successful operation
Root Schema : schema
Match All
Show Source
-
object
SuccessfulGetOperation
The response body for a successful get operation.
-
object
type
Nested Schema : SuccessfulGetOperation
Type:
objectThe response body for a successful get operation.
Show Source
-
message: string
The response message.Example:
Loaded 1 entries -
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
true
Nested Schema : type
Type:
Show Source
object-
data: array
data
-
total: integer
The total number of results regardless of paging.Example:
1
Nested Schema : graphNodeDetailsReadVertexClass
Type:
Show Source
object-
Event: string
Color indicator for the event status color.Example:
url(#Gradient1YellowFill) -
id: string
node or edge id.Example:
ab0ac728-2939-4377-9664-4032b03e99a4 -
Node: string
Color indicator for the node status color.Example:
url(#Gradient1GreenFill) -
Performance: string
Color indicator for the metric status color.Example:
url(#Gradient1YellowFill)
Default Response
Failed operation
Root Schema : schema
Type:
Show Source
object-
errors: array
errors
The list of errors reported. Validation errors will be keyed by record field.
-
message: string
The response message.Example:
Exception thrown -
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
false
Nested Schema : errors
Type:
arrayThe list of errors reported. Validation errors will be keyed by record field.
Show Source
-
Array of:
object items
An error.
Nested Schema : items
Type:
objectAn error.