{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Create API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Create", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create a New Action Connection", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/actions/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Action Connection" }, { "info": { "name": "Datadog Create an Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/api_keys", "body": { "type": "json", "data": "{}" } }, "docs": "Create an API key." }, { "info": { "name": "Datadog Create a New Api", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/apicatalog/openapi", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new API from the [OpenAPI](https://spec.openapis.org/oas/latest.html) specification given.\nSee the [API Catalog documentation](https://docs.datadoghq.com/api_catalog/add_metadata/) for additional\ninformation about the possible metadata.\nIt returns the created API ID.\n" }, { "info": { "name": "Datadog Create a Span-based Metric", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/apm/config/metrics", "body": { "type": "json", "data": "{}" } }, "docs": "Create a metric based on your ingested spans in your organization.\nReturns the span-based metric object from the request body when the request is successful." }, { "info": { "name": "Datadog Create a Retention Filter", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/apm/config/retention-filters", "body": { "type": "json", "data": "{}" } }, "docs": "Create a retention filter to index spans in your organization.\nReturns the retention filter definition when the request is successful.\n\nDefault filters with types spans-errors-sampling-processor and spans-appsec-sampling-processor cannot be created." }, { "info": { "name": "Datadog Create App", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/app-builder/apps", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new app, returning the app ID." }, { "info": { "name": "Datadog Create an Authn Mapping", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/authn_mappings", "body": { "type": "json", "data": "{}" } }, "docs": "Create an AuthN Mapping." }, { "info": { "name": "Datadog Create a Case", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cases", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a Case" }, { "info": { "name": "Datadog Create a Project", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cases/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a project." }, { "info": { "name": "Datadog Create or Update Entities", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/catalog/entity", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create or update entities in Software Catalog." }, { "info": { "name": "Datadog Create a Custom Framework", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cloud_security_management/custom_frameworks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a custom framework." }, { "info": { "name": "Datadog Create Cloud Cost Management Aws Cur Config", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cost/aws_cur_config", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a Cloud Cost Management account for an AWS CUR config." }, { "info": { "name": "Datadog Create Cloud Cost Management Azure Configs", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cost/azure_uc_config", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a Cloud Cost Management account for an Azure config." }, { "info": { "name": "Datadog Create or Update a Budget", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/cost/budget", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new budget or update an existing one." }, { "info": { "name": "Datadog Create an Application Key for Current User", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/current_user/application_keys", "body": { "type": "json", "data": "{}" } }, "docs": "Create an application key for current user" }, { "info": { "name": "Datadog Create an Incident", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/incidents", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create an incident." }, { "info": { "name": "Datadog Create an Incident Type", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/incidents/config/types", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create an incident type." }, { "info": { "name": "Datadog Create, Update, and Delete Incident Attachments", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/incidents/:incident_id/attachments", "params": [ { "name": "incident_id", "value": "", "type": "path", "description": "The UUID of the incident." }, { "name": "include", "value": "", "type": "query", "description": "Specifies which types of related objects are included in the response." } ], "body": { "type": "json", "data": "{}" } }, "docs": "The bulk update endpoint for creating, updating, and deleting attachments for a given incident." }, { "info": { "name": "Datadog Create an Incident Integration Metadata", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/incidents/:incident_id/relationships/integrations", "params": [ { "name": "incident_id", "value": "", "type": "path", "description": "The UUID of the incident." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create an incident integration metadata." }, { "info": { "name": "Datadog Create an Incident Todo", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/incidents/:incident_id/relationships/todos", "params": [ { "name": "incident_id", "value": "", "type": "path", "description": "The UUID of the incident." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create an incident todo." }, { "info": { "name": "Datadog Create an Aws Integration", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integration/aws/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new AWS Account Integration Config." }, { "info": { "name": "Datadog Create a New Entry for Your Service Account", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integration/gcp/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new entry within Datadog for your STS enabled service account." }, { "info": { "name": "Datadog Create a Datadog Gcp Principal", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integration/gcp/sts_delegate", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Datadog GCP principal." }, { "info": { "name": "Datadog Create Tenant-based Handle", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integration/ms-teams/configuration/tenant-based-handles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a tenant-based handle in the Datadog Microsoft Teams integration." }, { "info": { "name": "Datadog Create Workflows Webhook Handle", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integration/ms-teams/configuration/workflows-webhook-handles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Workflows webhook handle in the Datadog Microsoft Teams integration." }, { "info": { "name": "Datadog Create a New Service Object", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integration/opsgenie/services", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new service object in the Opsgenie integration." }, { "info": { "name": "Datadog Create an Archive", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/logs/config/archives", "body": { "type": "json", "data": "{}" } }, "docs": "Create an archive in your organization." }, { "info": { "name": "Datadog Create a Custom Destination", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/logs/config/custom-destinations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a custom destination in your organization." }, { "info": { "name": "Datadog Create a Log-based Metric", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/logs/config/metrics", "body": { "type": "json", "data": "{}" } }, "docs": "Create a metric based on your ingested logs in your organization.\nReturns the log-based metric object from the request body when the request is successful." }, { "info": { "name": "Datadog Create a Restriction Query", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/logs/config/restriction_queries", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new restriction query for your organization." }, { "info": { "name": "Datadog Create a Tag Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/metrics/:metric_name/tags", "params": [ { "name": "metric_name", "value": "dist.http.endpoint.request", "type": "path", "description": "The name of the metric." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create and define a list of queryable tag keys for an existing count/gauge/rate/distribution metric.\nOptionally, include percentile aggregations on any distribution metric. By setting `exclude_tags_mode`\nto true, the behavior is changed from an allow-list to a deny-list, and tags in the defined list are\nnot queryable. Can only be used with application keys of users with the `Manage Tags for Metrics`\npermission." }, { "info": { "name": "Datadog Create a Monitor Notification Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/monitor/notification_rule", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Creates a monitor notification rule." }, { "info": { "name": "Datadog Create a Monitor Configuration Policy", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/monitor/policy", "body": { "type": "json", "data": "{}" } }, "docs": "Create a monitor configuration policy." }, { "info": { "name": "Datadog Create On-call Escalation Policy", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/on-call/escalation-policies", "params": [ { "name": "include", "value": "example_value", "type": "query", "description": "Comma-separated list of included relationships to be returned. Allowed values: `teams`, `steps`, `steps.targets`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new On-Call escalation policy" }, { "info": { "name": "Datadog Create On-call Page", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/on-call/pages", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Trigger a new On-Call Page.\n" }, { "info": { "name": "Datadog Create On-call Schedule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/on-call/schedules", "params": [ { "name": "include", "value": "example_value", "type": "query", "description": "Comma-separated list of included relationships to be returned. Allowed values: `teams`, `layers`, `layers.members`, `layers.members.user`." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new On-Call schedule" }, { "info": { "name": "Datadog Create a New Powerpack", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/powerpacks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a powerpack." }, { "info": { "name": "Datadog Create a Waf Custom Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/asm/waf/custom_rules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new WAF custom rule with the given parameters." }, { "info": { "name": "Datadog Create a Waf Exclusion Filter", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/asm/waf/exclusion_filters", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new WAF exclusion filter with the given parameters.\n\nA request matched by an exclusion filter will be ignored by the Application Security WAF product.\nGo to https://app.datadoghq.com/security/appsec/passlist to review existing exclusion filters (also called passlist entries)." }, { "info": { "name": "Datadog Create a Workload Protection Agent Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/cws/agent_rules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Workload Protection agent rule with the given parameters.\n\n**Note**: This endpoint is not available for the Government (US1-FED) site. Please reference the (US1-FED) specific resource below." }, { "info": { "name": "Datadog Create a Workload Protection Policy", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/cws/policy", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Workload Protection policy with the given parameters.\n\n**Note**: This endpoint is not available for the Government (US1-FED) site. Please reference the (US1-FED) specific resource below." }, { "info": { "name": "Datadog Create a New Pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/obs_pipelines/pipelines", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new pipeline." }, { "info": { "name": "Datadog Create Role", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/roles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new role for your organization." }, { "info": { "name": "Datadog Create a New Role by Cloning an Existing Role", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/roles/:role_id/clone", "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": "Clone an existing role" }, { "info": { "name": "Datadog Create a New Rum Application", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/rum/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new RUM application in your organization." }, { "info": { "name": "Datadog Create a Rum Retention Filter", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/rum/applications/:app_id/retention_filters", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "RUM application ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a RUM retention filter for a RUM application.\nReturns RUM retention filter objects from the request body when the request is successful." }, { "info": { "name": "Datadog Create a Rum-based Metric", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/rum/config/metrics", "body": { "type": "json", "data": "{}" } }, "docs": "Create a metric based on your organization's RUM data.\nReturns the rum-based metric object from the request body when the request is successful." }, { "info": { "name": "Datadog Create Group", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/scim/Groups", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new group.\nThe group may contain members." }, { "info": { "name": "Datadog Create User", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/scim/Users", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new user." }, { "info": { "name": "Datadog Create Outcomes Batch", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/scorecard/outcomes/batch", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Sets multiple service-rule outcomes in a single batched request." }, { "info": { "name": "Datadog Create a New Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/scorecard/rules", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Creates a new rule." }, { "info": { "name": "Datadog Create a New Signal-based Notification Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/security/signals/notification_rules", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new notification rule for security signals and return the created rule." }, { "info": { "name": "Datadog Create a New Vulnerability-based Notification Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/security/vulnerabilities/notification_rules", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new notification rule for security vulnerabilities and return the created rule." }, { "info": { "name": "Datadog Create a Workload Protection Agent Rule (us1-fed)", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/cloud_workload_security/agent_rules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new agent rule with the given parameters.\n\n**Note**: This endpoint should only be used for the Government (US1-FED) site." }, { "info": { "name": "Datadog Create a Security Filter", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/security_filters", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a security filter.\n\nSee the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)\nfor more examples." }, { "info": { "name": "Datadog Create a Suppression Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/suppressions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new suppression rule." }, { "info": { "name": "Datadog Create a Detection Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/rules", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a detection rule." }, { "info": { "name": "Datadog Create Scanning Group", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/sensitive-data-scanner/config/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a scanning group.\nThe request MAY include a configuration relationship.\nA rules relationship can be omitted entirely, but if it is included it MUST be\nnull or an empty array (rules cannot be created at the same time).\nThe new group will be ordered last within the configuration." }, { "info": { "name": "Datadog Create Scanning Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/sensitive-data-scanner/config/rules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a scanning rule in a sensitive data scanner group, ordered last.\nThe posted rule MUST include a group relationship.\nIt MUST include either a standard_pattern relationship or a regex attribute, but not both.\nIf included_attributes is empty or missing, we will scan all attributes except\nexcluded_attributes. If both are missing, we will scan the whole event." }, { "info": { "name": "Datadog Create a Service Account", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/service_accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a service account for your organization." }, { "info": { "name": "Datadog Create an Application Key for This Service Account", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/service_accounts/:service_account_id/application_keys", "params": [ { "name": "service_account_id", "value": "", "type": "path", "description": "The ID of the service account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an application key for this service account." }, { "info": { "name": "Datadog Create a New Incident Service", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/services", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Creates a new incident service." }, { "info": { "name": "Datadog Create or Update Service Definition", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/services/definitions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create or update service definition in the Datadog Service Catalog." }, { "info": { "name": "Datadog Create a New Slo Report", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/slo/report", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a job to generate an SLO report. The report job is processed asynchronously and eventually results in a CSV report being available for download.\n\nCheck the status of the job and download the CSV report using the returned `report_id`." }, { "info": { "name": "Datadog Create a Team", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/team", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new team.\nUser IDs passed through the `users` relationship field are added to the team." }, { "info": { "name": "Datadog Create a Team Link", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/team/:team_id/links", "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 new link to a team." }, { "info": { "name": "Datadog Create a New Incident Team", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/teams", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Creates a new incident team." }, { "info": { "name": "Datadog Create a User", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/users", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a user for your organization." }, { "info": { "name": "Datadog Create a Workflow", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/workflows", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new workflow, returning the workflow ID. This API requires an application key scoped with the `workflows_write` permission." } ] } ], "bundled": true }