Host Diagnostic System Query Available Partition
Retrieves a list of available diagnostic partitions.
The server will provide the list in order of preference. In general, local diagnostic partitions are better than shared diagnostic partitions because of the impossibility of multiple servers sharing the same partition. The most preferred diagnostic partition will be first in the array.
Required privileges: Host.Config.Storage
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostDiagnosticSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
[
{
"_typeName": "string",
"storageType": "string",
"diagnosticType": "string",
"slots": 0,
"id": {
"_typeName": "string",
"diskName": "string",
"partition": 0
}
}
]
NotSupported: if the host is not an ESX Server.
HostConfigFault: on some internal failure while setting the active partition.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}