InlineNvdsUpgradeHostState1

InlineNvdsUpgradeHostState1
InlineNvdsUpgradeHostState1
JSON Example
{
    "dn_ext_id": "string",
    "host": "string",
    "ip_address": "string",
    "overall_state": "string",
    "state_details": [
        "string"
    ],
    "upgrade_stage": "string"
}
string
dn_ext_id
Optional

DiscoveredNode identifier

string
host
Optional

TransportNode identifier

string
ip_address
Optional

TransportNode ip address

string
overall_state
Optional

Overall state of N-VDSes on the TransportNodes

Possible values are : UPGRADE_READY, UPGRADE_PROCESSING, UPGRADE_QUEUED, UPGRADE_IN_PROGRESS, UPGRADE_FAILED, SUCCESS,
array of string
state_details
Optional

Details of the N-VDS upgrade state on the host

string
upgrade_stage
Optional

This field returns current stage of Migration task. Here is a sequence of stages the task cycles through, TN_MIGRATION_TASK_IN_QUEUE RETRIEVE_SAVED_CONFIG, TN_VALIDATE, VMS_RETRIVAL, VMS_UNREGISTRATION, TN_STATELESS_WAIT_FOR_HP, DETACH_TNP, TNP_WAIT, TN_SEND_HS_MIGRATION_MSG, TN_ADD_HOST_TO_VDS, TN_UPDATE, TN_UPDATE_WAIT, TN_DELETE, TN_DELETE_WAIT, FN_DELETE_WAIT, TN_RECONFIG_HOST, TN_CREATE, TN_CREATE_WAIT, UPDATE_TNP_AND_APPLY, TN_EXIT_MM, VMS_REGISTRATION, VMS_REGISTRATION_WAIT, TN_MIGRATION_COMPLETED Depending on the type of host (stateful, stateless, Sddc, etc.) migration task may not cycle through all stages but in will follow above sequence. If stage is TN_MIGRATION_COMPLETED refer to field overall_state for SUCCESS or UPGRADE_FAILURE and state_details for details on same.