{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Add API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Add", "type": "folder" }, "items": [ { "info": { "name": "Datadog Add Items to a Dashboard List", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/dashboard/lists/manual/:dashboard_list_id/dashboards", "params": [ { "name": "dashboard_list_id", "value": "42", "type": "path", "description": "ID of the dashboard list to add items to." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add dashboards to an existing dashboard list." }, { "info": { "name": "Datadog Add Cloudflare Account", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integrations/cloudflare/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Cloudflare account." }, { "info": { "name": "Datadog Add Confluent Account", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integrations/confluent-cloud/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Confluent account." }, { "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 Add Fastly Account", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integrations/fastly/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Fastly account." }, { "info": { "name": "Datadog Add Fastly Service", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integrations/fastly/accounts/:account_id/services", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Fastly Account id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Fastly service for an account." }, { "info": { "name": "Datadog Add Okta Account", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integrations/okta/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Okta account." }, { "info": { "name": "Datadog Add a User to a Role", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/roles/:role_id/users", "params": [ { "name": "role_id", "value": "", "type": "path", "description": "The unique identifier of the role." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Adds a user to a role." }, { "info": { "name": "Datadog Add a User to a Team", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/team/:team_id/memberships", "params": [ { "name": "team_id", "value": "abc-123-def", "type": "path", "description": "None" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Add a user to a team." } ] } ], "bundled": true }