Get Backup Details
Returns extended backup metadata (including instance details at backup time) for one backup job id.
Backup job id (same id as in backup status/history).
abcde
Successful response
{
"backup_id": "string",
"description": "string",
"trigger_type": "string",
"version": "string",
"instancesDetails": [
{
"instance": "string",
"atp_version": "string",
"form_factor": "SMALL",
"controller_count": 0,
"worker_count": 0,
"node_pool": [
{
"start": "string",
"end": "string",
"name": "string"
}
],
"service_pool": [
{
"start": "string",
"end": "string",
"name": "string"
}
],
"ingress_fqdn": "string",
"kafka_fqdn": "string"
}
]
}
Unique id of backup
Backup description
Backup triggered type
Deployed version of SSPI
Details of SSP instances deployed by this SSPI at the time the backup was taken
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
unexpected error
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -H 'Authorization: <value>' https://{api_host}/https://{api_host}:{port}/lh-appliance/backup/status/{id}/details