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

Representations:

{
    "value"[
        {
            "description""string",
            "name""string",
            "operations"[
                "control",
                "control"
            ]
        },
        {
            "description""string",
            "name""string",
            "operations"[
                "control",
                "control"
            ]
        }
    ]
}
<?xml version="1.0" ?>
<ns0:List-Result xmlns:ns0="http://vmware.com/appliance/techpreview/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <value-array>
    <array-item>
      <description>string</description>
      <name>string</name>
      <operations-array>
        <array-item>control</array-item>
        <array-item>control</array-item>
      </operations-array>
    </array-item>
    <array-item>
      <description>string</description>
      <name>string</name>
      <operations-array>
        <array-item>control</array-item>
        <array-item>control</array-item>
      </operations-array>
    </array-item>
  </value-array>
</ns0:List-Result>

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