PbmQueryReplicationGroupResult
The PbmQueryReplicationGroupResult data object identifies a virtual machine, or a virtual disk and lists the identifier(s) for the associated replication group.
This structure may be used only with operations rendered under /pbm.
{
"_typeName": "string",
"object": {
"_typeName": "string",
"objectType": "string",
"key": "string",
"serverUuid": "string"
},
"replicationGroupId": {
"_typeName": "string",
"faultDomainId": {
"_typeName": "string",
"id": "string"
},
"deviceGroupId": {
"_typeName": "string",
"id": "string"
}
},
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
Reference to the virtual machine or virtual disk on which the query was performed.
If the query was performed for a virtual machine and all it's disks, this will reference each disk and the virtual machine config individually.
Replication group identifier which is associated with object.
Fault associated with the query, if there is one.