Type Alias: ChangeClusterModeAsClusterAdminData
type ChangeClusterModeAsClusterAdminData = 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.
physicalTenantId?
optional physicalTenantId?: string;
The physical tenant to apply the change to. When omitted, or when passed with an empty value, the change is applied to every physical tenant of the cluster.
url
url: "/cluster/v2/mode";