vcenter host maintenance requests v1: summary
The
summary
structure contains commonly used information about a maintenance request associated with a host. This structure was added in vSphere API 7.0.1.0.Representation:
{
"request" : "obj-103",
"host" : "obj-103",
"description" : "string"
}
"request" : "obj-103",
"host" : "obj-103",
"description" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
request | string | Identifier of the request. This attribute was added in vSphere API 7.0.1.0. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.host.maintenance.RequestV1 . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.host.maintenance.RequestV1 . |
host | string | Identifier of the host. This attribute was added in vSphere API 7.0.1.0. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: HostSystem . When operations return a value of this structure as a result, the field will be an identifier for the resource type: HostSystem . |
description | string | Description of the maintenance request. This attribute was added in vSphere API 7.0.1.0. |