QueryPointInTimeReplicaParam
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
.
{
"_typeName": "string",
"replicaTimeQueryParam": {
"_typeName": "string",
"fromDate": "string",
"toDate": "string",
"number": 0
},
"pitName": "string",
"tags": [
"string"
],
"preferDetails": false
}
Specifies the replica time span that vSphere is interested in.
Only the replicas that match the given name are requested.
A regexp according to http://www.w3.org/TR/xmlschema-2/#regexs.
Only the replicas with tags that match the given tag(s) are requested.
Each entry may be a regexp according to http://www.w3.org/TR/xmlschema-2/#regexs.
This field is hint for the preferred type of return results.
It can be either true for QueryPointInTimeReplicaSuccessResult or
false for QueryPointInTimeReplicaSummaryResult.
If not set, VP may choose the appropriate type, as described in
ReplicaQueryIntervalParam
.