NSX-T Data Center REST API
OdsDynamicRunbookNodeInstallStatus (schema)
Installation status of a Dynamic Runbook on target node
Installation status of a Dynamic Online Diagnostic System Runbook on target node.
Name | Description | Type | Notes |
---|---|---|---|
error_detail | The error detail of runbook installation The error detail of runbook installation failure. |
string | Readonly |
node_id | Identifier of transport node, Edge node or appliance node Identifier of transport node, Edge node or appliance node. |
string | Required Readonly |
node_name | The name of transport node, Edge node or appliance node The name of transport node, Edge node or appliance node. |
string | Required Readonly |
status | Installation status on target node Runbook installation state. NONE - Runbook package is not installed yet. REQUESTING - Runbook package request is being made. REQUESTED - Runbook package request has been sent to management plane. COMPATIBLE_VERSION_NOT_FOUND - Runbook package cannot be installed because no matched version is found. NODE_TYPE_UNSUPPORTED - Runbook package cannot be installed because the matched version does not support the target node type. REQUEST_TIMEOUT - Runbook package request is not made within timeout (2min). INSTALLING - Runbook package is being installed. INSTALL_TIMEOUT - Runbook package installation is not finished within timeout (3min). INSTALL_FAILED - Runbook installation fails. INSTALL_FINISHED - Runbook installation completes successfully. UNINSTALLING - Runbook uninstallation is in progress. UNINSTALL_TIMEOUT - Runbook uninstallation is not finished within timeout (the timeout of runbook plus 1min). |
string | Required Readonly Enum: NONE, REQUESTING, REQUESTED, COMPATIBLE_VERSION_NOT_FOUND, NODE_TYPE_UNSUPPORTED, REQUEST_TIMEOUT, INSTALLING, INSTALL_TIMEOUT, INSTALL_FAILED, INSTALL_FINISHED, UNINSTALLING, UNINSTALL_TIMEOUT |
version | Version of runbook Version of runbook. |
OdsRunbookVersion | Required Readonly |