PbmQueryProfileResult
PbmQueryProfileResult
The PbmQueryProfileResult data object identifies a virtual machine, virtual disk, or datastore and it lists the identifier(s) for the associated profile(s).
This structure may be used only with operations rendered under /pbm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"object": {
"_typeName": "string",
"objectType": "string",
"key": "string",
"serverUuid": "string"
},
"profileId": [
{
"_typeName": "string",
"uniqueId": "string"
}
],
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
object
Required
Reference to the virtual machine, virtual disk, or datastore on which the query was performed.
array of
PbmProfileId
profileId
Optional
Array of identifiers for profiles which are associated with object
.
fault
Optional
Fault associated with the query, if there is one.