Get Active Cluster IDs, result can be optionally filtered on conditions specified by query parameter
SecurityBasic Authentication
Request
query Parameters
search
string
Simple search mode: searches for clusters that have any field of {name, id, description} which contains search string.
Advanced search mode: String of space separated key:value entries where key is from {name, id, desc, app, tag} and value is the actual string value to search for.
There can be single occurrence of name, id, desc, app key and their value are matched by string inclusion check, case insensitive.
For tag key, there can be multiple entries and their search values should be of format tagKey:tagValue, match is determined when cluster contains a tag with exact tagKey case sensitively, and the tag value contains tagValue case insensitively.