Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks CreateSpec

Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks CreateSpec
Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks CreateSpec

The Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks CreateSpec schema contains the specification required to perform the resource check.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "operation": "string",
    "host": "string",
    "action": "string"
}
string
operation
Required

The operation for which resource check is performed.

For more information see: Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks OperationType.

This property was added in vSphere API 9.1.0.0.

string
host
Optional

Host for which the resource check operation is performed. For host enter maintenance mode operation, the host managed object ID is required.

This property was added in vSphere API 9.1.0.0.

This property is optional and it is only relevant when the value of operation is Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks OperationType.ENTER_MAINTENANCE_MODE.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the property will be an identifier for the resource type: HostSystem.

string
action
Optional

The action type of maintenance mode operation for which resource check is performed.

For more information see: Vcenter NamespaceManagement Supervisors Storage CloudNative MaintenanceActionType.

This property was added in vSphere API 9.1.0.0.

This should be set only for enter maintenance mode host operation.