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-managementREAD

See Documentation

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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]"