다음을 통해 공유


Web Apps - List Slot Site Deployment Statuses Slot

앱의 배포 상태(또는 지정된 경우 배포 슬롯)를 나열합니다.

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

URI 매개 변수

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

string

응용 프로그램의 이름입니다.

resourceGroupName
path True

string

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

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

slot
path True

string

배포 슬롯의 이름입니다. 슬롯을 지정하지 않으면 API는 프로덕션 슬롯에 대한 배포 상태 가져옵니다.

subscriptionId
path True

string

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

api-version
query True

string

API 버전

응답

Name 형식 Description
200 OK

CsmDeploymentStatusCollection

정상

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

예제

List Deployment Status Slot

샘플 요청

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rg/providers/Microsoft.Web/sites/testSite/slots/stage/deploymentStatus?api-version=2023-12-01

샘플 응답

{
  "value": [],
  "nextLink": null
}

정의

Name Description
CsmDeploymentStatus

배포 상태 응답 페이로드.

CsmDeploymentStatusCollection

배포 상태 컬렉션 ARM 리소스.

DefaultErrorResponse

오류 응답을 App Service.

DeploymentBuildStatus

배포 빌드 상태.

Details
Error

오류 모델.

ErrorEntity

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

CsmDeploymentStatus

배포 상태 응답 페이로드.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.deploymentId

string

배포 작업 ID입니다.

properties.errors

ErrorEntity[]

오류 목록입니다.

properties.failedInstancesLogs

string[]

프로비전에 실패한 인스턴스의 로그를 가리키는 URL 목록입니다.

properties.numberOfInstancesFailed

integer

프로비저닝하지 못한 사이트 인스턴스 수입니다.

properties.numberOfInstancesInProgress

integer

현재 프로비전 중인 사이트 인스턴스 수입니다.

properties.numberOfInstancesSuccessful

integer

성공적으로 프로비전된 사이트 인스턴스 수입니다.

properties.status

DeploymentBuildStatus

배포 빌드 상태.

type

string

리소스 종류.

CsmDeploymentStatusCollection

배포 상태 컬렉션 ARM 리소스.

Name 형식 Description
nextLink

string

리소스의 다음 페이지에 연결합니다.

value

CsmDeploymentStatus[]

리소스 컬렉션입니다.

DefaultErrorResponse

오류 응답을 App Service.

Name 형식 Description
error

Error

오류 모델.

DeploymentBuildStatus

배포 빌드 상태.

Name 형식 Description
BuildAborted

string

BuildFailed

string

BuildInProgress

string

BuildPending

string

BuildRequestReceived

string

BuildSuccessful

string

PostBuildRestartRequired

string

RuntimeFailed

string

RuntimeStarting

string

RuntimeSuccessful

string

StartPolling

string

StartPollingWithRestart

string

TimedOut

string

Details

Name 형식 Description
code

string

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

message

string

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

target

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

오류 대상입니다.