QueryNotSupported

QueryNotSupported
QueryNotSupported

This exception is thrown if the specified entity and related entity type combination for a list query is not supported.

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "invalidProperty": "string",
    "entityType": "string",
    "relatedEntityType": "string"
}
entityType
Optional

Types of entities supported by the service.

Possible values:

  • datacenter
  • resourcePool
  • storagePod
  • cluster
  • vm
  • datastore
  • host
  • vmFile
  • scsiPath
  • scsiTarget
  • scsiVolume
  • scsiAdapter
  • nasMount
Possible values are : datacenter, resourcePool, storagePod, cluster, vm, datastore, host, vmFile, scsiPath, scsiTarget, scsiVolume, scsiAdapter, nasMount,
relatedEntityType
Required

Types of entities supported by the service.

Possible values:

  • datacenter
  • resourcePool
  • storagePod
  • cluster
  • vm
  • datastore
  • host
  • vmFile
  • scsiPath
  • scsiTarget
  • scsiVolume
  • scsiAdapter
  • nasMount
Possible values are : datacenter, resourcePool, storagePod, cluster, vm, datastore, host, vmFile, scsiPath, scsiTarget, scsiVolume, scsiAdapter, nasMount,