Sms Storage Manager Query Replication Group Info
Query for replication group details based on the query filter spec.
The replication group id list in the filter spec cannot be null or empty.
Required privileges: StorageViews.View
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case SmsStorageManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
Show optional properties
{
"rgFilter": {}
}
{
"rgFilter": {
"_typeName": "string",
"groupId": [
{
"_typeName": "string",
"faultDomainId": {
"_typeName": "string",
"id": "string"
},
"deviceGroupId": {
"_typeName": "string",
"id": "string"
}
}
]
}
}
This spec contains information needed for QueryReplicationGroupInfo API to filter the result.
This structure may be used only with operations rendered under /sms
.
An array of GroupOperationResult elements. The length of the result array must be the same as the input. In the result array, each entry is either a QueryReplicationGroupSuccessResult (for success), or a GroupErrorResult (for failure).
The following fault may be set in error result entry:
- NotFound if the replication group cannot be found.
- ProviderUnavailable if the provider for the entity is temporarily unavailable.
- InactiveProvider if the provider for the entity is not active.
- ProviderBusy if the provider for the entity is busy.
- NotImplemented if the provider does not implement this function.
[
{
"_typeName": "string",
"groupId": {
"_typeName": "string",
"faultDomainId": {
"_typeName": "string",
"id": "string"
},
"deviceGroupId": {
"_typeName": "string",
"id": "string"
}
},
"warning": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
]
}
]
InvalidArgument: if groupId is null or empty.
ServiceNotInitialized: if SMS service is not initialized.
QueryExecutionFault: if an error is encountered while processing the query request.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}