Skip to main content

Get Security Hub Enabled Regions by AWS Account ID

GET 

/api/v1/tenant/:prismaId/integration/securityhub/regions/:accountId

Returns a list of security-hub-enabled AWS regions for the specified AWS account.

The caller must have a Prisma Cloud role of System Admin.

Note: This request does not support Prisma Cloud integrations with the following:

  • Okta
  • Qualys
  • Tenable

For requests that support integration with the systems above, see Integrations Pull.

Request

Path Parameters

    prismaId stringrequired

    Prisma ID. Your Prisma ID is available either from the response object of your API request to log in or from the licensing information in the Prisma Cloud console.

    accountId stringrequired

    AWS Account ID

Responses

OK

Schema
    regions string[]

    AWS Region ID

Loading...