VslmVsoVStorageObjectQuerySpec
The VslmVsoVStorageObjectQuerySpec describes the criteria to query VStorageObject from global catalog.
VslmVsoVStorageObjectQuerySpec is sent as input to VslmListVStorageObjectForSpec API.
This structure may be used only with operations rendered under /vslm
.
{
"_typeName": "string",
"queryField": "string",
"queryOperator": "string",
"queryValue": [
"string"
]
}
This field specifies the searchable field.
This can be one of the values from VslmVsoVStorageObjectQuerySpecQueryFieldEnumEnum.
This field specifies the operator to compare the searchable field queryField with the specified value queryValue.
This can be one of the values from VslmVsoVStorageObjectQuerySpecQueryOperatorEnumEnum.
This field specifies the value to be compared with the searchable field.