Host Instances - Get Host Instance Settings
호스트 인스턴스 설정 가져오기
GET http://localhost/BizTalkManagementService/HostInstances/Settings/{hostName}/{serverName}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
host
|
path | True |
string |
호스트의 이름 |
server
|
path | True |
string |
호스트 인스턴스가 실행 중인 서버의 이름 |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
정의
Name | Description |
---|---|
Clr |
호스트 인스턴스 .NET CLR 설정 |
Host |
호스트 인스턴스 설정 |
Orchestration |
호스트 인스턴스 오케스트레이션 메모리 제한 설정 |
ClrSettings
호스트 인스턴스 .NET CLR 설정
Name | 형식 | Description |
---|---|---|
CLRMaxIOThreads |
integer |
최대 IO 스레드 |
CLRMaxWorkerThreads |
integer |
최대 작업자 스레드 수 |
CLRMinIOThreads |
integer |
최소 IO 스레드 |
CLRMinWorkerThreads |
integer |
최소 작업자 스레드 |
HostInstanceSettings
호스트 인스턴스 설정
Name | 형식 | Description |
---|---|---|
ClrSettings |
.NET CLR 설정 |
|
OrchestrationMemoryThrottlingSettings |
오케스트레이션 메모리 제한 설정 |
OrchestrationMemoryThrottlingSettings
호스트 인스턴스 오케스트레이션 메모리 제한 설정
Name | 형식 | Description |
---|---|---|
PhysicalMemoryMaximalUsage |
integer |
실제 메모리 최대 사용량 |
PhysicalMemoryOptimalUsage |
integer |
실제 메모리 최적 사용량 |
VirtualMemoryMaximalUsage |
integer |
가상 메모리 최대 사용량 |
VirtualMemoryOptimalUsage |
integer |
가상 메모리 최적 사용 |