DataLakeAnalyticsJobManagementClient
Creates an Azure Data Lake Analytics job client.
Latency
3006ms p95
Uptime
0.0% 30d
Playground
Verified
live
Endpoints
/jobs/{jobIdentity}/CancelJob
Cancels the running job specified by the job ID.
/jobs/{jobIdentity}/GetDebugDataPath
Gets the job debug data information specified by the job ID.
/jobs/{jobIdentity}/GetStatistics
Gets statistics of the specified job.
/jobs/{jobIdentity}/YieldJob
Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.)
/pipelines
Lists all pipelines.
/pipelines/{pipelineIdentity}
Gets the Pipeline information for the specified pipeline ID.
/buildJob
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
/jobs
Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.
/jobs/{jobIdentity}
Gets the job information for the specified job ID.
/jobs/{jobIdentity}
Updates the job information for the specified job ID. (Only for use internally with Scope job type.)
/jobs/{jobIdentity}
Submits a job to the specified Data Lake Analytics account.
/recurrences
Lists all recurrences.
/recurrences/{recurrenceIdentity}
Gets the recurrence information for the specified recurrence ID.
13 endpoints auto-detected
curl -X POST \
"https://azure.local/jobs/{jobIdentity}/CancelJob"azure.local · HTTPS only