QueryRequestType
QueryRequestType
The parameters of Query.
Since: vSphere API Release 9.1.0.0
JSON Example
{
"querySpec": {
"_typeName": "string",
"properties": [
"string"
],
"resourceType": "string",
"filters": [
{
"_typeName": "string",
"predicates": [
{
"_typeName": "string",
"propertyPath": "string",
"operator": "string",
"arrayOperator": "string",
"comparableValue": {
"_typeName": "string"
},
"comparableList": [
{
"_typeName": "string"
}
]
}
]
}
],
"returnTotalCount": false,
"limit": 0
}
}
querySpec
Required
The query that defines the managed objects data to retrieve.