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
  • A PHP array parameter form. For each SLM service node in the ServiceId list that has the ServiceType of ServiceMetric, specify the MetricID in this form. For nodes of other types, leave the index entry in MetricID empty.
  • The comma-separated list of SLM service node IDs to get the state for.
    Example:
    2de8190b-4bd8-4a2a-91ec-03e9fdae83e0
  • A PHP array parameter form. Specify the corresponding ServiceType for each SLM service node ID in the ServiceID list.
  • A reserved parameter. Its value is always 1.
  • The number of records to limit results by. If you do not also set the start parameter, records start at 0.
    Example:
    100
  • The page of results to start from. This parameter is ignored if you do not also set the limit parameter.
    Default Value: 0
    Example:
    1

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
The response body for a successful get operation.
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
An error.
Back to Top