v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCSM Settings
List unified host facets
Get the list of available facets for filtering unified hosts.
get/api/v2/csm/settings/hosts/facets
Response
OK
Example response
{
"data": [
{
"attributes": {
"bounded": true,
"bundled": true,
"bundledAndUsed": true,
"defaultValues": [],
"description": "The cloud provider of the resource",
"facetType": "list",
"groups": [
"agentless"
],
"name": "Cloud Provider",
"path": "cloud_provider",
"source": "core",
"type": "string",
"values": [
"aws",
"gcp"
]
},
"id": "cloud_provider",
"type": "unified_host_facet"
}
]
}