Skip to main content
Version: 8.9

Type Alias: CreateClusterVariableRequest

type CreateClusterVariableRequest = object;

Properties

name

name: string;

The name of the cluster variable. Must be unique within its scope (global or tenant-specific).


value

value: object;

The value of the cluster variable. Can be any JSON object or primitive value. Will be serialized as a JSON string in responses.

Index Signature

[key: string]: unknown