{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Resource API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Resource", "type": "folder" }, "items": [ { "info": { "name": "Datadog List Resource Filters", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/cloud_security_management/resource_filters", "params": [ { "name": "cloud_provider", "value": "", "type": "query", "description": "Filter resource filters by cloud provider (e.g. aws, gcp, azure)." }, { "name": "account_id", "value": "", "type": "query", "description": "Filter resource filters by cloud provider account ID. This parameter is only valid when provider is specified." }, { "name": "skip_cache", "value": "", "type": "query", "description": "Skip cache for resource filters." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "List resource filters." }, { "info": { "name": "Datadog Update Resource Filters", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/cloud_security_management/resource_filters", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Update resource filters." }, { "info": { "name": "Datadog Add Resource to Confluent Account", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integrations/confluent-cloud/accounts/:account_id/resources", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Confluent Account ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Confluent resource for the account associated with the provided ID." }, { "info": { "name": "Datadog Get Resource from Confluent Account", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integrations/confluent-cloud/accounts/:account_id/resources/:resource_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Confluent Account ID." }, { "name": "resource_id", "value": "", "type": "path", "description": "Confluent Account Resource ID." } ] }, "docs": "Get a Confluent resource with the provided resource id for the account associated with the provided account ID." }, { "info": { "name": "Datadog Update Resource in Confluent Account", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/integrations/confluent-cloud/accounts/:account_id/resources/:resource_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Confluent Account ID." }, { "name": "resource_id", "value": "", "type": "path", "description": "Confluent Account Resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Confluent resource with the provided resource id for the account associated with the provided account ID." }, { "info": { "name": "Datadog Delete Resource from Confluent Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integrations/confluent-cloud/accounts/:account_id/resources/:resource_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Confluent Account ID." }, { "name": "resource_id", "value": "", "type": "path", "description": "Confluent Account Resource ID." } ] }, "docs": "Delete a Confluent resource with the provided resource id for the account associated with the provided account ID." } ] } ], "bundled": true }