이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

APM

Observe, troubleshoot, and improve cloud-scale applications with all telemetry in context

GET https://api.ap1.datadoghq.com/api/v2/apm/serviceshttps://api.ap2.datadoghq.com/api/v2/apm/serviceshttps://api.datadoghq.eu/api/v2/apm/serviceshttps://api.ddog-gov.com/api/v2/apm/serviceshttps://api.datadoghq.com/api/v2/apm/serviceshttps://api.us3.datadoghq.com/api/v2/apm/serviceshttps://api.us5.datadoghq.com/api/v2/apm/services

개요

OAuth apps require the apm_read authorization scope to access this endpoint.

응답

OK

Expand All

항목

유형

설명

data

object

attributes

object

metadata

[object]

isTraced

boolean

isUsm

boolean

services

[string]

id

string

type [required]

enum

Services list resource type. Allowed enum values: services_list

default: services_list

{
  "data": {
    "attributes": {
      "metadata": [
        {
          "isTraced": false,
          "isUsm": false
        }
      ],
      "services": []
    },
    "id": "string",
    "type": "services_list"
  }
}

Too many requests

API error response.

Expand All

항목

유형

설명

errors [required]

[string]

A list of errors.

{
  "errors": [
    "Bad Request"
  ]
}

코드 사례

                  # Curl command
curl -X GET "https://api.ap1.datadoghq.com"https://api.ap2.datadoghq.com"https://api.datadoghq.eu"https://api.ddog-gov.com"https://api.datadoghq.com"https://api.us3.datadoghq.com"https://api.us5.datadoghq.com/api/v2/apm/services" \ -H "Accept: application/json" \ -H "DD-API-KEY: ${DD_API_KEY}" \ -H "DD-APPLICATION-KEY: ${DD_APP_KEY}"