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"=>"<string>", "enable_custom_metrics"=>false, "tags"=>["<string>", "<string>"]}, "type"=>"confluent-cloud-resources", "id"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"attributes":{"resource_type":"\u003cstring\u003e","enable_custom_metrics":false,"id":"\u003cstring\u003e","tags":["\u003cstring\u003e","\u003cstring\u003e"]},"type":"confluent-cloud-resources","id":"\u003cstring\u003e"}}