Type Alias: ChangeClusterModeData
type ChangeClusterModeData = object;
Properties
body?
optional body?: never;
path?
optional path?: never;
query
query: object;
dryRun?
optional dryRun?: boolean;
If true, the requested change is only validated and the resulting plan is returned, without applying it to the cluster.
mode
mode: Mode;
The target cluster mode.
url
url: "/mode";