Skip to main content

Update Integration State

PATCH 

/api/v1/tenant/:prismaId/integration/:id

Updates the state of an integration. For example, you can enable or disable an integration.

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.

    id stringrequired

    Integration Id

Body

required
    enabled booleanrequired

    true = Is enabled

Responses

OK

Loading...