NSX-T Data Center REST API
OdsDynamicRunbookInstanceState (schema)
Runtime state of Dynamic Runbook Instance
Runtime state of Dynamic Runbook Instance.
Name | Description | Type | Notes |
---|---|---|---|
install_state | Installation state of runbook on target nodes. Installation state of a Dynamic Online Diagnostic System Runbook on target nodes. |
array of OdsDynamicRunbookNodeInstallStatus | Readonly |
management_state | State of Dynamic Runbook Instance Management state of a Dynamic Online Diagnostic System Runbook. NONE - No runbook is installed. INSTALLING - Runbook is being installed. INSTALL_PARTIAL_FINISHED - Runbook installation completes with error(s) on some target nodes. INSTALL_FINISHED - Runbook installation completes successfully on all the target nodes. UNINSTALLING - Runbook is being uninstalled UNINSTALL_PARTIAL_FINISHED - Runbook uninstallation does not complete successfully on some target nodes. |
string | Required Readonly Enum: NONE, INSTALLING, INSTALL_PARTIAL_FINISHED, INSTALL_FINISHED, UNINSTALLING, UNINSTALL_PARTIAL_FINISHED |
runbook_name | Name of Dynamic Runbook The name of Dynamic Runbook. |
string | Readonly |