QueryPointInTimeReplicaRequestType

QueryPointInTimeReplicaRequestType
QueryPointInTimeReplicaRequestType

The parameters of QueryPointInTimeReplica.

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

JSON Example
{
    "groupId": [
        {
            "_typeName": "string",
            "faultDomainId": {
                "_typeName": "string",
                "id": "string"
            },
            "deviceGroupId": {
                "_typeName": "string",
                "id": "string"
            }
        }
    ],
    "queryParam": {
        "_typeName": "string",
        "replicaTimeQueryParam": {
            "_typeName": "string",
            "fromDate": "string",
            "toDate": "string",
            "number": 0
        },
        "pitName": "string",
        "tags": [
            "string"
        ],
        "preferDetails": false
    }
}
groupId
Optional

List of replication group IDs.

queryParam
Optional

Describes the search criteria for the PiT query.

If none of the fields is set, or if the number of PiT replicas is too large, VASA provider can return QueryPointInTimeReplicaSummaryResult.

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