UpgradeCheckSuccess

UpgradeCheckSuccess
UpgradeCheckSuccess

Pre/post-upgrade check success

JSON Example
{
    "acked": false,
    "component_type": "string",
    "group_name": "string",
    "id": "string",
    "message": {
        "message": "string"
    },
    "needs_ack": false,
    "needs_resolve": false,
    "origin_id": "string",
    "origin_name": "string",
    "origin_type": "string",
    "resolution_error": "string",
    "resolution_status": "string",
    "type": "string"
}
boolean
acked
Optional

Flag which tells if the precheck is acknowledged

string
component_type
Optional

Component type of the origin of success

string
group_name
Optional

Name of the upgrade group of the origin of success. Only applicable when origin_type is UPGRADE_UNIT.

string
id
Optional

Precheck id of the upgrade check

message
Optional

Pre/post-upgrade check success message

boolean
needs_ack
Optional

Flag which identifies if acknowledgement is required for the precheck

boolean
needs_resolve
Optional

Flag which identifies if resolution is required for the precheck

string
origin_id
Optional

Unique id of origin of pre/post-upgrade check success

string
origin_name
Optional

Name of origin of pre/post-upgrade check success

string
origin_type
Optional

Type of origin of pre/post-upgrade check success

Possible values are : COMPONENT, UPGRADE_UNIT,
string
resolution_error
Optional

Error occured while resolving precheck

string
resolution_status
Optional

Type of resolution status of precheck

Possible values are : UNRESOLVED, RESOLVING, RESOLVED, FAILURE,
string
type
Optional

Type of the pre/post-upgrade check success