Get Asset Filters
GET/asm/api/v1/asset/filters
Returns the list of supported asset filters and their values. You can use these filters and their values on other APIs to fetch the required assets.
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
List of service types
Possible values: [AWS
, GCP
, AZURE
, ALIBABA_CLOUD
]
List of cloud types
Possible values: [Domain
, ResponsiveIP
]
List of asset types
Possible values: [SNOOZED
, ACTIVE
]
List of snooze status
Possible values: [MAPPED
, UNMAPPED
]
Mapped indicates that the asset is connected to a parent account or organizational unit (OU) on Prisma Cloud, whereas unmapped signifies that the asset is not associated with any parent account or OU on Prisma Cloud.
Possible values: [TRUE
, FALSE
]
This parameter is used to filter unmanaged assets based on the unmanaged assets communication with managed assets.
The default value is False.
True - To get all the unmanaged assets communicating with managed assets on Prisma Cloud.
False - To get all the unmanaged assets that are not communicating with managed assets on Prisma Cloud.
Empty array or specifying both [True, False] - To get all unmanaged assets irrespective of their connection with managed assets.
{
"serviceTypes": [
"string"
],
"cloudTypes": [
"AWS"
],
"assetTypes": [
"Domain"
],
"snoozeStatus": [
"SNOOZED"
],
"accountMappingStatus": [
"MAPPED"
],
"managedCommunication": [
"TRUE"
]
}
Data not found
- application/json
- Schema
- Example (from schema)
Schema
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}