Integrations (pim/v2)
Validate an Integration
Validate the provider integration configuration.
post/pim/v2/integrations:validate
Request body
Example request
{
"id": "cspi-00000",
"metadata": {
"self": "https://api.confluent.cloud/pim/v2/integration-validate-requests/ivr-12345",
"resource_name": "crn://confluent.cloud/organization=9bb441c4-edef-46ac-8a41-c49e44a3fd9a/integration-validate-request=ivr-12345",
"created_at": "2006-01-02T15:04:05-07:00",
"updated_at": "2006-01-02T15:04:05-07:00",
"deleted_at": "2006-01-02T15:04:05-07:00"
},
"config": {
"google_service_account": "cspi-sa1@cflt-project.iam.gserviceaccount.com",
"customer_google_service_account": "customer-sa@customer-project.iam.gserviceaccount.com",
"kind": "GcpIntegrationConfig"
}
}Response
The provider integration configuration is validated successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.