PbmFetchComplianceResultRequestType

PbmFetchComplianceResultRequestType
PbmFetchComplianceResultRequestType

The parameters of PbmFetchComplianceResult.

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

JSON Example
{
    "entities": [
        {
            "_typeName": "string",
            "objectType": "string",
            "key": "string",
            "serverUuid": "string"
        }
    ],
    "profile": {
        "_typeName": "string",
        "uniqueId": "string"
    }
}
entities
Required

One or more references to storage entities. A maximum of 1000 virtual machines and/or virtual disks can be specified in a call. The results of calling the fetchComplianceResult API with more than a 1000 entities is undefined.

  • If the list of entities also contains datastores, the Server will ignore the datastores.
  • If the list contains valid and invalid entities, the Server ignores the invalid entities and returns results for the valid entities. Invalid entities are entities that are not in the vCenter inventory.
  • If the list contains only datastores, the method throws an InvalidArgument fault.
profile
Optional

Profile unique identifier.

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