Skip to main content

Application list

POST 

/insights/v3.0/resource/query/applications/application_list

Retrieves list of applications.

Request

Header Parameters

    X-PANW-Region stringrequired

    CDL Region

    Prisma-Tenant string

    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.

Body

required
    app string

    Application name

    app_category string

    Category of the application

    application_type string

    Possible values: [saas, private_apps, internet]

    Type of the application

    deployment_type string

    Possible values: [mu, rn]

    Filters for specific ADEM deployments

    edge_location_display_name string

    Name of PA location

    event_time integerrequired

    Time of the event

    experience_score string

    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.

    mobileuser string

    ADEM Mobile user name

    platform_type stringrequired

    Possible values: [prisma_access, ngfw]

    Platform name

    risk_of_app integer

    Possible values: [1, 2, 3, 4, 5]

    Risk of application

    security_service_type string

    Possible values: [threat_protection, wildfire, dns_security, url_filtering]

    Security service type

    source_type string

    Possible values: [user, iot, other]

    Type of the source

    threat_category string

    Possible values: [Malware, Grayware, Phishing, C2, Vulnerability]

    Category of threats

    threat_severity string

    Possible values: [High, Critical, Medium, Low, Information]

    Severity of the threat

    threats_active boolean

    Possible values: [true, false]

    Apps which have seen any threats

    usergroups string

    Group of the user

Responses

OK

Schema
    accelerated boolean

    If application was accelerated

    app string

    Application name

    app_category string

    Application category

    app_sub_category string

    Application sub category

    application_test_name string

    Application test name

    application_test_target_name string

    Application test target name

    avg_throughput number

    Average throughput

    pab_event_count integer

    Count of PAB events

    port integer

    Destination port

    risk_of_app integer

    Application risk level

    rule_name string

    Rule name matched for application

    site_exp_score integer

    Site experience score

    site_exp_score_verdict string

    Site experience score verdict

    site_exp_test_uuid string

    Site experience test UUID

    total_threats integer

    Total threat count

    url_count integer

    Count of url

    usage_bytes integer

    Application data usage

    user_count integer

    Count of users

    user_exp_score integer

    User experience score

    user_exp_score_verdict string

    User experience score verdict

    user_exp_test_uuid string

    User experience test UUID

Loading...