다음을 통해 공유


Web Apps - Get Deployment

앱 또는 배포 슬롯에 대한 ID로 배포 가져오기에 대한 설명입니다.

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

URI 매개 변수

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

string

배포 ID입니다.

name
path True

string

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

resourceGroupName
path True

string

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

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

subscriptionId
path True

string

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

api-version
query True

string

API 버전

응답

Name 형식 Description
200 OK

Deployment

정상

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

정의

Name Description
DefaultErrorResponse

오류 응답을 App Service.

Deployment

게시 작업에 사용되는 사용자 자격 증명입니다.

Details
Error

오류 모델.

DefaultErrorResponse

오류 응답을 App Service.

Name 형식 Description
error

Error

오류 모델.

Deployment

게시 작업에 사용되는 사용자 자격 증명입니다.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.active

boolean

True이면 배포가 현재 활성 상태이고, 완료된 경우 false이고, 시작되지 않은 경우 null입니다.

properties.author

string

배포를 작성한 사용자입니다.

properties.author_email

string

전자 메일 작성

properties.deployer

string

배포를 수행한 사람입니다.

properties.details

string

배포에 대한 세부 정보입니다.

properties.end_time

string

종료 시간입니다.

properties.message

string

배포 상태 대한 세부 정보입니다.

properties.start_time

string

시작 시간

properties.status

integer

배포 상태.

type

string

리소스 종류.

Details

Name 형식 Description
code

string

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

message

string

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

target

string

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

Error

오류 모델.

Name 형식 Description
code

string

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

details

Details[]

자세한 오류입니다.

innererror

string

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

message

string

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

target

string

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