Resource
Get Inventory Count
Get inventory category count based on the cloud and cloud account will list categories & Get inventory resource count based on the cloud and cloud account will list all resources with resource_category, resource_type, resource and will list only the count on number of resources available in particular category
post/resource/inventory/{tenant_id}/count
Path parameters
tenant_idstring required
Specify the tenant ID for the inventory. This is a unique ID and can be retrieved using the List Tenants API.
Request body
Example request
{
"identifier": "category",
"filters": {
"service": "AWS"
}
}Response
Success