Host Diagnostic System Get Active Partition

Host Diagnostic System Get Active Partition

The currently active diagnostic partition.

Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/HostDiagnosticSystem/{moId}/activePartition
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId, in this case HostDiagnosticSystem/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns HostDiagnosticPartition of type(s) application/json
This response body class contains all of the following: DataObject
{
    "_typeName": "string",
    "storageType": "string",
    "diagnosticType": "string",
    "slots": 0,
    "id": {
        "diskName": "string",
        "partition": 0
    }
}
string
storageType
Required

Indicates the storage type of the diagnostic partition.

See also DiagnosticPartitionStorageTypeEnum.

string
diagnosticType
Required

Indicates the type of the diagnostic partition.

See also DiagnosticPartitionTypeEnum.

integer As int32 As int32
slots
Required

The number of slots in the diagnostic partition.

id
Required

This data object type describes the specification of a Disk partition.