Asset Inventory
The Asset Inventory APIs provide up-to-date information of all cloud assets that you are monitoring through Prisma Cloud. You can request inventory data, list available filters to narrow inventory requests, and manage saved filters.
Pagination
You can limit the number of items in a response list from API resources that support pagination. The API requests to list asset inventory, that supports pagination will accept the following request parameters.
Request Parameter | Description |
---|---|
limit | Maximum number of items to return per page. Without pagination, maximum number of items to return in a response. |
offset | Number of items to skip before selecting items to return. Default is zero. |
pageToken | Set to the nextPageToken value from the previous response object to return the next page of data. |
Filters
API requests that use POST methods to request a list of asset inventory have filter parameters that enable you to narrow your request to inventory that meets a certain criteria. The List Inventory Filters V2 requests return the available filters.
📄️ List Inventory Filters V2
Returns an object whose keys are supported asset inventory filters and values contain default recent options.
📄️ List Inventory Dashboard Filter Autocomplete Suggestions V2
Returns filter autocomplete suggestions.
📄️ List Saved Asset Inventory Filters
Returns a list of all the saved asset inventory filters.
📄️ Save Asset Inventory Filter
Saves the asset inventory filter.
📄️ Get Saved Asset Inventory Filter
Returns the saved asset inventory filter for the specified ID.
📄️ Update Saved Asset Inventory Filter
Updates the saved asset inventory filter with the specified ID.
📄️ Delete Saved Asset Inventory Filter
Deletes the saved asset inventory filter with the specified ID.
📄️ Asset Inventory View V2 - GET
Returns asset inventory pass/fail data for the specified time period.
📄️ Asset Inventory View V2 - POST
Returns asset inventory pass/fail data for the specified time period.
📄️ Asset Inventory Trend View V2 - GET
Returns asset inventory pass/fail trends for the specified time period.
📄️ Asset Inventory Trend View V2 - POST
Returns asset inventory pass/fail trends for the specified time period.
📄️ Asset Inventory View V3 - GET
Returns asset inventory pass/fail data.
📄️ Asset Inventory View V3 - POST
Returns asset inventory pass/fail data
📄️ Asset Inventory Trend View V3 - GET
Returns asset inventory pass/fail trends.
📄️ Asset Inventory Trend View V3 - POST
Returns asset inventory pass/fail trends.