{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Definitions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Definitions", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get All Service Definitions", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/services/definitions", "params": [ { "name": "page[size]", "value": "", "type": "query", "description": "Size for a given page. The maximum allowed value is 100." }, { "name": "page[number]", "value": "", "type": "query", "description": "Specific page number to return." }, { "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 list of all service definitions from the Datadog Service Catalog." } ] } ], "bundled": true }