appliance techpreview services: service info

service_info structure Structure that describes a service and the operations you can perform on a service.

Representations:

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

Attributes:

Name Type Description
Required
name string The name of the service, for example, "vmware-vpxd". This name is unique per machine.

description string A description of the service. The description can be empty.

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