DryRunParams

DryRunParams
DryRunParams
JSON Example
{
    "allow_single_node": false,
    "memory": "number",
    "num_cpu": 0,
    "preferred_worker": "string"
}
boolean
allow_single_node
Optional

Allow dry-run operation on single node controller. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

number As float As float
memory
Optional
Constraints: default: 2

Amount of memory allocated for dry-run. Field introduced in 31.1.1. Unit is GB. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
num_cpu
Optional
Constraints: default: 2

Number of CPU(s) allocated for dry-run. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
preferred_worker
Optional

VM hostname of the preferred worker node. Example node2.controller.local. When configured, dry-run is performed on specified node. When not configured, one of the follower node is elected for dry-run. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

Property Of