Property Collector Continue Retrieve Properties Ex
Retrieves additional 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.
retrieved objects.
{
"_typeName": "string",
"token": "string",
"objects": [
{
"_typeName": "string",
"obj": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"propSet": [
{
"_typeName": "string",
"name": "string",
"val": {
"_typeName": "string"
}
}
],
"missingSet": [
{
"_typeName": "string",
"path": "string",
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
]
}
]
}
A token used to retrieve further retrieve results.
If set, the token should be passed to PropertyCollector.ContinueRetrievePropertiesEx to retrieve more results. Each token may be passed to continueRetrievePropertiesEx only once, and only in the same session in which it was returned and to the same PropertyCollector object that returned it.
If unset, there are no further results to retrieve after this RetrieveResult.
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.