Get SLM Service Details for Tree Grids

get

/api/SLMNavigation/NavServices/readForTree

Gets the details for SLM services that match the specified parameters in a format suitable for tree grids. If no parameters are specified, all SLM services are returned.

Request

Query Parameters
  • The node for the tree selection. Specify root to get all SLM services from the root node or specify ServiceID to get all the child nodes under the service.
    Example:
    root
  • The service name to get the details for. This simple query matches similar ServiceName values.

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 details of SLM services that match the specified parameters.
Show Source
Nested Schema : SLMNavigationReadForTree
Type: object
Show Source
  • Icon CSS class for the initial status.
    Example: barspinner
  • Indicates if it's a leaf node.
    Example: false
  • The unique identifier for the service.
    Example: 2de8190b-4bd8-4a2a-91ec-03e9fdae83e0
  • The name of the service.
    Example: Test Service
  • The type of Service node. Possible values: - ServiceFilter - ServiceMetric - Service
    Example: Service
  • The text associated with the node.
    Example: Test Service
  • URL for viewing the service node details.
    Example: #dashboard/Services%20Dashboard?ServiceName=%2F%2FRoot%2F%2FTest%20Service&ResolveParam=ServiceWhereClause

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