NSX-T Data Center REST API
OdsRunbookSettingData (schema)
Setting data of runbook
Configuration items for an Online Diagnostic System Runbook.
Name | Description | Type | Notes |
---|---|---|---|
enabled | The flag that indicates whether the runbook is enabled The flag that indicates whether the runbook is enabled. |
boolean | Default: "True" |
threshold_number | Threshold for runbook execution in a throttling cycle Maximum number of runbook executions allowed in a throttling cycle. Runbook execution will be throttled once the threshold is reached. This option does not take effect when the throttling is disabled. |
integer | Minimum: 1 Maximum: 10000 |
threshold_number_range | Threshold range for runbook execution in a throttling cycle Threshold range for runbook execution in a throttling cycle. |
OdsRunbookParameterRange | Readonly |
throttle_cycle | Cycle of throttling runbook execution in minutes Duration of throttling cycle for runbook execution in minutes. It controls the minimum time between execution of a runbook and avoids executing a runbook too frequently in a short time. If the throttling cycle is set to 0, throttling is disabled. |
integer | Minimum: 0 Maximum: 1440 |
throttle_cycle_range | Cycle range of throttling runbook execution in minutes Cycle range of throttling runbook execution in minutes. |
OdsRunbookParameterRange | Readonly |
timeout | Timeout of runbook execution in seconds Timeout of runbook execution in seconds. |
integer | Minimum: 1 Maximum: 86400 |
timeout_range | The timeout range of runbook execution in seconds The timeout range of runbook execution in seconds. |
OdsRunbookParameterRange | Readonly |