Application list
POST/insights/v3.0/resource/query/applications/application_list
Retrieves list of applications.
Request
Header Parameters
CDL Region
A Prisma-Tenant is a unique identifier for a tenant or a subtenant within a single or multi-tenant architecture, providing precise tenant management and resource allocation.
- application/json
Body
required
Application name
Category of the application
Possible values: [saas
, private_apps
, internet
]
Type of the application
Possible values: [mu
, rn
]
Filters for specific ADEM deployments
Name of PA location
Time of the event
Possible values: [poor
, fair
, good
]
This filter applies to User/Site experience score. Any application where user or site experience score matches this filter values will be returned.
ADEM Mobile user name
Possible values: [prisma_access
, ngfw
]
Platform name
Possible values: [1
, 2
, 3
, 4
, 5
]
Risk of application
Possible values: [threat_protection
, wildfire
, dns_security
, url_filtering
]
Security service type
Possible values: [user
, iot
, other
]
Type of the source
Possible values: [Malware
, Grayware
, Phishing
, C2
, Vulnerability
]
Category of threats
Possible values: [High
, Critical
, Medium
, Low
, Information
]
Severity of the threat
Possible values: [true
, false
]
Apps which have seen any threats
Group of the user
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
If application was accelerated
Application name
Application category
Application sub category
Application test name
Application test target name
Average throughput
Count of PAB events
Destination port
Application risk level
Rule name matched for application
Site experience score
Site experience score verdict
Site experience test UUID
Total threat count
Count of url
Application data usage
Count of users
User experience score
User experience score verdict
User experience test UUID
{
"data": [
{
"accelerated": true,
"app": "doordash",
"app_category": "saas",
"app_sub_category": "sub_category",
"application_test_name": "App Test",
"application_test_target_name": "test_target",
"avg_throughput": 100.5,
"pab_event_count": 5,
"port": 443,
"risk_of_app": 3,
"rule_name": "rule_1",
"site_exp_score": 90,
"site_exp_score_verdict": "excellent",
"site_exp_test_uuid": "uuid-5678",
"total_threats": 10,
"url_count": 250,
"usage_bytes": 123456789,
"user_count": 5000,
"user_exp_score": 85,
"user_exp_score_verdict": "good",
"user_exp_test_uuid": "uuid-1234"
}
]
}
{
"data": [
{
"app": "http-video",
"app_category": "media",
"app_sub_category": "photo-video",
"application_sub_type": "unsanctioned",
"port": 443,
"risk_of_app": 4,
"rule_name": "rule",
"total_threats": 452,
"url_count": 65011,
"usage_bytes": 4245407346960,
"user_count": 2000
},
{
"app": "gmail-base",
"app_category": "saas",
"app_sub_category": "email",
"application_sub_type": "unsanctioned",
"application_test_name": "Gmail",
"application_test_target_name": "mail.google.com",
"port": 443,
"risk_of_app": 4,
"rule_name": "rule",
"total_threats": 0,
"url_count": 648,
"usage_bytes": 1182385504410,
"user_count": 10000,
"user_exp_score": 89.5,
"user_exp_score_verdict": "good",
"user_exp_test_uuid": "c4ed3e67-c32a-4be1-94ab-ccffb2ed78d6"
}
]
}