다음을 통해 공유


Web Apps - Analyze Custom Hostname Slot

사용자 지정 호스트 이름 분석을 위한 설명입니다.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/analyzeCustomHostname?api-version=2023-12-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/analyzeCustomHostname?hostName={hostName}&api-version=2023-12-01

URI 매개 변수

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

string

웹앱의 이름입니다.

resourceGroupName
path True

string

리소스가 속한 리소스 그룹의 이름입니다.

regex 패턴: ^[-\w\._\(\)]+[^\.]$

slot
path True

string

웹앱 슬롯의 이름입니다. 지정하지 않으면 기본적으로 프로덕션 슬롯으로 설정됩니다.

subscriptionId
path True

string

Azure 구독 ID. GUID 형식 문자열입니다(예: 00000000-0000-0000-0000-0000-00000000000).

api-version
query True

string

API 버전

hostName
query

string

사용자 지정 호스트 이름입니다.

응답

Name 형식 Description
200 OK

CustomHostnameAnalysisResult

정상

Other Status Codes

DefaultErrorResponse

오류 응답을 App Service.

보안

azure_auth

Azure Active Directory OAuth2 Flow

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

범위

Name Description
user_impersonation 사용자 계정 가장

예제

Analyze custom hostname for slot

샘플 요청

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/sitef6141/slots/staging/analyzeCustomHostname?api-version=2023-12-01

샘플 응답

{
  "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/sitef6141/slots/staging",
  "name": "sitef6141/staging",
  "type": "Microsoft.Web/sites/stagings",
  "properties": {
    "isHostnameAlreadyVerified": true,
    "customDomainVerificationTest": "Passed",
    "customDomainVerificationFailureInfo": {
      "code": "07198",
      "message": "Custom domain verification failed on conflicting CNAMEs."
    },
    "hasConflictOnScaleUnit": false,
    "hasConflictAcrossSubscription": true,
    "conflictingAppResourceId": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/siteog/slots/qa",
    "cNameRecords": [
      "siteog.azurewebsites.net"
    ]
  }
}

정의

Name Description
CustomHostnameAnalysisResult

사용자 지정 도메인 분석.

DefaultErrorResponse

오류 응답을 App Service.

Details
DnsVerificationTestResult

DNS 확인 테스트 결과입니다.

Error

오류 모델.

ErrorEntity

API에서 반환된 오류 응답의 본문입니다.

CustomHostnameAnalysisResult

사용자 지정 도메인 분석.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.aRecords

string[]

레코드 컨트롤러는 이 호스트 이름에 대해 볼 수 있습니다.

properties.alternateCNameRecords

string[]

대체 CName 레코드 컨트롤러는 이 호스트 이름에 대해 볼 수 있습니다.

properties.alternateTxtRecords

string[]

대체 TXT 레코드 컨트롤러는 이 호스트 이름에 대해 볼 수 있습니다.

properties.cNameRecords

string[]

CName 레코드 컨트롤러는 이 호스트 이름에 대해 볼 수 있습니다.

properties.conflictingAppResourceId

string

동일한 구독 내에 있는 경우 배율 단위에서 충돌하는 앱의 이름입니다.

properties.customDomainVerificationFailureInfo

ErrorEntity

DNS 확인이 실패하는 경우 원시 오류 정보입니다.

properties.customDomainVerificationTest

DnsVerificationTestResult

DNS 확인 테스트 결과입니다.

properties.hasConflictAcrossSubscription

boolean

true 구독 간에 충돌이 있는 경우 그렇지 않으면 입니다 false.

properties.hasConflictOnScaleUnit

boolean

true 배율 단위에 충돌이 있으면 이고, 그렇지 않으면 입니다 false.

properties.isHostnameAlreadyVerified

boolean

true 호스트 이름이 이미 확인되었으면 이고, 그렇지 않으면 입니다 false.

properties.txtRecords

string[]

이 호스트 이름에 대한 TXT 레코드 컨트롤러를 볼 수 있습니다.

type

string

리소스 종류.

DefaultErrorResponse

오류 응답을 App Service.

Name 형식 Description
error

Error

오류 모델.

Details

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

DnsVerificationTestResult

DNS 확인 테스트 결과입니다.

Name 형식 Description
Failed

string

Passed

string

Skipped

string

Error

오류 모델.

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

details

Details[]

자세한 오류입니다.

innererror

string

디버그 오류에 대한 자세한 정보입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

ErrorEntity

API에서 반환된 오류 응답의 본문입니다.

Name 형식 Description
code

string

기본 오류 코드입니다.

details

ErrorEntity[]

오류 세부 정보.

extendedCode

string

오류 유형입니다.

innerErrors

ErrorEntity[]

내부 오류입니다.

message

string

오류에 대한 모든 세부 정보입니다.

messageTemplate

string

메시지 템플릿.

parameters

string[]

템플릿에 대한 매개 변수입니다.

target

string

오류 대상입니다.