PbmQueryMatchingHubRequestType

PbmQueryMatchingHubRequestType
PbmQueryMatchingHubRequestType

The parameters of PbmQueryMatchingHub.

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

JSON Example
{
    "hubsToSearch": [
        {
            "_typeName": "string",
            "hubType": "string",
            "hubId": "string"
        }
    ],
    "profile": {
        "_typeName": "string",
        "uniqueId": "string"
    }
}
hubsToSearch
Optional

Candidate list of hubs, either datastores or storage pods or a mix. If this parameter is not specified, the Server uses all of the datastores and storage pods.

profile
Required

Profile unique identifier.

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