@utdk/datadog 1.0.0-20260407.1-dev.4dcc085

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,51 @@
1
+ {
2
+ "name": "@utdk/datadog",
3
+ "version": "1.0.0-20260407.1-dev.4dcc085",
4
+ "type": "module",
5
+ "description": "Generated UTDK provider client for Datadog API V2 Collection. Collection of all Datadog Public endpoints.",
6
+ "homepage": "https://www.datadoghq.com/support/",
7
+ "keywords": [
8
+ "datadog",
9
+ "generated",
10
+ "openapi",
11
+ "utdk"
12
+ ],
13
+ "utdk": {
14
+ "provider": "datadog",
15
+ "generation": 1,
16
+ "generatedAt": "2026-04-07T01:20:22.841Z",
17
+ "auth": [
18
+ {
19
+ "auth_type": "api_key",
20
+ "api_key": "${DD_API_KEY}",
21
+ "var_name": "DD-API-KEY",
22
+ "location": "header"
23
+ },
24
+ {
25
+ "auth_type": "api_key",
26
+ "api_key": "${DD_APP_KEY}",
27
+ "var_name": "DD-APPLICATION-KEY",
28
+ "location": "header"
29
+ },
30
+ {
31
+ "auth_type": "api_key",
32
+ "api_key": "Bearer ${DD_BEARER_TOKEN}",
33
+ "var_name": "Authorization",
34
+ "location": "header"
35
+ },
36
+ {
37
+ "auth_type": "oauth2",
38
+ "client_id": "${CLIENT_ID}",
39
+ "client_secret": "${CLIENT_SECRET}",
40
+ "authorization_url": "/oauth2/v1/authorize",
41
+ "token_url": "/oauth2/v1/token"
42
+ }
43
+ ],
44
+ "openapi": {
45
+ "title": "Datadog API V2 Collection",
46
+ "url": "https://raw.githubusercontent.com/DataDog/datadog-api-client-python/refs/heads/master/.generator/schemas/v2/openapi.yaml",
47
+ "version": "1.0",
48
+ "termsOfService": null
49
+ }
50
+ }
51
+ }