Get the States of SLM Service Nodes Based On Child Nodes

get

/api/SLMNavigation/NavServices/readStates

Gets the summarized states for SLM service nodes based on the state of their child nodes.

Request

Query Parameters

There's no request body for this operation.

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
The list of summarized SLM service states.
Show Source
Nested Schema : items
Type: object
Show Source
  • The ID of the SLM service.
    Example: 2de8190b-4bd8-4a2a-91ec-03e9fdae83e0
  • The severity associated with the SLM service. Possible values are orange, red, green, and gray.
    Example: gray

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