List Tags
GET/appid/api/v2/tags
Get the list of tags which are used to scan and discover applications.
Note: You need
investigateApplicationRql
feature withRead
permission to access this endpoint. Verify if your permission group includes this feature using the Get Permission Group by ID endpoint. You can also check this in the Prisma Cloud console by ensuring thatInvestigate
>Applications
is enabled.
Request
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
tags string[]
{
"tags": [
"string"
]
}
{
"Tags": [
"managedby",
"application_id",
"api_name",
"cloudtype",
"confidentiality",
"compliance"
]
}
Loading...