Get SLM Services for Tree Grids

get

/api/SLM/ServiceViews/readForTree

Gets the 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

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 SLM services.
Show Source
Nested Schema : SLMServiceViewsReadForTree
Type: object
Show Source
Nested Schema : StateIcons
Type: object
Icons for different states.
Example:
{
    "event":"gray"
}
Nested Schema : StateTooltips
Type: object
Tooltips for different states.
Example:
{
    "event":"Unknown"
}
Nested Schema : StateValues
Type: object
Values for different states.
Example:
{
    "event":0
}

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