vcenter host maintenance requests v1: create spec

The create_spec structure defines the information used to create a maintenance request. This structure was added in vSphere API 7.0.1.0.

Representation:

{
    "hosts"[
        "obj-103",
        "obj-103"
    ],
    "description""string"
}

Attributes:

Name Type Description
Required
description string Description of the maintenance request. This attribute was added in vSphere API 7.0.1.0.

hosts string[] Set of identifiers of hosts to which the maintenance request will be set. 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 contain identifiers for the resource type: HostSystem. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem.