Skip to main content

Asset Inventory View V3 - POST

POST 

/v3/inventory

Returns asset inventory pass/fail data

You can get a list of the valid names and values for the filters body parameter through List Inventory Filters V2.

The response includes an attribute groupedAggregates, whose content depends on the groupBy request body parameter. The following table shows the attributes that groupedAggregates will include for the specified groupBy value:

groupBygroupedAggregates Includes
not specifiedcloudTypeName
cloudTypecloudTypeName
cloud.accountaccountName
cloud.regionregionName, cloudTypeName
cloud.serviceserviceName, cloudTypeName
resource.typeresourceTypeName, cloudTypeName

If groupBy includes multiple values, then groupedAggregates will include multiple attributes.

Request

Responses

success