ConfigurationStatus

ConfigurationStatus
Configuration Status

The status of the last request configuration action.

JSON Example
{
    "site_precheck_status": {
        "site_precheck_phase": "string",
        "site_precheck_state": "string",
        "site_precheck_results": [
            {
                "precheck_name": "string",
                "precheck_last_run_time": 0,
                "precheck_result_status": "string",
                "precheck_message": "string"
            }
        ]
    },
    "current_status": "string",
    "configuration_message": "string"
}
site_precheck_status
Required  

The status of prechecks run for the site.

current_status
Required   Read-Only  

Current health of the site. READY indicates the site is properly onboarded and ready for use.

Enumeration: READY, NOT_READY, INACTIVE, UNKNOWN, ONBOARD_IN_PROGRESS, OFFBOARD_IN_PROGRESS
string
configuration_message
Read-Only  

Messages regarding any configuration errors or successes.