Add Integration
POST/integration
Adds an integration with the specified external system.
This request supports integrations with only the following:
- Okta
- Qualys
- Tenable
The following request body parameters are required:
- name
- integrationType
- integrationConfig
- enabled
The integrationConfig field that is a map of key/value pairs. The type of integration defines the content of these key/value pairs. See Integration Configuration for valid key/value pairs for the integrationConfig for your specific external integration.
Request
Responses
- 200
- 400
successful operation
invalid_integration_name / missing_integration_type / integration_name_already_exists / internal_error