Property Collector Cancel Retrieve Properties Ex
Discards remaining results from a retrieval started by RetrievePropertiesEx on the same session on the same PropertyCollector.
Required privileges: System.Read
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 PropertyCollector/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"token": "string"
}
the token returned in the previous RetrieveResult returned on the same session by the same PropertyCollector.
No Content
InvalidArgument: If the token does not match the token from the previous RetrieveResult returned on the same session by the same PropertyCollector.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"name": "string"
}
The property name that generated the error.