Share via


Web Apps - Get Instance Process

웹 사이트의 특정 확장된 instance 대한 ID별 프로세스 정보 가져오기에 대한 설명입니다.

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

URI 매개 변수

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

string

특정 스케일 아웃 instance ID입니다. "GET api/sites/{siteName}/instances"의 JSON 응답에 있는 name 속성의 값입니다.

name
path True

string

사이트 이름입니다.

processId
path True

string

PID

resourceGroupName
path True

string

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

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

subscriptionId
path True

string

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

api-version
query True

string

API 버전

응답

Name 형식 Description
200 OK

ProcessInfo

반환된 프로세스 정보입니다.

404 Not Found

지정된 ID를 가진 프로세스가 실행되고 있지 않습니다.

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

오류 모델.

ProcessInfo

프로세스 정보.

ProcessModuleInfo

프로세스 모듈 정보.

ProcessThreadInfo

프로세스 스레드 정보입니다.

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

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

ProcessInfo

프로세스 정보.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.children

string[]

자식 프로세스 목록입니다.

properties.command_line

string

명령줄.

properties.deployment_name

string

배포 이름.

properties.description

string

프로세스에 대한 설명입니다.

properties.environment_variables

object

환경 변수 목록입니다.

properties.file_name

string

이 프로세스의 파일 이름입니다.

properties.handle_count

integer

핸들 개수입니다.

properties.href

string

HRef URI.

properties.identifier

integer

배포용 ARM 식별자입니다.

properties.iis_profile_timeout_in_seconds

number

IIS 프로필 시간 제한(초)입니다.

properties.is_iis_profile_running

boolean

IIS 프로필이 실행되고 있나요?

properties.is_profile_running

boolean

프로필이 실행되고 있나요?

properties.is_scm_site

boolean

SCM 사이트인가요?

properties.is_webjob

boolean

웹 작업인가요?

properties.minidump

string

미니덤프 URI.

properties.module_count

integer

모듈 수입니다.

properties.modules

ProcessModuleInfo[]

모듈 목록입니다.

properties.non_paged_system_memory

integer

페이징이 아닌 시스템 메모리입니다.

properties.open_file_handles

string[]

열려 있는 파일 목록입니다.

properties.paged_memory

integer

페이징된 메모리.

properties.paged_system_memory

integer

페이징된 시스템 메모리.

properties.parent

string

부모 프로세스입니다.

properties.peak_paged_memory

integer

최대 페이징 메모리.

properties.peak_virtual_memory

integer

최대 가상 메모리 사용량.

properties.peak_working_set

integer

최대 작업 집합입니다.

properties.private_memory

integer

프라이빗 메모리 크기입니다.

properties.privileged_cpu_time

string

권한 있는 CPU 시간입니다.

properties.start_time

string

시작 시간

properties.thread_count

integer

스레드 수입니다.

properties.threads

ProcessThreadInfo[]

스레드 목록입니다.

properties.time_stamp

string

타임스탬프를 선택합니다.

properties.total_cpu_time

string

총 CPU 시간입니다.

properties.user_cpu_time

string

사용자 CPU 시간입니다.

properties.user_name

string

사용자 이름.

properties.virtual_memory

integer

가상 메모리 크기입니다.

properties.working_set

integer

작업 집합입니다.

type

string

리소스 종류.

ProcessModuleInfo

프로세스 모듈 정보.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.base_address

string

기본 주소입니다. ARM 리소스 URI에서 모듈 식별자로 사용됩니다.

properties.file_description

string

파일 설명입니다.

properties.file_name

string

파일 이름.

properties.file_path

string

파일 경로입니다.

properties.file_version

string

파일 버전입니다.

properties.href

string

HRef URI.

properties.is_debug

boolean

디버그인가요?

properties.language

string

모듈 언어(로캘).

properties.module_memory_size

integer

모듈 메모리 크기입니다.

properties.product

string

제품 이름입니다.

properties.product_version

string

제품 버전입니다.

type

string

리소스 종류.

ProcessThreadInfo

프로세스 스레드 정보입니다.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.base_priority

integer

기본 우선 순위입니다.

properties.current_priority

integer

현재 스레드 우선 순위입니다.

properties.href

string

HRef URI.

properties.identifier

integer

사이트 확장 ID입니다.

properties.priority_level

string

스레드 우선 순위 수준입니다.

properties.process

string

프로세스 URI.

properties.start_address

string

시작 주소입니다.

properties.start_time

string

시작 시간

properties.state

string

스레드 상태입니다.

properties.total_processor_time

string

총 프로세서 시간입니다.

properties.user_processor_time

string

사용자 프로세서 시간.

properties.wait_reason

string

대기 이유.

type

string

리소스 종류.