You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/restore-postgresql-database-use-rest-api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ GET https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
56
56
57
57
#### Responses for list of recovery points
58
58
59
-
Once you submit the *GET* request, this returns response as 200 (OK), and the list of all discrete recovery points with all the relevant details.
59
+
Once you submit the `GET` request, this returns response as 200 (OK), and the list of all discrete recovery points with all the relevant details.
60
60
61
61
|Name |Type |Description |
62
62
|---------|---------|---------|
@@ -226,7 +226,7 @@ For an archive-based recovery point, you need to:
226
226
227
227
#### Restore as files
228
228
229
-
Fetch the URI of the container, within the storage account to which permissions were assigned as detailed [above](#set-up-permissions). For example, a container named **testcontainerrestore** under a storage account **testossstorageaccount** with a different subscription.
229
+
Fetch the URI of the container, within the storage account to which permissions were assigned as detailed [above](#set-up-permissions). For example, a container named `testcontainerrestore` under a storage account `testossstorageaccount` with a different subscription.
@@ -342,7 +342,7 @@ We have constructed a section of the same in the [above section](#create-a-reque
342
342
343
343
##### Response to validate restore requests
344
344
345
-
The _validate restore request_ is an [asynchronous operation](../azure-resource-manager/management/async-operations.md). So, this operation creates another operation that you need to track separately.
345
+
The `validate restore request` is an [asynchronous operation](../azure-resource-manager/management/async-operations.md). So, this operation creates another operation that you need to track separately.
346
346
347
347
It returns two responses: 202 (Accepted) when another operation is created. Then 200 (OK) when that operation completes.
0 commit comments