Skip to content

Commit 6e59580

Browse files
added changes
1 parent 37b14ea commit 6e59580

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/backup/restore-postgresql-database-use-rest-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ Once the requests are validated, use the same request body to trigger _restore r
496496

497497
###### Example request body for restore
498498

499-
The only change from the validate restore request body is to remove the _restoreRequest_ object at the start.
499+
The only change from the _validate restore request_ body is to remove the _restoreRequest_ object at the start.
500500

501501
```json
502502
{
@@ -591,16 +591,16 @@ GET https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
591591

592592
#### Track jobs
593593

594-
The _trigger restore requests_ triggered the restore job. To track the resultant Job ID, use the [GET Jobs API](/rest/api/dataprotection/jobs/get).
594+
The _trigger restore requests_ triggeres the restore job. To track the resultant Job ID, use the [GET Jobs API](/rest/api/dataprotection/jobs/get).
595595

596-
Use the simple GET command to track the _JobId_ present in the [trigger restore response](#example-response-to-trigger-restore-request) above.
596+
Use the simple *GET* command to track the _JobId_ present in the [trigger restore response](#example-response-to-trigger-restore-request) above.
597597

598598
```http
599599
GET /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx/resourceGroups/TestBkpVaultRG/providers/Microsoft.DataProtection/backupVaults/testBkpVault/backupJobs/c4bd49a1-0645-4eec-b207-feb818962852?api-version=2021-07-01
600600
```
601601

602-
The job status above will indicate that the restore job is completed.
602+
The job status mentioned above will indicate that the restore job is complete.
603603

604604
## Next steps
605605

606-
- [Azure PostGreSQL Backup overview](backup-azure-database-postgresql-overview.md)
606+
- [Azure PostgreSQL Backup overview](backup-azure-database-postgresql-overview.md)

0 commit comments

Comments
 (0)