List Site Recovery Health Reports

List Site Recovery Health Reports

List the customized site recovery health reports for the specified Deployment

Request
URI
GET
https://{api_host}/api/vsr-guardrails/{org_id}/deployments/{deployment_id}/site-recovery-health-reports
COPY
Path Parameters
string
org_id
Required

organization identifier

string
deployment_id
Required

Deployment identifier


Responses
200

OK

[
    {
        "id": "string",
        "org_id": "string",
        "deployment_id": "string",
        "provider_code": "string",
        "health_checker_task_id": "string",
        "task_status": "string",
        "info_collect_statuses": [
            {
                "info_type": "string",
                "info_collector_status": "string",
                "info_collect_updated_timestamp": "string"
            }
        ],
        "issue_check_statuses": [
            {
                "issue_type": "string",
                "issue_checker_status": "string",
                "issue_check_updated_timestamp": "string"
            }
        ],
        "created_timestamp": "string",
        "updated_timestamp": "string"
    }
]
Optional

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/vsr-guardrails/{org_id}/deployments/{deployment_id}/site-recovery-health-reports