Supported Attribute Keywords
GET {{cb_url}}/asset_groups/v1/orgs/{{cb_org_key}}/attributes
Retrieve list of keywords that can be used in query
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
group-management | READ |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
"[\n {\n \"name\": \"sensor_version\",\n \"type\": \"string\",\n \"matchers\": [\n \"not_equals\",\n \"contains\",\n \"ends_with\",\n \"not_contains\",\n \"equals\",\n \"starts_with\"\n ]\n },\n {\n \"name\": \"vcenter_uuid\",\n \"type\": \"string\",\n \"matchers\": [\n \"not_equals\",\n \"ends_with\",\n \"equals\",\n \"starts_with\"\n ]\n },\n ... \u003ctruncated\u003e ...\n]"