Share via


Web Apps - Get Triggered Web Job Slot

앱 또는 배포 슬롯에 대한 ID로 트리거된 웹 작업을 가져옵니다.

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

URI 매개 변수

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

string

사이트 이름입니다.

resourceGroupName
path True

string

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

Regex pattern: ^[-\w\._\(\)]+[^\.]$

slot
path True

string

배포 슬롯의 이름입니다. 슬롯을 지정하지 않으면 API는 프로덕션 슬롯을 사용합니다.

subscriptionId
path True

string

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

webJobName
path True

string

웹 작업의 이름입니다.

api-version
query True

string

API 버전

응답

Name 형식 Description
200 OK

TriggeredWebJob

연속 웹 작업을 찾았습니다.

404 Not Found

트리거된 웹 작업이 없습니다.

Other Status Codes

DefaultErrorResponse

오류 응답을 App Service.

보안

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation 사용자 계정 가장

정의

Name Description
DefaultErrorResponse

오류 응답을 App Service.

Details
Error

오류 모델.

TriggeredJobRun

트리거된 웹 작업 실행 정보입니다.

TriggeredWebJob

트리거된 웹 작업 정보입니다.

TriggeredWebJobStatus

작업 상태입니다.

WebJobType

작업 유형입니다.

DefaultErrorResponse

오류 응답을 App Service.

Name 형식 Description
error

Error

오류 모델.

Details

Name 형식 Description
code

string

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

message

string

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

target

string

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

Error

오류 모델.

Name 형식 Description
code

string

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

details

Details[]

자세한 오류입니다.

innererror

string

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

message

string

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

target

string

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

TriggeredJobRun

트리거된 웹 작업 실행 정보입니다.

Name 형식 Description
duration

string

작업 기간.

end_time

string

종료 시간입니다.

error_url

string

오류 URL입니다.

job_name

string

작업 이름입니다.

output_url

string

출력 URL입니다.

start_time

string

시작 시간

status

TriggeredWebJobStatus

작업 상태입니다.

trigger

string

작업 트리거.

url

string

작업 URL입니다.

web_job_id

string

작업 ID입니다.

web_job_name

string

작업 이름입니다.

TriggeredWebJob

트리거된 웹 작업 정보입니다.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.error

string

오류 정보입니다.

properties.extra_info_url

string

추가 정보 URL입니다.

properties.history_url

string

기록 URL입니다.

properties.latest_run

TriggeredJobRun

최신 작업 실행 정보입니다.

properties.publicNetworkAccess

string

모든 공용 트래픽을 허용하거나 차단하는 속성입니다. 허용되는 값: 'Enabled', 'Disabled' 또는 빈 문자열입니다.

properties.run_command

string

명령을 실행합니다.

properties.scheduler_logs_url

string

Scheduler 로그 URL입니다.

properties.settings

object

작업 설정.

properties.storageAccountRequired

boolean

고객이 제공한 스토리지 계정이 필요한지 확인

properties.url

string

작업 URL입니다.

properties.using_sdk

boolean

SDK를 사용 중입니까?

properties.web_job_type

WebJobType

작업 유형입니다.

type

string

리소스 종류.

TriggeredWebJobStatus

작업 상태입니다.

Name 형식 Description
Error

string

Failed

string

Success

string

WebJobType

작업 유형입니다.

Name 형식 Description
Continuous

string

Triggered

string