-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy pathRecoveryPoints_Get.json
More file actions
36 lines (36 loc) · 1.21 KB
/
RecoveryPoints_Get.json
File metadata and controls
36 lines (36 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"title": "Gets the recovery point.",
"operationId": "RecoveryPoint_Get",
"parameters": {
"subscriptionId": "930CEC23-4430-4513-B855-DBA237E2F3BF",
"resourceGroupName": "rgrecoveryservicesdatareplication",
"vaultName": "4",
"protectedItemName": "d",
"recoveryPointName": "1X",
"api-version": "2024-09-01"
},
"responses": {
"200": {
"body": {
"properties": {
"recoveryPointTime": "2023-08-25T00:28:56.403Z",
"recoveryPointType": "ApplicationConsistent",
"customProperties": {
"instanceType": "RecoveryPointModelCustomProperties"
}
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.DataReplication/replicationVaults/vault1/recoveryPoints/point1",
"name": "mfnjlwvvfnrsllcyyeslxxcchhvld",
"type": "zoeadplqxtonvqgwfqmeblh",
"systemData": {
"createdBy": "nykpygxolffv",
"createdByType": "agdgovroryjiwioytnnps",
"createdAt": "2023-08-25T00:28:56.403Z",
"lastModifiedBy": "tipxxgz",
"lastModifiedByType": "v",
"lastModifiedAt": "2023-08-25T00:28:56.404Z"
}
}
}
}
}