Resource
Get Inventory Details
Get resource details based on the cloud accounts, category, component, resource and filters can be applied based on the cloud and cloud account for ex: AWS will have regions in filters and Azure will have resource group as filters for listing resources.
post/resource/inventory/{tenant_id}/resources
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
{
"filters": {
"service": "AWS"
}
}Response
Success