Skip to main content

Get Application by ID

GET 

https://api.prismacloud.io/appid/api/v2/app/:id

Get details of an application by application ID.

Note: You need investigateApplicationRql feature with Read 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 Investigate > Applications is enabled.

Request

Path Parameters

    id stringrequired

    id of app to get details for

Responses

OK

Schema
    idstring
    createdAtinteger
    metadata object
    property name* string[]
  • Array [
  • string
  • ]
  • assets object[]
  • Array [
  • unifiedAssetIdstring
    externalAssetIdstring
    typestringrequired
    assetTypestring
    namestring
    cloudTypestring
    regionstring
    apiIdstring
    alerts object[]
  • Array [
  • unifiedAssetIdstring
    alertIdstring
    policy object
    policyIdstring
    namestring
    severitystring
    policyTypestring
  • ]
  • vuln object[]
  • Array [
  • idstringrequired
    scorenumber
    severitystring
  • ]
  • vulnCountBySeverity object
    criticalinteger
    highinteger
    mediuminteger
    lowinteger
    findings object[]
  • Array [
  • idstring
    namestring
    findingTypesstring[]
  • ]
  • findingCountByType object[]
  • Array [
  • typestring
    valueinteger
  • ]
  • ]
  • summary object
    cloudTypesstring[]
    assetCount object
    totalinteger
    byAlertSeverity object
    criticalinteger
    highinteger
    mediuminteger
    lowinteger
    informationalinteger
    byVulnSeverity object
    criticalinteger
    highinteger
    mediuminteger
    lowinteger
    alertCountByPolicyType object[]
  • Array [
  • typestring
    valueinteger
  • ]
  • alertCountBySeverity object
    criticalinteger
    highinteger
    mediuminteger
    lowinteger
    informationalinteger
    vulnCountBySeverity object
    criticalinteger
    highinteger
    mediuminteger
    lowinteger
    findingCountByType object[]
  • Array [
  • typestring
    valueinteger
  • ]

Authorization: x-redlock-auth

name: x-redlock-authtype: apiKeydescription: The x-redlock-auth value is a JSON Web Token (JWT).in: header
curl -L 'https://api.prismacloud.io/appid/api/v2/app/:id' \
-H 'Accept: application/json' \
-H 'x-redlock-auth: <x-redlock-auth>'
Request Collapse all
Base URL
https://api.prismacloud.io
Auth
Parameters
— pathrequired