{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Objects API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Objects", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get All Service Objects", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integration/opsgenie/services" }, "docs": "Get a list of all services from the Datadog Opsgenie 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 Get a Single Service Object", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integration/opsgenie/services/:integration_service_id", "params": [ { "name": "integration_service_id", "value": "", "type": "path", "description": "The UUID of the service." } ] }, "docs": "Get a single service from the Datadog Opsgenie integration." }, { "info": { "name": "Datadog Update a Single Service Object", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/integration/opsgenie/services/:integration_service_id", "params": [ { "name": "integration_service_id", "value": "", "type": "path", "description": "The UUID of the service." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a single service object in the Datadog Opsgenie integration." }, { "info": { "name": "Datadog Delete a Single Service Object", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integration/opsgenie/services/:integration_service_id", "params": [ { "name": "integration_service_id", "value": "", "type": "path", "description": "The UUID of the service." } ] }, "docs": "Delete a single service object in the Datadog Opsgenie integration." } ] } ], "bundled": true }