{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Single API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Single", "type": "folder" }, "items": [ { "info": { "name": "Datadog Delete a Single Entity", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/catalog/entity/:entity_id", "params": [ { "name": "entity_id", "value": "", "type": "path", "description": "UUID or Entity Ref." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a single entity in Software Catalog." }, { "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." }, { "info": { "name": "Datadog Get a Single Service Definition", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/services/definitions/:service_name", "params": [ { "name": "service_name", "value": "", "type": "path", "description": "The name of the service." }, { "name": "schema_version", "value": "", "type": "query", "description": "The schema version desired in the response." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get a single service definition from the Datadog Service Catalog." }, { "info": { "name": "Datadog Delete a Single Service Definition", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/services/definitions/:service_name", "params": [ { "name": "service_name", "value": "", "type": "path", "description": "The name of the service." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a single service definition in the Datadog Service Catalog." } ] } ], "bundled": true }