openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 63.7 kB
JSON
{"openapi":"3.0.0","info":{"description":"Creates an Azure Data Lake Analytics job client.","title":"DataLakeAnalyticsJobManagementClient","version":"2017-09-01-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2017-09-01-preview/job.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"datalake-analytics-job","x-tags":["Azure","Microsoft"]},"paths":{"/buildJob":{"post":{"description":"Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.","operationId":"Job_Build","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BuildJobParameters"}}},"description":"The parameters to build a job.","required":true},"responses":{"200":{"description":"Successfully built the job script.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobInformation"},"examples":{"Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation":{"$ref":"#/components/examples/Builds_compiles_the_specified_job_in_the_specified_Data_Lake_Analytics_account_for_job_correctness_and_validation"}}}}}},"tags":["Job"]}},"/jobs":{"get":{"description":"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.","operationId":"Job_List","parameters":[{"description":"OData filter. Optional.","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"Lists the jobs, if any, associated with the specified Data Lake Analytics account":{"value":"test_filter"}}},{"description":"The number of items to return. Optional.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32","minimum":1},"examples":{"Lists the jobs, if any, associated with the specified Data Lake Analytics account":{"value":1}}},{"description":"The number of items to skip over before returning elements. Optional.","in":"query","name":"$skip","required":false,"schema":{"type":"integer","format":"int32","minimum":1},"examples":{"Lists the jobs, if any, associated with the specified Data Lake Analytics account":{"value":1}}},{"description":"OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.","in":"query","name":"$select","required":false,"schema":{"type":"string"},"examples":{"Lists the jobs, if any, associated with the specified Data Lake Analytics account":{"value":"test_select"}}},{"description":"OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.","in":"query","name":"$orderby","required":false,"schema":{"type":"string"},"examples":{"Lists the jobs, if any, associated with the specified Data Lake Analytics account":{"value":"test_orderby"}}},{"description":"The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.","in":"query","name":"$count","required":false,"schema":{"type":"boolean"},"examples":{"Lists the jobs, if any, associated with the specified Data Lake Analytics account":{"value":false}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of jobs.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobInfoListResult"},"examples":{"Lists the jobs, if any, associated with the specified Data Lake Analytics account":{"$ref":"#/components/examples/Lists_the_jobs_if_any_associated_with_the_specified_Data_Lake_Analytics_account"}}}}}},"tags":["Job"],"x-ms-odata":"#/components/schemas/JobInformationBasic","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/jobs/{jobIdentity}":{"get":{"description":"Gets the job information for the specified job ID.","operationId":"Job_Get","parameters":[{"description":"JobInfo ID.","in":"path","name":"jobIdentity","required":true,"schema":{"type":"string","format":"uuid"},"examples":{"Gets the job information for the specified job ID":{"value":"076713da-9018-41ae-a3bd-9eab14e54d09"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved details of the specified job.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobInformation"},"examples":{"Gets the job information for the specified job ID":{"$ref":"#/components/examples/Gets_the_job_information_for_the_specified_job_ID"}}}}}},"tags":["Job"]},"patch":{"description":"Updates the job information for the specified job ID. (Only for use internally with Scope job type.)","operationId":"Job_Update","parameters":[{"description":"Job identifier. Uniquely identifies the job across all jobs submitted to the service.","in":"path","name":"jobIdentity","required":true,"schema":{"type":"string","format":"uuid"},"examples":{"Updates the job information for the specified job ID. (Only for use internally with Scope job type.)":{"value":"076713da-9018-41ae-a3bd-9eab14e54d09"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateJobParameters"}}},"description":"The parameters to update a job."},"responses":{"200":{"description":"Successfully updated the details of the specified job.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobInformation"},"examples":{"Updates the job information for the specified job ID. (Only for use internally with Scope job type.)":{"$ref":"#/components/examples/Updates_the_job_information_for_the_specified_job_ID._Only_for_use_internally_with_Scope_job_type._"}}}}},"201":{"description":"Successfully initiated an update of the specified job."},"202":{"description":"Successfully initiated an update of the specified job."}},"tags":["Job"],"x-ms-long-running-operation":true},"put":{"description":"Submits a job to the specified Data Lake Analytics account.","operationId":"Job_Create","parameters":[{"description":"Job identifier. Uniquely identifies the job across all jobs submitted to the service.","in":"path","name":"jobIdentity","required":true,"schema":{"type":"string","format":"uuid"},"examples":{"Submits a job to the specified Data Lake Analytics account":{"value":"076713da-9018-41ae-a3bd-9eab14e54d09"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateJobParameters"}}},"description":"The parameters to submit a job.","required":true},"responses":{"200":{"description":"Successfully submitted the job.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobInformation"},"examples":{"Submits a job to the specified Data Lake Analytics account":{"$ref":"#/components/examples/Submits_a_job_to_the_specified_Data_Lake_Analytics_account"}}}}}},"tags":["Job"]}},"/jobs/{jobIdentity}/CancelJob":{"post":{"description":"Cancels the running job specified by the job ID.","operationId":"Job_Cancel","parameters":[{"description":"Job identifier. Uniquely identifies the job across all jobs submitted to the service.","in":"path","name":"jobIdentity","required":true,"schema":{"type":"string","format":"uuid"},"examples":{"Cancels the running job specified by the job ID":{"value":"076713da-9018-41ae-a3bd-9eab14e54d09"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully cancelled the job."},"202":{"description":"Successfully initiated the cancellation of the specified job."},"204":{"description":"The specified job was not found."}},"tags":["Job"],"x-ms-long-running-operation":true}},"/jobs/{jobIdentity}/GetDebugDataPath":{"get":{"description":"Gets the job debug data information specified by the job ID.","operationId":"Job_GetDebugDataPath","parameters":[{"description":"Job identifier. Uniquely identifies the job across all jobs submitted to the service.","in":"path","name":"jobIdentity","required":true,"schema":{"type":"string","format":"uuid"},"examples":{"Gets the job debug data information specified by the job ID":{"value":"076713da-9018-41ae-a3bd-9eab14e54d09"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved debug data paths of the specified job.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobDataPath"},"examples":{"Gets the job debug data information specified by the job ID":{"$ref":"#/components/examples/Gets_the_job_debug_data_information_specified_by_the_job_ID"}}}}}},"tags":["Job"]}},"/jobs/{jobIdentity}/GetStatistics":{"get":{"description":"Gets statistics of the specified job.","operationId":"Job_GetStatistics","parameters":[{"description":"Job Information ID.","in":"path","name":"jobIdentity","required":true,"schema":{"type":"string","format":"uuid"},"examples":{"Gets statistics of the specified job":{"value":"076713da-9018-41ae-a3bd-9eab14e54d09"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved job statistics of the specified job.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobStatistics"},"examples":{"Gets statistics of the specified job":{"$ref":"#/components/examples/Gets_statistics_of_the_specified_job"}}}}}},"tags":["Job"]}},"/jobs/{jobIdentity}/YieldJob":{"post":{"description":"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.)","operationId":"Job_Yield","parameters":[{"description":"Job identifier. Uniquely identifies the job across all jobs submitted to the service.","in":"path","name":"jobIdentity","required":true,"schema":{"type":"string","format":"uuid"},"examples":{"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.)":{"value":"076713da-9018-41ae-a3bd-9eab14e54d09"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully yielded the specified job."},"202":{"description":"Successfully initiated the yielding of the specified job."},"204":{"description":"The specified job was not found."}},"tags":["Job"],"x-ms-long-running-operation":true}},"/pipelines":{"get":{"description":"Lists all pipelines.","operationId":"Pipeline_List","parameters":[{"description":"The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.","in":"query","name":"startDateTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"Lists all pipelines":{"value":"2017-04-18T11:16:49.0748958-07:00"}}},{"description":"The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.","in":"query","name":"endDateTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"Lists all pipelines":{"value":"2017-04-18T11:16:49.0748958-07:00"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of pipelines.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobPipelineInformationListResult"},"examples":{"Lists all pipelines":{"$ref":"#/components/examples/Lists_all_pipelines"}}}}}},"tags":["Pipeline"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/pipelines/{pipelineIdentity}":{"get":{"description":"Gets the Pipeline information for the specified pipeline ID.","operationId":"Pipeline_Get","parameters":[{"description":"Pipeline ID.","in":"path","name":"pipelineIdentity","required":true,"schema":{"type":"string","format":"uuid"},"examples":{"Gets the Pipeline information for the specified pipeline ID":{"value":"076713da-9018-41ae-a3bd-9eab14e54d09"}}},{"description":"The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.","in":"query","name":"startDateTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"Gets the Pipeline information for the specified pipeline ID":{"value":"2017-04-18T11:16:49.0748958-07:00"}}},{"description":"The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.","in":"query","name":"endDateTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"Gets the Pipeline information for the specified pipeline ID":{"value":"2017-04-18T11:16:49.0748958-07:00"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved details of the specified pipeline.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobPipelineInformation"},"examples":{"Gets the Pipeline information for the specified pipeline ID":{"$ref":"#/components/examples/Gets_the_Pipeline_information_for_the_specified_pipeline_ID"}}}}}},"tags":["Pipeline"]}},"/recurrences":{"get":{"description":"Lists all recurrences.","operationId":"Recurrence_List","parameters":[{"description":"The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.","in":"query","name":"startDateTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"Lists all recurrences":{"value":"2017-04-18T11:16:49.0748958-07:00"}}},{"description":"The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.","in":"query","name":"endDateTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"Lists all recurrences":{"value":"2017-04-18T11:16:49.0748958-07:00"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of recurrences.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobRecurrenceInformationListResult"},"examples":{"Lists all recurrences":{"$ref":"#/components/examples/Lists_all_recurrences"}}}}}},"tags":["Recurrence"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/recurrences/{recurrenceIdentity}":{"get":{"description":"Gets the recurrence information for the specified recurrence ID.","operationId":"Recurrence_Get","parameters":[{"description":"Recurrence ID.","in":"path","name":"recurrenceIdentity","required":true,"schema":{"type":"string","format":"uuid"},"examples":{"Gets the recurrence information for the specified recurrence ID":{"value":"076713da-9018-41ae-a3bd-9eab14e54d09"}}},{"description":"The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.","in":"query","name":"startDateTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"Gets the recurrence information for the specified recurrence ID":{"value":"2017-04-18T11:16:49.0748958-07:00"}}},{"description":"The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.","in":"query","name":"endDateTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"Gets the recurrence information for the specified recurrence ID":{"value":"2017-04-18T11:16:49.0748958-07:00"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved details of the specified pipeline.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobRecurrenceInformation"},"examples":{"Gets the recurrence information for the specified recurrence ID":{"$ref":"#/components/examples/Gets_the_recurrence_information_for_the_specified_recurrence_ID"}}}}}},"tags":["Recurrence"]}}},"servers":[{"url":"https://azure.local"},{"url":"https://{accountName}.{adlaJobDnsSuffix}","variables":{"accountName":{"description":"The Azure Data Lake Analytics account to execute job operations on.","x-ms-skip-url-encoding":true,"default":"none"},"adlaJobDnsSuffix":{"default":"azuredatalakeanalytics.net","description":"The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests.","x-ms-parameter-location":"client","x-ms-skip-url-encoding":true}}}],"components":{"examples":{"Builds_compiles_the_specified_job_in_the_specified_Data_Lake_Analytics_account_for_job_correctness_and_validation":{"value":{"degreeOfParallelism":1,"endTime":"2017-04-18T11:16:49.0748958-07:00","errorMessage":[{"description":"test_description","details":"test_details","endOffset":1,"errorId":"test_error_id","filePath":"adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/test_file.txt","helpLink":"https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/","innerError":{"component":"test_component","description":"test_description","details":"test_details","diagnosticCode":1,"errorId":"test_error_id","helpLink":"https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/","internalDiagnostics":"test_internal_diagnostics","message":"test_message","resolution":"test_resolution","severity":"Warning","source":"SYSTEM"},"internalDiagnostics":"test_internal_diagnostics","lineNumber":1,"message":"test_message","resolution":"test_resolution","severity":"Warning","source":"SYSTEM","startOffset":1}],"jobId":"076713da-9018-41ae-a3bd-9eab14e54d09","logFilePatterns":["test_log_file_pattern_1","test_log_file_pattern_2"],"logFolder":"adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/","name":"test_name","priority":1,"properties":{"runtimeVersion":"test_runtime_version","script":"test_script","type":"USql"},"related":{"pipelineId":"076713da-9018-41ae-a3bd-9eab14e54d09","pipelineName":"test_pipeline_name","pipelineUri":"https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09","recurrenceId":"67034c12-b250-468e-992d-39fb978bde2d","recurrenceName":"test_recurrence_name","runId":"67034c12-b250-468e-992d-39fb978bde2c"},"result":"Succeeded","startTime":"2017-04-18T11:16:49.0748958-07:00","state":"Accepted","stateAuditRecords":[{"details":"test_details","newState":"test_new_state","requestedByUser":"test_requested_by_user","timeStamp":"2017-04-18T11:16:49.0748958-07:00"}],"submitTime":"2017-04-18T11:16:49.0748958-07:00","submitter":"test_submitter","tags":{"test_key":"test_value"},"type":"USql"}},"Lists_the_jobs_if_any_associated_with_the_specified_Data_Lake_Analytics_account":{"value":{"nextLink":"https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09","value":[{"degreeOfParallelism":1,"endTime":"2017-04-18T11:16:49.0748958-07:00","jobId":"076713da-9018-41ae-a3bd-9eab14e54d09","logFilePatterns":["test_log_file_pattern_1","test_log_file_pattern_2"],"logFolder":"adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/","name":"test_name","priority":1,"related":{"pipelineId":"076713da-9018-41ae-a3bd-9eab14e54d09","pipelineName":"test_pipeline_name","pipelineUri":"https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09","recurrenceId":"67034c12-b250-468e-992d-39fb978bde2d","recurrenceName":"test_recurrence_name","runId":"67034c12-b250-468e-992d-39fb978bde2c"},"result":"Succeeded","startTime":"2017-04-18T11:16:49.0748958-07:00","state":"Accepted","submitTime":"2017-04-18T11:16:49.0748958-07:00","submitter":"test_submitter","tags":{"test_key":"test_value"},"type":"USql"}]}},"Gets_the_job_information_for_the_specified_job_ID":{"value":{"degreeOfParallelism":1,"endTime":"2017-04-18T11:16:49.0748958-07:00","errorMessage":[{"description":"test_description","details":"test_details","endOffset":1,"errorId":"test_error_id","filePath":"adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/test_file.txt","helpLink":"https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/","innerError":{"component":"test_component","description":"test_description","details":"test_details","diagnosticCode":1,"errorId":"test_error_id","helpLink":"https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/","internalDiagnostics":"test_internal_diagnostics","message":"test_message","resolution":"test_resolution","severity":"Warning","source":"SYSTEM"},"internalDiagnostics":"test_internal_diagnostics","lineNumber":1,"message":"test_message","resolution":"test_resolution","severity":"Warning","source":"SYSTEM","startOffset":1}],"jobId":"076713da-9018-41ae-a3bd-9eab14e54d09","logFilePatterns":["test_log_file_pattern_1","test_log_file_pattern_2"],"logFolder":"adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/","name":"test_name","priority":1,"properties":{"runtimeVersion":"test_runtime_version","script":"test_script","type":"USql"},"related":{"pipelineId":"076713da-9018-41ae-a3bd-9eab14e54d09","pipelineName":"test_pipeline_name","pipelineUri":"https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09","recurrenceId":"67034c12-b250-468e-992d-39fb978bde2d","recurrenceName":"test_recurrence_name","runId":"67034c12-b250-468e-992d-39fb978bde2c"},"result":"Succeeded","startTime":"2017-04-18T11:16:49.0748958-07:00","state":"Accepted","stateAuditRecords":[{"details":"test_details","newState":"test_new_state","requestedByUser":"test_requested_by_user","timeStamp":"2017-04-18T11:16:49.0748958-07:00"}],"submitTime":"2017-04-18T11:16:49.0748958-07:00","submitter":"test_submitter","tags":{"test_key":"test_value"},"type":"USql"}},"Updates_the_job_information_for_the_specified_job_ID._Only_for_use_internally_with_Scope_job_type._":{"value":{"degreeOfParallelism":1,"endTime":"2017-04-18T11:16:49.0748958-07:00","errorMessage":[{"description":"test_description","details":"test_details","endOffset":1,"errorId":"test_error_id","filePath":"adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/test_file.txt","helpLink":"https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/","innerError":{"component":"test_component","description":"test_description","details":"test_details","diagnosticCode":1,"errorId":"test_error_id","helpLink":"https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/","internalDiagnostics":"test_internal_diagnostics","message":"test_message","resolution":"test_resolution","severity":"Warning","source":"SYSTEM"},"internalDiagnostics":"test_internal_diagnostics","lineNumber":1,"message":"test_message","resolution":"test_resolution","severity":"Warning","source":"SYSTEM","startOffset":1}],"jobId":"076713da-9018-41ae-a3bd-9eab14e54d09","logFilePatterns":["test_log_file_pattern_1","test_log_file_pattern_2"],"logFolder":"adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/","name":"test_name","priority":1,"properties":{"runtimeVersion":"test_runtime_version","script":"test_script","type":"Hive"},"related":{"pipelineId":"076713da-9018-41ae-a3bd-9eab14e54d09","pipelineName":"test_pipeline_name","pipelineUri":"https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09","recurrenceId":"67034c12-b250-468e-992d-39fb978bde2d","recurrenceName":"test_recurrence_name","runId":"67034c12-b250-468e-992d-39fb978bde2c"},"result":"Succeeded","startTime":"2017-04-18T11:16:49.0748958-07:00","state":"Accepted","stateAuditRecords":[{"details":"test_details","newState":"test_new_state","requestedByUser":"test_requested_by_user","timeStamp":"2017-04-18T11:16:49.0748958-07:00"}],"submitTime":"2017-04-18T11:16:49.0748958-07:00","submitter":"test_submitter","tags":{"test_key":"test_value"},"type":"USql"}},"Submits_a_job_to_the_specified_Data_Lake_Analytics_account":{"value":{"degreeOfParallelism":1,"endTime":"2017-04-18T11:16:49.0748958-07:00","errorMessage":[{"description":"test_description","details":"test_details","endOffset":1,"errorId":"test_error_id","filePath":"adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/test_file.txt","helpLink":"https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/","innerError":{"component":"test_component","description":"test_description","details":"test_details","diagnosticCode":1,"errorId":"test_error_id","helpLink":"https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/","internalDiagnostics":"test_internal_diagnostics","message":"test_message","resolution":"test_resolution","severity":"Warning","source":"SYSTEM"},"internalDiagnostics":"test_internal_diagnostics","lineNumber":1,"message":"test_message","resolution":"test_resolution","severity":"Warning","source":"SYSTEM","startOffset":1}],"jobId":"076713da-9018-41ae-a3bd-9eab14e54d09","logFilePatterns":["test_log_file_pattern_1","test_log_file_pattern_2"],"logFolder":"adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/","name":"test_name","priority":1,"properties":{"runtimeVersion":"test_runtime_version","script":"test_script","type":"USql"},"related":{"pipelineId":"076713da-9018-41ae-a3bd-9eab14e54d09","pipelineName":"test_pipeline_name","pipelineUri":"https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09","recurrenceId":"67034c12-b250-468e-992d-39fb978bde2d","recurrenceName":"test_recurrence_name","runId":"67034c12-b250-468e-992d-39fb978bde2c"},"result":"Succeeded","startTime":"2017-04-18T11:16:49.0748958-07:00","state":"Accepted","stateAuditRecords":[{"details":"test_details","newState":"test_new_state","requestedByUser":"test_requested_by_user","timeStamp":"2017-04-18T11:16:49.0748958-07:00"}],"submitTime":"2017-04-18T11:16:49.0748958-07:00","submitter":"test_submitter","tags":{"test_key":"test_value"},"type":"USql"}},"Gets_the_job_debug_data_information_specified_by_the_job_ID":{"value":{"command":"test_command","jobId":"076713da-9018-41ae-a3bd-9eab14e54d09","paths":["test_path_1","test_path_2"]}},"Gets_statistics_of_the_specified_job":{"value":{"finalizingTimeUtc":"2017-04-18T11:16:49.0748958-07:00","lastUpdateTimeUtc":"2017-04-18T11:16:49.0748958-07:00","stages":[{"dataRead":1,"dataReadCrossPod":1,"dataReadIntraPod":1,"dataToRead":1,"dataWritten":1,"duplicateDiscardCount":1,"failedCount":1,"maxVertexDataRead":1,"minVertexDataRead":1,"readFailureCount":1,"revocationCount":1,"runningCount":1,"scheduledCount":1,"stageName":"test_stage_name","succeededCount":1,"tempDataWritten":1,"totalCount":1,"totalFailedTime":"PT0S","totalProgress":1,"totalSucceededTime":"PT0S"}]}},"Lists_all_pipelines":{"value":{"nextLink":"https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09","value":[{"auHoursCanceled":1,"auHoursFailed":1,"auHoursSucceeded":1,"lastSubmitTime":"2017-04-18T11:16:49.0748958-07:00","numJobsCanceled":1,"numJobsFailed":1,"numJobsSucceeded":1,"pipelineId":"076713da-9018-41ae-a3bd-9eab14e54d09","pipelineName":"test_pipeline_name","pipelineUri":"https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09","recurrences":["2ba01f6c-562d-4246-90ff-0b8c2d10e346","da8dc3de-2fd8-4641-8968-40dbbf11e95f"],"runs":[{"lastSubmitTime":"2017-04-18T11:16:49.0748958-07:00","runId":"67034c12-b250-468e-992d-39fb978bde2c"}]}]}},"Gets_the_Pipeline_information_for_the_specified_pipeline_ID":{"value":{"auHoursCanceled":1,"auHoursFailed":1,"auHoursSucceeded":1,"lastSubmitTime":"2017-04-18T11:16:49.0748958-07:00","numJobsCanceled":1,"numJobsFailed":1,"numJobsSucceeded":1,"pipelineId":"076713da-9018-41ae-a3bd-9eab14e54d09","pipelineName":"test_pipeline_name","pipelineUri":"https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09","recurrences":["2ba01f6c-562d-4246-90ff-0b8c2d10e346","da8dc3de-2fd8-4641-8968-40dbbf11e95f"],"runs":[{"lastSubmitTime":"2017-04-18T11:16:49.0748958-07:00","runId":"67034c12-b250-468e-992d-39fb978bde2c"}]}},"Lists_all_recurrences":{"value":{"nextLink":"https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09","value":[{"auHoursCanceled":1,"auHoursFailed":1,"auHoursSucceeded":1,"lastSubmitTime":"2017-04-18T11:16:49.0748958-07:00","numJobsCanceled":1,"numJobsFailed":1,"numJobsSucceeded":1,"recurrenceId":"076713da-9018-41ae-a3bd-9eab14e54d09","recurrenceName":"test_recurrence_name"}]}},"Gets_the_recurrence_information_for_the_specified_recurrence_ID":{"value":{"auHoursCanceled":1,"auHoursFailed":1,"auHoursSucceeded":1,"lastSubmitTime":"2017-04-18T11:16:49.0748958-07:00","numJobsCanceled":1,"numJobsFailed":1,"numJobsSucceeded":1,"recurrenceId":"076713da-9018-41ae-a3bd-9eab14e54d09","recurrenceName":"test_recurrence_name"}}},"parameters":{"ApiVersionParameter":{"description":"Client Api Version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation":{"value":"2016-11-01"},"Lists the jobs, if any, associated with the specified Data Lake Analytics account":{"value":"2016-11-01"},"Gets the job information for the specified job ID":{"value":"2016-11-01"},"Updates the job information for the specified job ID. (Only for use internally with Scope job type.)":{"value":"2016-11-01"},"Submits a job to the specified Data Lake Analytics account":{"value":"2016-11-01"},"Cancels the running job specified by the job ID":{"value":"2016-11-01"},"Gets the job debug data information specified by the job ID":{"value":"2016-11-01"},"Gets statistics of the specified job":{"value":"2016-11-01"},"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.)":{"value":"2016-11-01"},"Lists all pipelines":{"value":"2016-11-01"},"Gets the Pipeline information for the specified pipeline ID":{"value":"2016-11-01"},"Lists all recurrences":{"value":"2016-11-01"},"Gets the recurrence information for the specified recurrence ID":{"value":"2016-11-01"}}},"adlaJobDnsSuffixInPath":{"description":"The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests.","in":"path","name":"adlaJobDnsSuffix","required":true,"x-ms-parameter-location":"client","x-ms-skip-url-encoding":true,"schema":{"type":"string","default":"azuredatalakeanalytics.net"}}},"schemas":{"BaseJobParameters":{"description":"Data Lake Analytics Job Parameters base class for build and submit.","properties":{"properties":{"$ref":"#/components/schemas/CreateJobProperties"},"type":{"description":"The job type of the current job (Hive, USql, or Scope (for internal use only)).","enum":["USql","Hive","Scope"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobType"}}},"required":["type","properties"]},"BuildJobParameters":{"allOf":[{"$ref":"#/components/schemas/BaseJobParameters"}],"description":"The parameters used to build a new Data Lake Analytics job.","properties":{"name":{"description":"The friendly name of the job to build.","type":"string"}}},"CreateJobParameters":{"allOf":[{"$ref":"#/components/schemas/BaseJobParameters"}],"description":"The parameters used to submit a new Data Lake Analytics job.","properties":{"degreeOfParallelism":{"default":1,"description":"The degree of parallelism to use for this job. At most one of degreeOfParallelism and degreeOfParallelismPercent should be specified. If none, a default value of 1 will be used for degreeOfParallelism.","format":"int32","type":"integer"},"degreeOfParallelismPercent":{"description":"the degree of parallelism in percentage used for this job. At most one of degreeOfParallelism and degreeOfParallelismPercent should be specified. If none, a default value of 1 will be used for degreeOfParallelism.","format":"double","type":"number"},"logFilePatterns":{"description":"The list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt","items":{"type":"string"},"type":"array"},"name":{"description":"The friendly name of the job to submit.","type":"string"},"priority":{"description":"The priority value to use for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0.","format":"int32","type":"integer"},"related":{"$ref":"#/components/schemas/JobRelationshipProperties"}},"required":["name"]},"CreateJobProperties":{"description":"The common Data Lake Analytics job properties for job submission.","discriminator":{"propertyName":"type"},"properties":{"runtimeVersion":{"description":"The runtime version of the Data Lake Analytics engine to use for the specific type of job being run.","type":"string"},"script":{"description":"The script to run. Please note that the maximum script size is 3 MB.","type":"string"},"type":{"description":"The job type of the current job (Hive, USql, or Scope (for internal use only)).","type":"string"}},"required":["script","type"]},"CreateScopeJobParameters":{"allOf":[{"$ref":"#/components/schemas/CreateJobParameters"}],"description":"The parameters used to submit a new Data Lake Analytics Scope job. (Only for use internally with Scope job type.)","properties":{"tags":{"additionalProperties":{"type":"string"},"description":"The key-value pairs used to add additional metadata to the job information.","type":"object"}}},"CreateScopeJobProperties":{"allOf":[{"$ref":"#/components/schemas/CreateJobProperties"}],"description":"Scope job properties used when submitting Scope jobs. (Only for use internally with Scope job type.)","properties":{"notifier":{"description":"The list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.","type":"string"},"resources":{"description":"The list of resources that are required by the job.","items":{"$ref":"#/components/schemas/ScopeJobResource"},"type":"array"}},"x-ms-discriminator-value":"Scope"},"CreateUSqlJobProperties":{"allOf":[{"$ref":"#/components/schemas/CreateJobProperties"}],"description":"U-SQL job properties used when submitting U-SQL jobs.","properties":{"compileMode":{"description":"The specific compilation mode for the job used during execution. If this is not specified during submission, the server will determine the optimal compilation mode.","enum":["Semantic","Full","SingleBox"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"CompileMode"}}},"x-ms-discriminator-value":"USql"},"Diagnostics":{"description":"Error diagnostic information for failed jobs.","properties":{"columnNumber":{"description":"The column where the error occurred.","format":"int32","readOnly":true,"type":"integer"},"end":{"description":"The ending index of the error.","format":"int32","readOnly":true,"type":"integer"},"lineNumber":{"description":"The line number the error occurred on.","format":"int32","readOnly":true,"type":"integer"},"message":{"description":"The error message.","readOnly":true,"type":"string"},"severity":{"description":"The severity of the error.","enum":["Warning","Error","Info","SevereWarning","Deprecated","UserWarning"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"SeverityTypes"}},"start":{"description":"The starting index of the error.","format":"int32","readOnly":true,"type":"integer"}}},"HiveJobProperties":{"allOf":[{"$ref":"#/components/schemas/JobProperties"}],"description":"Hive job properties used when retrieving Hive jobs.","properties":{"executedStatementCount":{"description":"The number of statements that have been run based on the script.","format":"int32","readOnly":true,"type":"integer"},"logsLocation":{"description":"The Hive logs location.","readOnly":true,"type":"string"},"outputLocation":{"description":"The location of Hive job output files (both execution output and results).","readOnly":true,"type":"string"},"statementCount":{"description":"The number of statements that will be run based on the script.","format":"int32","readOnly":true,"type":"integer"}},"x-ms-discriminator-value":"Hive"},"JobDataPath":{"description":"A Data Lake Analytics job data path item.","properties":{"command":{"description":"The command that this job data relates to.","readOnly":true,"type":"string"},"jobId":{"description":"The ID of the job this data is for.","format":"uuid","readOnly":true,"type":"string"},"paths":{"description":"The list of paths to all of the job data.","items":{"type":"string"},"readOnly":true,"type":"array"}}},"JobErrorDetails":{"description":"The Data Lake Analytics job error details.","properties":{"description":{"description":"The error message description.","readOnly":true,"type":"string"},"details":{"description":"The details of the error message.","readOnly":true,"type":"string"},"endOffset":{"description":"The end offset in the job where the error was found.","format":"int32","readOnly":true,"type":"integer"},"errorId":{"description":"The specific identifier for the type of error encountered in the job.","readOnly":true,"type":"string"},"filePath":{"description":"The path to any supplemental error files, if any.","readOnly":true,"type":"string"},"helpLink":{"description":"The link to MSDN or Azure help for this type of error, if any.","readOnly":true,"type":"string"},"innerError":{"$ref":"#/components/schemas/JobInnerError"},"internalDiagnostics":{"description":"The internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty.","readOnly":true,"type":"string"},"lineNumber":{"description":"The specific line number in the job where the error occurred.","format":"int32","readOnly":true,"type":"integer"},"message":{"description":"The user friendly error message for the failure.","readOnly":true,"type":"string"},"resolution":{"description":"The recommended resolution for the failure, if any.","readOnly":true,"type":"string"},"severity":{"description":"The severity level of the failure.","enum":["Warning","Error","Info","SevereWarning","Deprecated","UserWarning"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"SeverityTypes"}},"source":{"description":"The ultimate source of the failure (usually either SYSTEM or USER).","readOnly":true,"type":"string"},"startOffset":{"description":"The start offset in the job where the error was found","format":"int32","readOnly":true,"type":"integer"}}},"JobInfoListResult":{"description":"List of JobInfo items.","properties":{"nextLink":{"description":"The link (url) to the next page of results.","readOnly":true,"type":"string"},"value":{"description":"The list of JobInfo items.","items":{"$ref":"#/components/schemas/JobInformationBasic"},"readOnly":true,"type":"array"}}},"JobInformation":{"allOf":[{"$ref":"#/components/schemas/JobInformationBasic"}],"description":"The extended Data Lake Analytics job information properties returned when retrieving a specific job.","properties":{"errorMessage":{"description":"The error message details for the job, if the job failed.","items":{"$ref":"#/components/schemas/JobErrorDetails"},"readOnly":true,"type":"array"},"properties":{"$ref":"#/components/schemas/JobProperties"},"stateAuditRecords":{"description":"The job state audit records, indicating when various operations have been performed on this job.","items":{"$ref":"#/components/schemas/JobStateAuditRecord"},"readOnly":true,"type":"array"}},"required":["properties"]},"JobInformationBasic":{"description":"The common Data Lake Analytics job information properties.","properties":{"degreeOfParallelism":{"default":1,"description":"The degree of parallelism used for this job.","format":"int32","type":"integer"},"degreeOfParallelismPercent":{"description":"the degree of parallelism in percentage used for this job.","format":"double","readOnly":true,"type":"number"},"endTime":{"description":"The completion time of the job.","format":"date-time","readOnly":true,"type":"string"},"hierarchyQueueNode":{"description":"the name of hierarchy queue node this job is assigned to, Null if job has not been assigned yet or the account doesn't have hierarchy queue.","readOnly":true,"type":"string"},"jobId":{"description":"The job's unique identifier (a GUID).","format":"uuid","readOnly":true,"type":"string"},"logFilePatterns":{"description":"The list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt","items":{"type":"string"},"type":"array"},"logFolder":{"description":"The log folder path to use in the following format: adl://<accountName>.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/.","readOnly":true,"type":"string"},"name":{"description":"The friendly name of the job.","type":"string"},"priority":{"description":"The priority value for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0.","format":"int32","type":"integer"},"related":{"$ref":"#/components/schemas/JobRelationshipProperties"},"result":{"description":"The result of job execution or the current result of the running job.","enum":["None","Succeeded","Cancelled","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobResult"}},"startTime":{"description":"The start time of the job.","format":"date-time","readOnly":true,"type":"string"},"state":{"description":"The job state. When the job is in the Ended state, refer to Result and ErrorMessage for details.","enum":["Accepted","Compiling","Ended","New","Queued","Running","Scheduling","Starting","Paused","WaitingForCapacity","Yielded","Finalizing"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobState"}},"submitTime":{"description":"The time the job was submitted to the service.","format":"date-time","readOnly":true,"type":"string"},"submitter":{"description":"The user or account that submitted the job.","readOnly":true,"type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"The key-value pairs used to add additional metadata to the job information. (Only for use internally with Scope job type.)","type":"object"},"type":{"description":"The job type of the current job (Hive, USql, or Scope (for internal use only)).","enum":["USql","Hive","Scope"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobType"}}},"required":["name","type"]},"JobInnerError":{"description":"The Data Lake Analytics job error details.","properties":{"component":{"description":"The component that failed.","readOnly":true,"type":"string"},"description":{"description":"The error message description.","readOnly":true,"type":"string"},"details":{"description":"The details of the error message.","readOnly":true,"type":"string"},"diagnosticCode":{"description":"The diagnostic error code.","format":"int32","readOnly":true,"type":"integer"},"errorId":{"description":"The specific identifier for the type of error encountered in the job.","readOnly":true,"type":"string"},"helpLink":{"description":"The link to MSDN or Azure help for this type of error, if any.","readOnly":true,"type":"string"},"innerError":{"$ref":"#/components/schemas/JobInnerError"},"internalDiagnostics":{"description":"The internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty.","readOnly":true,"type":"string"},"message":{"description":"The user friendly error message for the failure.","readOnly":true,"type":"string"},"resolution":{"description":"The recommended resolution for the failure, if any.","readOnly":true,"type":"string"},"severity":{"description":"The severity level of the failure.","enum":["Warning","Error","Info","SevereWarning","Deprecated","UserWarning"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"SeverityTypes"}},"source":{"description":"The ultimate source of the failure (usually either SYSTEM or USER).","readOnly":true,"type":"string"}}},"JobPipelineInformation":{"description":"Job Pipeline Information, showing the relationship of jobs and recurrences of those jobs in a pipeline.","properties":{"auHoursCanceled":{"description":"The number of job execution hours that resulted in canceled jobs.","format":"double","readOnly":true,"type":"number"},"auHoursFailed":{"description":"The number of job execution hours that resulted in failed jobs.","format":"double","readOnly":true,"type":"number"},"auHoursSucceeded":{"description":"The number of job execution hours that resulted in successful jobs.","format":"double","readOnly":true,"type":"number"},"lastSubmitTime":{"description":"The last time a job in this pipeline was submitted.","format":"date-time","readOnly":true,"type":"string"},"numJobsCanceled":{"description":"The number of jobs in this pipeline that have been canceled.","format":"int32","readOnly":true,"type":"integer"},"numJobsFailed":{"description":"The number of jobs in this pipeline that have failed.","format":"int32","readOnly":true,"type":"integer"},"numJobsSucceeded":{"description":"The number of jobs in this pipeline that have succeeded.","format":"int32","readOnly":true,"type":"integer"},"pipelineId":{"description":"The job relationship pipeline identifier (a GUID).","format":"uuid","readOnly":true,"type":"string"},"pipelineName":{"description":"The friendly name of the job relationship pipeline, which does not need to be unique.","maxLength":260,"readOnly":true,"type":"string"},"pipelineUri":{"description":"The pipeline uri, unique, links to the originating service for this pipeline.","readOnly":true,"type":"string"},"recurrences":{"description":"The list of recurrence identifiers representing each run of this pipeline.","items":{"format":"uuid","type":"string"},"readOnly":true,"type":"array"},"runs":{"description":"The list of recurrence identifiers representing each run of this pipeline.","items":{"$ref":"#/components/schemas/JobPipelineRunInformation"},"readOnly":true,"type":"array"}}},"JobPipelineInformationListResult":{"description":"List of job pipeline information items.","properties":{"nextLink":{"description":"The link (url) to the next page of results.","readOnly":true,"type":"string"},"value":{"description":"The list of job pipeline information items.","items":{"$ref":"#/components/schemas/JobPipelineInformation"},"readOnly":true,"type":"array"}}},"JobPipelineRunInformation":{"description":"Run info for a specific job pipeline.","properties":{"lastSubmitTime":{"description":"The time this instance was last submitted.","format":"date-time","readOnly":true,"type":"string"},"runId":{"description":"The run identifier of an instance of pipeline executions (a GUID).","format":"uuid","readOnly":true,"type":"string"}}},"JobProperties":{"description":"The common Data Lake Analytics job properties.","discriminator":{"propertyName":"type"},"properties":{"runtimeVersion":{"description":"The runtime version of the Data Lake Analytics engine to use for the specific type of job being run.","type":"string"},"script":{"description":"The script to run. Please note that the maximum script size is 3 MB.","type":"string"},"type":{"description":"The job type of the current job (Hive, USql, or Scope (for internal use only)).","type":"string"}},"required":["script","type"]},"JobRecurrenceInformation":{"description":"Recurrence job information for a specific recurrence.","properties":{"auHoursCanceled":{"description":"The number of job execution hours that resulted in canceled jobs.","format":"double","readOnly":true,"type":"number"},"auHoursFailed":{"description":"The number of job execution hours that resulted in failed jobs.","format":"double","readOnly":true,"type":"number"},"auHoursSucceeded":{"description":"The number of job execution hours that resulted in successful jobs.","format":"double","readOnly":true,"type":"number"},"lastSubmitTime":{"description":"The last time a job in this recurrence was submitted.","format":"date-time","readOnly":true,"type":"string"},"numJobsCanceled":{"description":"The number of jobs in this recurrence that have been canceled.","format":"int32","readOnly":true,"type":"integer"},"numJobsFailed":{"description":"The number of jobs in this recurrence that have failed.","format":"int32","readOnly":true,"type":"integer"},"numJobsSucceeded":{"description":"The number of jobs in this recurrence that have succeeded.","format":"int32","readOnly":true,"type":"integer"},"recurrenceId":{"description":"The recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together.","format":"uuid","readOnly":true,"type":"string"},"recurrenceName":{"description":"The recurrence name, user friendly name for the correlation between jobs.","readOnly":true,"type":"string"}}},"JobRecurrenceInformationListResult":{"description":"List of job r