Type Alias: SearchClusterVariablesData
type SearchClusterVariablesData = object;
Properties
body?
optional body?: ClusterVariableSearchQueryRequest;
path?
optional path?: never;
query?
optional query?: object;
truncateValues?
optional truncateValues?: boolean;
When true (default), long variable values in the response are truncated. When false, full variable values are returned.
url
url: "/cluster-variables/search";