VsanObjIdentityQuerySpec
The vSAN object identity query spec to specify detailed query specification for VsanQueryObjectIdentities.
This structure may be used only with operations rendered under /vsan.
{
"_typeName": "string",
"knownSpbmProfileUuids": [
"string"
],
"includeEffectiveCapacity": false
}
The UUID list for the known SPBM profile(s) on VC.
This field is specific for host API. It will be ignored when provided to VC API call. If this field is set, VsanQueryObjectIdentities will not return SPBM profile name to caller to save the memory consumption.
The flag determines if effective capacity attributes need to be included.
The effective capacity attributes will not be included in the result if this field is unset.