Host Specification Manager Host Spec Get Updated Hosts
Query the hosts whose specification was updated in the specified time period.
When the startChangeID
isn't provided, it will
return all the host updated before the endChangeID
. When the
endChangeID
isn't provided, it will return all the hosts
updated after startChangeID
. If both aren't provided, all
hosts having host spec will be returned.
The format of the change ID is defined at
changeID.
Required privileges: System.View
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 HostSpecificationManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"startChangeID": "string",
"endChangeID": "string"
}
The beginning of the time period.
The ending of the time period.
The queried host list.
[
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]