PbmCheckCompatibilityRequestType
PbmCheckCompatibilityRequestType
The parameters of PbmCheckCompatibility.
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"
}
}
array of PbmPlacementHub
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 for placement compatibility checking.
profile
Required
Profile unique identifier.
This structure may be used only with operations rendered under /pbm
.