ReportDetail

ReportDetail
ReportDetail
JSON Example
{
    "name": "string",
    "node_ref": "string",
    "node_type": "string",
    "obj_cloud_ref": "string",
    "system_readiness": {
        "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",
        "image_ref": "string",
        "patch_image_ref": "string",
        "start_time": "string",
        "state": {
            "last_changed_time": {
                "secs": 0,
                "usecs": 0
            },
            "reason": "string",
            "rebooted": false,
            "state": "string"
        },
        "total_checks": 0,
        "upgrade_ops": "string"
    }
}
string
name
Optional

Name of the node such as cluster name, se group name or se name. Field introduced in 22.1.6, 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
node_ref
Optional

UUID Identifier for the node such as cluster, se group or se. It is a reference to an object of type UpgradeStatusInfo. Field introduced in 22.1.6, 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
node_type
Optional

Type of the system such as controller_cluster, se_group or se. Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. Field introduced in 22.1.6, 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
obj_cloud_ref
Optional

Cloud that this object belongs to. It is a reference to an object of type Cloud. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

system_readiness
Optional

system_readiness

Property Of