NSX-T Data Center REST API

OdsRunbookPatternParameter (schema)

Runbook parameter of pattern type

Online Diagnostic System Runbook parameter of pattern type.

Name Description Type Notes
default_value Runbook argument default value

Runbook argument will be set to this value if not provided.
string Readonly
max Runbook argument max value

Runbook argument is not allowed to set value bigger than this.
string Readonly
min Runbook argument min value

Runbook argument is not allowed to set value smaller than this.
string Readonly
name Runbook argument name

Runbook argument name.
string Required
Readonly
optional The flag that indicates whether the argument is optional

The flag that indicates whether the argument is optional.
boolean Readonly
Default: "False"
parameter_type Must be set to the value OdsRunbookPatternParameter string Required
Readonly
Enum: INTEGER, STRING, ENUM, PATTERN, COMPOUND, BOOLEAN, FLOAT
pattern Regular expression of pattern

Regular expression of pattern for runbook parameter.
If the parameter does not match this pattern, API call will be rejected.
string Required
Readonly
Pattern: "^\^.+\$$"