RecoveryPlanComplianceResult

RecoveryPlanComplianceResult
RecoveryPlanComplianceResult

The result of the last recovery plan compliance check run.

JSON Example
{
    "check_type": "string",
    "compliance_status": "string",
    "status_details": "string",
    "status_since": 0
}
string
check_type
Optional

Compliance check type.

compliance_status
Optional

The state of the compliance check.

  • COMPLIANCE_STATUS_UNKNOWN: Compliance status is unknown.
  • COMPLIANCE_STATUS_OK: There are no known problems.
  • COMPLIANCE_STATUS_WARNING: There are issues that may require attention. There are warnings in compliance check.
  • COMPLIANCE_STATUS_ERROR: There are errors in compliance check.
  • COMPLIANCE_STATUS_SKIPPED: Compliance run was skipped due to a preceding error.

Possible values are : COMPLIANCE_STATUS_UNKNOWN, COMPLIANCE_STATUS_OK, COMPLIANCE_STATUS_WARNING, COMPLIANCE_STATUS_ERROR, COMPLIANCE_STATUS_SKIPPED,
string
status_details
Optional

Compliance status additional details.

integer As int64 As int64
status_since
Optional

The time expressed as a Posix timestamp at which compliance state last changed.