Backups
Describe a restore job
Get a description of a restore job.
GET
Authorizations
Path Parameters
The ID of the restore job to describe.
Response
200
application/json
Configuration information and deployment status of the restore job.
The RestoreJobModel describes the status of a restore job.
Unique identifier for the restore job
Example:
"670e8400-e29b-41d4-a716-446655440001"
Backup used for the restore
Example:
"670e8400-e29b-41d4-a716-446655440000"
Name of the index into which data is being restored
Example:
"sample-index"
ID of the index
Example:
"670e8400-e29b-41d4-a716-446655440002"
Status of the restore job
Example:
"Completed"
Timestamp when the restore job started
Example:
"2025-02-04T13:00:00.000Z"
Timestamp when the restore job finished
Example:
"2025-02-04T14:00:00.000Z"
The progress made by the restore job out of 100
Required range:
0 <= x <= 100
Example:
42.2
Was this page helpful?