Download Application Details
GET/appid/api/v1/download/app/:id
Download application details such as alert information, vulnerability reports, and asset details, in a CSV format. The file type value defines the details of the application to download.
Note: You need
application
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 that Application Inventory > Applications is enabled.
Request
Path Parameters
id stringrequired
Application ID.
Query Parameters
file_type stringrequired
Responses
- 200
- 400
- 401
- 403
- 413
Successful operation
- application/octet-stream
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
Bad Request
- application/octet-stream
- Schema
- Example (from schema)
Schema
error object
code stringrequired
message stringrequired
{
"error": {
"code": "string",
"message": "string"
}
}
Unauthorized - user cannot be authenticated to service the request
- application/octet-stream
- Schema
- Example (from schema)
Schema
error object
code stringrequired
message stringrequired
{
"error": {
"code": "string",
"message": "string"
}
}
Forbidden - user is not authorized, or does not have the correct permissions, to make the call
- application/octet-stream
- Schema
- Example (from schema)
Schema
error object
code stringrequired
message stringrequired
{
"error": {
"code": "string",
"message": "string"
}
}
Payload Too Large
- */*
- Schema
- Example (from schema)
Schema
object
{}
Loading...