Datadog API: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:


=Internal=
=Internal=
=Overview=
Datadog resources can be provisioned via an API.
=HTTP=
=HTTP=
* https://docs.datadoghq.com/api/latest/
* https://docs.datadoghq.com/api/latest/

Revision as of 01:36, 18 February 2022

External

Internal

Overview

Datadog resources can be provisioned via an API.

HTTP

curl -s -X GET "https://api.datadoghq.com/api/v1/org" \
-H "Content-Type: application/json" \
-H "DD-API-KEY: ${DATADOG_API_KEY}" \
-H "DD-APPLICATION-KEY: ${DATADOG_APP_KEY}"

Python

Playground

https://github.com/ovidiuf/playground/tree/master/datadog/python-api