REST API - list

appliance techpreview services: list

Get a list of all known services.

Request:

HTTP request

GET https://{server}/rest/appliance/techpreview/services
No request parameters

Response:

HTTP Status Code: 200

Representation:

{
    "value"[
        {
            "operations"[
                "status",
                "status"
            ],
            "name""string",
            "description""string"
        },
        {
            "operations"[
                "status",
                "status"
            ],
            "name""string",
            "description""string"
        }
    ]
}

Response Type:

Name Type Description
bold = required
value service_info[] List of services.
value[].name string The name of the service, for example, "vmware-vpxd". This name is unique per machine.

value[].description string A description of the service. The description can be empty.

value[].operations string[] The operations encoded in an array, supported by the service.

Errors:

HTTP Status Code Type Description
500 error Generic error