Integrations Pull
With Prisma Cloud serviceโs multiple out-of-the-box integration options, you can integrate Prisma Cloud into existing security workflows and technologies of your organization.
You can use Integrations V1 for most external integrations. Use the following API endpoints, though, for integrations with:
- Okta
- Qualys
- Tenable
In addition to pushing data to these external systems, Prisma Cloud also pulls data.
Integration Configurationโ
The model for an integration between Prisma Cloud and an external system includes an integrationConfig parameter which is a map of key/value pairs. The type of integration defines the content of these key/value pairs. See Integration Configurations for more information about integration API request body details, including the integrationConfig request parameter key/value pairs that apply to your specific integration API.
๐๏ธ List Metadata for All Integrations
Returns the metadata for your integrations filtered by type.
๐๏ธ List All Integrations
Returns all your integrations, optionally filtered by type.
๐๏ธ Add Integration
Adds an integration with the specified external system.
๐๏ธ Test Integration
Runs a test of the integration for the specified data.
๐๏ธ Get Integration By ID
Returns integration details for the specified ID.
๐๏ธ Update Integration
Updates the specified integration.
๐๏ธ Delete Integration
Deletes the integration for the specified ID.