다음을 통해 공유


Gateway - List Debug Credentials

게이트웨이에 대한 새 디버그 자격 증명을 만듭니다.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/listDebugCredentials?api-version=2024-05-01

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
gatewayId
path True

string

minLength: 1
maxLength: 80

게이트웨이 엔터티 식별자입니다. 현재 API Management 서비스 인스턴스에서 고유해야 합니다. 'managed' 값이 없어야 합니다.

resourceGroupName
path True

string

minLength: 1
maxLength: 90

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

serviceName
path True

string

minLength: 1
maxLength: 50
pattern: ^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$

API Management 서비스의 이름입니다.

subscriptionId
path True

string (uuid)

대상 구독의 ID입니다. 값은 UUID여야 합니다.

api-version
query True

string

minLength: 1

이 작업에 사용할 API 버전입니다.

요청 본문

Name 필수 형식 Description
apiId True

string (arm-id)

API의 전체 리소스 ID입니다.

purposes True

GatewayListDebugCredentialsContractPurpose[]

디버그 자격 증명의 목적입니다.

credentialsExpireAfter

string (duration)

자격 증명 만료는 ISO8601 형식입니다. 자격 증명의 최대 기간은 PT1H입니다. 속성을 지정하지 않으면 값 PT1H가 사용됩니다.

응답

Name 형식 Description
200 OK

GatewayDebugCredentialsContract

응답 본문에는 게이트웨이에서 사용할 디버그 자격 증명이 포함되어 있습니다.

Other Status Codes

ErrorResponse

작업이 실패한 이유를 설명하는 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow.

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

예제

ApiManagementGatewayListDebugCredentials

샘플 요청

POST https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/gateways/gw1/listDebugCredentials?api-version=2024-05-01

{
  "credentialsExpireAfter": "PT1H",
  "apiId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/apis/a1",
  "purposes": [
    "tracing"
  ]
}

샘플 응답

{
  "token": "p=tracing&aid=a1&ex=20230504000000&sn=ZdfxSJoCsOJE0/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/8LchGl7gu/Q=="
}

정의

Name Description
ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorDetail

오류 세부 정보입니다.

ErrorResponse

오류 응답

GatewayDebugCredentialsContract

게이트웨이 디버그 자격 증명.

GatewayListDebugCredentialsContract

디버그 자격 증명 속성을 나열합니다.

GatewayListDebugCredentialsContractPurpose

디버그 자격 증명의 목적입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorDetail

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorDetail[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

오류 개체입니다.

GatewayDebugCredentialsContract

게이트웨이 디버그 자격 증명.

Name 형식 Description
token

string

게이트웨이 디버그 토큰입니다.

GatewayListDebugCredentialsContract

디버그 자격 증명 속성을 나열합니다.

Name 형식 Description
apiId

string (arm-id)

API의 전체 리소스 ID입니다.

credentialsExpireAfter

string (duration)

자격 증명 만료는 ISO8601 형식입니다. 자격 증명의 최대 기간은 PT1H입니다. 속성을 지정하지 않으면 값 PT1H가 사용됩니다.

purposes

GatewayListDebugCredentialsContractPurpose[]

디버그 자격 증명의 목적입니다.

GatewayListDebugCredentialsContractPurpose

디버그 자격 증명의 목적입니다.

Description
tracing

추적 용도입니다.