Host Diagnostic System Get Active Partition
The currently active diagnostic partition.
Request
URI
GET
https://{api_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 9.0.0.0 APIs.
Responses
200
OK
This response body class contains all of the following:
HostDiagnosticPartition
{
"0": "H",
"1": "o",
"2": "s",
"3": "t",
"4": "D",
"5": "i",
"6": "a",
"7": "g",
"8": "n",
"9": "o",
"10": "s",
"11": "t",
"12": "i",
"13": "c",
"14": "P",
"15": "a",
"16": "r",
"17": "t",
"18": "i",
"19": "t",
"20": "i",
"21": "o",
"22": "n",
"23": " ",
"24": "O",
"25": "b",
"26": "j",
"27": "e",
"28": "c",
"29": "t"
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/HostDiagnosticSystem/{moId}/activePartition
Virtual Infrastructure Operations
POST
Host Diagnostic System Create Diagnostic Partition
POST
Host Diagnostic System Query Available Partition
POST
Host Diagnostic System Query Partition Create Desc
POST
Host Diagnostic System Query Partition Create Options
POST
Host Diagnostic System Select Active Partition
GET
Host Diagnostic System Get Active Partition