Dela via


Web Apps - List Triggered Web Jobs

Beskrivning för Lista utlösta webbjobb för en app eller ett distributionsfack.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs?api-version=2024-04-01

URI-parametrar

Name I Obligatorisk Typ Description
name
path True

string

Webbplatsnamn.

resourceGroupName
path True

string

minLength: 1
maxLength: 90
pattern: ^[-\w\._\(\)]+[^\.]$

Namnet på resursgruppen som resursen tillhör.

subscriptionId
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

Svar

Name Typ Description
200 OK

TriggeredWebJobCollection

OKEJ

Other Status Codes

DefaultErrorResponse

App Service-felsvar.

Säkerhet

azure_auth

Azure Active Directory OAuth2 Flow

Typ: oauth2
Flow: implicit
Auktoriseringswebbadress: https://login.microsoftonline.com/common/oauth2/authorize

Omfattningar

Name Description
user_impersonation personifiera ditt användarkonto

Definitioner

Name Description
DefaultErrorResponse

App Service-felsvar.

Details
Error

Felmodell.

TriggeredJobRun

Utlöst information om körning av webbjobb.

TriggeredWebJob

Utlöst webbjobbsinformation.

TriggeredWebJobCollection

Samling kudu kontinuerliga webbjobb informationselement.

TriggeredWebJobStatus

Jobbstatus.

WebJobType

Jobbtyp.

DefaultErrorResponse

App Service-felsvar.

Name Typ Description
error

Error

Felmodell.

Details

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.

Error

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.

TriggeredJobRun

Utlöst information om körning av webbjobb.

Name Typ Description
duration

string

Jobbvaraktighet.

end_time

string (date-time)

Sluttid.

error_url

string

Fel-URL.

job_name

string

Jobbnamn.

output_url

string

Utdata-URL.

start_time

string (date-time)

Starttid.

status

TriggeredWebJobStatus

Jobbstatus.

trigger

string

Jobbutlösare.

url

string

Jobb-URL.

web_job_id

string

Jobb-ID.

web_job_name

string

Jobbnamn.

TriggeredWebJob

Utlöst webbjobbsinformation.

Name Typ Description
id

string

Resurs-ID.

kind

string

Typ av resurs.

name

string

Resursnamn.

properties.error

string

Felinformation.

properties.extra_info_url

string

Extra informations-URL.

properties.history_url

string

Url för historik.

properties.latest_run

TriggeredJobRun

Senaste jobbkörningsinformationen.

properties.publicNetworkAccess

string

Egenskap för att tillåta eller blockera all offentlig trafik. Tillåtna värden: "Aktiverad", "Inaktiverad" eller en tom sträng.

properties.run_command

string

Kör kommandot.

properties.scheduler_logs_url

string

Url för Scheduler-loggar.

properties.settings

object

Jobbinställningar.

properties.storageAccountRequired

boolean

Kontrollerar om kunden har angett ett lagringskonto

properties.url

string

Jobb-URL.

properties.using_sdk

boolean

Använder du SDK?

properties.web_job_type

WebJobType

Jobbtyp.

type

string

Resurstyp.

TriggeredWebJobCollection

Samling kudu kontinuerliga webbjobb informationselement.

Name Typ Description
nextLink

string

Länka till nästa sida med resurser.

value

TriggeredWebJob[]

Samling resurser.

TriggeredWebJobStatus

Jobbstatus.

Värde Description
Error
Failed
Success

WebJobType

Jobbtyp.

Värde Description
Continuous
Triggered