You use the VMware Cloud API Explorer to request on-demand health check for your VMware Site Recovery SDDC.
VMware Site Recovery guardrails have a daily scanning scheduled for all VMware Site Recovery SDDCs, but if you want to trigger on-demand health check, you can request it by using the VMware Cloud API Explorer.
Procedure
- Log in to https://vmc.vmware.com/.
- Click your user name at the top right and then switch to the organization that you want to use.
- Navigate to .
- To request a default health check execution for all issue types, expand the site-recovery-health-report menu in API categories, select the POST request, and click Execute.
POST /api/vsr-guardrails/{org_id}/deployments/{deployment_id}/site-recovery:check-health
You can copy or download the response to a local machine, or expand the
Operation and check the fields you are interested in.
- (Optional) To request a customized health check execution for certain issue types and information types, you must specify them in the body of the request.
- Expand the site-recovery-health-report menu in API categories, and select the POST request.
- Expand the HealthCheckExecuteRequest entity on the right pane.
- To populate the selected_info_types, select the types from the SiteRecoveryInfoType entity on the right pane.
- To populate the selected_issue_types, select the types from the SiteRecoveryIssueType entity on the right pane.
You must select at least one issue type.
- Click Execute.
- Wait for several minutes for the on-demand health check job to complete.
You can copy or download the response to a local machine, or expand the
Operation and read the report.
- To check the Site Recovery health check operation status, expand the operation menu in API categories, select the GET request, and click Execute.
POST /api/vsr-guardrails/{org_id}/operations/{operation_id}
You can copy or download the response to a local machine, or expand the
Operation and check the fields you are interested in.