vcenter vcha operations: info
The
info
structure contains information about which the VCHA operations cannot be invoked in the current state of the system and the list of currently active VCHA operations. This structure was added in vSphere API 6.7.1.Representation:
{
"active" : [
"obj-103",
"obj-103"
],
"disabled" : [
"obj-103",
"obj-103"
]
}
"active" : [
"obj-103",
"obj-103"
],
"disabled" : [
"obj-103",
"obj-103"
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
disabled | string[] | Identifiers of the operations that are current disabled. These operation strings are one of CLUSTER_DEPLOY_OP, CLUSTER_FAILOVER_OP, PASSIVE_REDEPLOY_OP, WITNESS_REDEPLOY_OP, MODE_SET_OP, CLUSTER_UNDEPLOY_OP and CLUSTER_GET_OP. This attribute was added in vSphere API 6.7.1. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vapi.operation . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vapi.operation . |
active | string[] | Identifiers of the operations that are currently running. These operation strings are one of CLUSTER_DEPLOY_OP, CLUSTER_FAILOVER_OP, PASSIVE_REDEPLOY_OP, WITNESS_REDEPLOY_OP, MODE_SET_OP, and CLUSTER_UNDEPLOY_OP. This attribute was added in vSphere API 6.7.1. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vapi.operation . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vapi.operation . |