You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/api/v2/translate_actions.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -339,6 +339,9 @@
339
339
"request_description": "The updated definition of the retention filter.",
340
340
"request_schema_description": "The body of the retention filter to be updated."
341
341
},
342
+
"GetServiceList": {
343
+
"summary": "Get service list"
344
+
},
342
345
"DeleteApps": {
343
346
"description": "Delete multiple apps in a single request from a list of app IDs. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).",
Copy file name to clipboardExpand all lines: data/api/v2/translate_tags.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
"name": "API Management",
4
4
"description": "Configure your API endpoints through the Datadog API."
5
5
},
6
+
"apm": {
7
+
"name": "APM",
8
+
"description": "Observe, troubleshoot, and improve cloud-scale applications with all telemetry in context"
9
+
},
6
10
"apm-retention-filters": {
7
11
"name": "APM Retention Filters",
8
12
"description": "Manage configuration of [APM retention filters](https://app.datadoghq.com/apm/traces/retention-filters) for your organization. You need an API and application key with Admin rights to interact with this endpoint. See [retention filters](https://docs.datadoghq.com/tracing/trace_pipeline/trace_retention/#retention-filters) on the Trace Retention page for more information."
0 commit comments