appliance techpreview services: service info
service_info
structure Structure that describes a service and the operations you can perform on a service.Representation:
{
"operations" : [
"status",
"status"
],
"name" : "string",
"description" : "string"
}
"operations" : [
"status",
"status"
],
"name" : "string",
"description" : "string"
}
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. |