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
Request Body - application/json ()
Root Schema : schema
Match One Schema
Show Source
Nested Schema : graphNodeDetailsVertexClass
Type: object
Show Source
  • 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: object
Show Source
  • 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: array
The 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: object
Show Source
Nested Schema : Widgets
Type: array
The 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: object
Show Source
  • Edge Class ID
    Example: 984921d9-35cc-4571-acc9-6158004c7e53_c59a9d9e-b610-4a9e-bfec-eb522a218fe8_1c730895-8505-43a9-ac8e-f18c75edcde9
  • Edge Class Type
    Example: ConnectsLayer2
  • Edge Class
    Example: ConnectsLayer2
  • Hop Count
    Example: 1
  • Edge ID
    Example: 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
  • Width of the edge.
    Example: 1
  • Line Style
    Example: Solid
  • Timestamp Modified
    Example: 2023-09-05 06:00:18
  • Edge Type
    Example: ConnectsLayer2
  • Indicator of the edge tip style. Directional indicates the edge has an arrow pointing from source to target. Non-Directional indicates the edge has no arrows on the tips. |Allowed Values: | Non-Directional | Directional
    Example: Non-Directed
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Match All
Show Source
Nested Schema : SuccessfulGetOperation
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : graphNodeDetailsReadVertexClass
Type: object
Show Source
  • Color indicator for the event status color.
    Example: url(#Gradient1YellowFill)
  • node or edge id.
    Example: ab0ac728-2939-4377-9664-4032b03e99a4
  • Color indicator for the node status color.
    Example: url(#Gradient1GreenFill)
  • Color indicator for the metric status color.
    Example: url(#Gradient1YellowFill)

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top