Web Apps - Get Process Slot
Beskrivning för Hämta processinformation med dess ID för en specifik utskalad instans på en webbplats.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}?api-version=2024-04-01
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
name
|
path | True |
string |
Webbplatsnamn. |
process
|
path | True |
string |
PID. |
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
Namnet på resursgruppen som resursen tillhör. |
slot
|
path | True |
string |
Namnet på distributionsfacket. Om ett fack inte har angetts returnerar API:et distributioner för produktionsplatsen. |
subscription
|
path | True |
string |
Ditt Azure-prenumerations-ID. Det här är en GUID-formaterad sträng (t.ex. 00000000-0000-0000-0000-000000000000). |
api-version
|
query | True |
string |
API-version |
Name | Typ | Description |
---|---|---|
200 OK |
Bearbeta information som returneras. |
|
404 Not Found |
Processen med det angivna ID:t körs inte. |
|
Other Status Codes |
App Service-felsvar. |
Azure Active Directory OAuth2 Flow
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Name | Description |
---|---|
Default |
App Service-felsvar. |
Details | |
Error |
Felmodell. |
Process |
Processinformation. |
Process |
Processmodulinformation. |
Process |
Bearbeta trådinformation. |
App Service-felsvar.
Name | Typ | Description |
---|---|---|
error |
Felmodell. |
Name | Typ | Description |
---|---|---|
code |
string |
Standardiserad sträng för att programmatiskt identifiera felet. |
message |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
target |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
Felmodell.
Name | Typ | Description |
---|---|---|
code |
string |
Standardiserad sträng för att programmatiskt identifiera felet. |
details |
Details[] |
Detaljerade fel. |
innererror |
string |
Mer information om felsökningsfel. |
message |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
target |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
Processinformation.
Name | Typ | Description |
---|---|---|
id |
string |
Resurs-ID. |
kind |
string |
Typ av resurs. |
name |
string |
Resursnamn. |
properties.children |
string[] |
Underordnad processlista. |
properties.command_line |
string |
Kommandorad. |
properties.deployment_name |
string |
Distributionsnamn. |
properties.description |
string |
Beskrivning av processen. |
properties.environment_variables |
object |
Lista över miljövariabler. |
properties.file_name |
string |
Filnamn för den här processen. |
properties.handle_count |
integer (int32) |
Antal handtag. |
properties.href |
string |
HRef-URI. |
properties.identifier |
integer (int32) |
ARM-identifierare för distribution. |
properties.iis_profile_timeout_in_seconds |
number (double) |
Tidsgräns för IIS-profil (sekunder). |
properties.is_iis_profile_running |
boolean |
Körs IIS-profilen? |
properties.is_profile_running |
boolean |
Körs profilen? |
properties.is_scm_site |
boolean |
Är det här SCM-webbplatsen? |
properties.is_webjob |
boolean |
Är det här ett webbjobb? |
properties.minidump |
string |
Minidump-URI. |
properties.module_count |
integer (int32) |
Antal moduler. |
properties.modules |
Lista över moduler. |
|
properties.non_paged_system_memory |
integer (int64) |
Icke-växlingsfritt systemminne. |
properties.open_file_handles |
string[] |
Lista över öppna filer. |
properties.paged_memory |
integer (int64) |
Sidsidigt minne. |
properties.paged_system_memory |
integer (int64) |
Sidsidigt systemminne. |
properties.parent |
string |
Överordnad process. |
properties.peak_paged_memory |
integer (int64) |
Toppsidigt minne. |
properties.peak_virtual_memory |
integer (int64) |
Högsta användning av virtuellt minne. |
properties.peak_working_set |
integer (int64) |
Högsta arbetsuppsättning. |
properties.private_memory |
integer (int64) |
Privat minnesstorlek. |
properties.privileged_cpu_time |
string |
Privilegierad CPU-tid. |
properties.start_time |
string (date-time) |
Starttid. |
properties.thread_count |
integer (int32) |
Antal trådar. |
properties.threads |
Trådlista. |
|
properties.time_stamp |
string (date-time) |
Tidstämpel. |
properties.total_cpu_time |
string |
Total CPU-tid. |
properties.user_cpu_time |
string |
Användarens CPU-tid. |
properties.user_name |
string |
Användarnamn. |
properties.virtual_memory |
integer (int64) |
Storlek på virtuellt minne. |
properties.working_set |
integer (int64) |
Arbetsuppsättning. |
type |
string |
Resurstyp. |
Processmodulinformation.
Name | Typ | Description |
---|---|---|
id |
string |
Resurs-ID. |
kind |
string |
Typ av resurs. |
name |
string |
Resursnamn. |
properties.base_address |
string |
Basadress. Används som modulidentifierare i ARM-resurs-URI. |
properties.file_description |
string |
Filbeskrivning. |
properties.file_name |
string |
Filnamn. |
properties.file_path |
string |
Filsökväg. |
properties.file_version |
string |
Filversion. |
properties.href |
string |
HRef-URI. |
properties.is_debug |
boolean |
Är felsökning? |
properties.language |
string |
Modulspråk (språkvariant). |
properties.module_memory_size |
integer (int32) |
Modulens minnesstorlek. |
properties.product |
string |
Produktnamn. |
properties.product_version |
string |
Produktversion. |
type |
string |
Resurstyp. |
Bearbeta trådinformation.
Name | Typ | Description |
---|---|---|
id |
string |
Resurs-ID. |
kind |
string |
Typ av resurs. |
name |
string |
Resursnamn. |
properties.base_priority |
integer (int32) |
Basprioritet. |
properties.current_priority |
integer (int32) |
Aktuell trådprioritet. |
properties.href |
string |
HRef-URI. |
properties.identifier |
integer (int32) |
Webbplatstilläggs-ID. |
properties.priority_level |
string |
Trådprioritetsnivå. |
properties.process |
string |
Process-URI. |
properties.start_address |
string |
Startadress. |
properties.start_time |
string (date-time) |
Starttid. |
properties.state |
string |
Trådtillstånd. |
properties.total_processor_time |
string |
Total processortid. |
properties.user_processor_time |
string |
Processortid för användare. |
properties.wait_reason |
string |
Vänta orsak. |
type |
string |
Resurstyp. |