appliance services: info
The
info
structure contains information about a service. This structure was added in vSphere API 6.7.Representation:
{
"description" : "string",
"state" : "STARTING"
}
"description" : "string",
"state" : "STARTING"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
description | string | Service description. This attribute was added in vSphere API 6.7. |
state | string | Running State. This attribute was added in vSphere API 6.7. Defines valid Run State for services. This enumeration was added in vSphere API 6.7. Value is one of: STARTING: Service Run State is Starting, it is still not functional. This constant was added in vSphere API 6.7. STOPPING: Service Run State is Stopping, it is not functional. This constant was added in vSphere API 6.7. STARTED: Service Run State is Started, it is fully functional. This constant was added in vSphere API 6.7. STOPPED: Service Run State is Stopped. This constant was added in vSphere API 6.7. |