ReadinessCheckObj

ReadinessCheckObj
ReadinessCheckObj
JSON Example
{
    "checks": [
        {
            "check_code": "string",
            "description": "string",
            "details": [
                "string"
            ],
            "duration": 0,
            "end_time": "string",
            "error_details": [
                "string"
            ],
            "start_time": "string",
            "state": "string"
        }
    ],
    "checks_completed": 0,
    "duration": 0,
    "end_time": "string",
    "progress": 0,
    "start_time": "string",
    "state": {
        "last_changed_time": {
            "secs": 0,
            "usecs": 0
        },
        "reason": "string",
        "state": "string"
    },
    "total_checks": 0
}
checks
Optional

List of readiness checks information. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As int32 As int32
checks_completed
Optional

No. of checks completed. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
duration
Optional

Time taken to complete readiness checks in seconds. Field introduced in 31.2.1. Unit is SEC. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
end_time
Optional

End time of the readiness check operations. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
progress
Optional

Checks progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 31.2.1. Unit is PERCENT. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
start_time
Optional

Start time of the readiness check operations. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

state
Optional

state

integer As int32 As int32
total_checks
Optional

Total no. of checks. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.