Datadog Openapi
Connector for the datadog-openapi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.datadoghq.com - Auth:
header:DD-API-KEY(pass your key via theapiKeyinput)
Operations
getipranges— GET / — List IP Rangeslistapikeys— GET /api/v1/api_key — Get all API keysgetapikey— GET /api/v1/api_key/{key} — Get API keylistapplicationkeys— GET /api/v1/application_key — Get all application keysgetapplicationkey— GET /api/v1/application_key/{key} — Get an application keylistdashboards— GET /api/v1/dashboard — Get all dashboards
Inputs
apiKey— your datadog-openapi API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getipranges
apiKey: <your key>