Add Confluent account
POST {{baseUrl}}/api/v2/integrations/confluent-cloud/accounts
Create a Confluent account.
Request Body
{"data"=>{"attributes"=>{"api_key"=>"TESTAPIKEY123", "api_secret"=>"test-api-secret-123", "resources"=>[{"resource_type"=>"kafka", "enable_custom_metrics"=>false, "id"=>"resource-id-123", "tags"=>["myTag", "myTag2:myValue"]}, {"resource_type"=>"kafka", "enable_custom_metrics"=>false, "id"=>"resource-id-123", "tags"=>["myTag", "myTag2:myValue"]}], "tags"=>["myTag", "myTag2:myValue"]}, "type"=>"confluent-cloud-accounts"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"attributes":{"api_key":"TESTAPIKEY123","resources":[{"resource_type":"kafka","enable_custom_metrics":false,"id":"resource_id_abc123","tags":["myTag","myTag2:myValue"]},{"resource_type":"kafka","enable_custom_metrics":false,"id":"resource_id_abc123","tags":["myTag","myTag2:myValue"]}],"tags":["myTag","myTag2:myValue"]},"id":"account_id_abc123","type":"confluent-cloud-accounts"}}