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