다음을 통해 공유


Api Management Service - Get Domain Ownership Identifier

API Management 서비스에 대한 사용자 지정 도메인 소유권 식별자를 가져옵니다.

POST https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier?api-version=2021-08-01

URI 매개 변수

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

string

Microsoft Azure 구독을 고유하게 식별하는 구독 자격 증명입니다. 구독 ID는 모든 서비스 호출에 대한 URI의 일부를 형성합니다.

api-version
query True

string

클라이언트 요청과 함께 사용할 API의 버전입니다.

응답

Name 형식 Description
200 OK

ApiManagementServiceGetDomainOwnershipIdentifierResult

도메인 소유권 식별자를 가져오는 결과입니다.

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 사용자 계정 가장

예제

ApiManagementServiceGetDomainOwnershipIdentifier

샘플 요청

POST https://management.azure.com/subscriptions/subid/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier?api-version=2021-08-01

샘플 응답

{
  "domainOwnershipIdentifier": "KLE1vdMblVeHECAi4nCe3oNaXXXXvNlLrXt2ev84KM="
}

정의

Name Description
ApiManagementServiceGetDomainOwnershipIdentifierResult

GetDomainOwnershipIdentifier 작업의 응답입니다.

ErrorFieldContract

오류 필드 계약입니다.

ErrorResponse

오류 응답입니다.

ApiManagementServiceGetDomainOwnershipIdentifierResult

GetDomainOwnershipIdentifier 작업의 응답입니다.

Name 형식 Description
domainOwnershipIdentifier

string

도메인 소유권 식별자 값입니다.

ErrorFieldContract

오류 필드 계약입니다.

Name 형식 Description
code

string

속성 수준 오류 코드입니다.

message

string

사람이 읽을 수 있는 속성 수준 오류 표현입니다.

target

string

속성 이름입니다.

ErrorResponse

오류 응답입니다.

Name 형식 Description
error.code

string

서비스 정의 오류 코드입니다. 이 코드는 응답에 지정된 HTTP 오류 코드의 하위 상태로 사용됩니다.

error.details

ErrorFieldContract[]

유효성 검사 오류가 발생한 경우 요청에 잘못된 필드 보내기 목록입니다.

error.message

string

사람이 읽을 수 있는 오류 표현입니다.