{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Job API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Job", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Jobs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/jobs", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "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." }, { "name": "$count", "value": "", "type": "query", "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." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "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." }, { "info": { "name": "Microsoft Azure Get Jobs Jobidentity", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/jobs/:jobIdentity", "params": [ { "name": "jobIdentity", "value": "", "type": "path", "description": "JobInfo ID." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the job information for the specified job ID." }, { "info": { "name": "Microsoft Azure Put Jobs Jobidentity", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/jobs/:jobIdentity", "params": [ { "name": "jobIdentity", "value": "", "type": "path", "description": "Job identifier. Uniquely identifies the job across all jobs submitted to the service." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Submits a job to the specified Data Lake Analytics account." }, { "info": { "name": "Microsoft Azure Patch Jobs Jobidentity", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/jobs/:jobIdentity", "params": [ { "name": "jobIdentity", "value": "", "type": "path", "description": "Job identifier. Uniquely identifies the job across all jobs submitted to the service." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Updates the job information for the specified job ID. (Only for use internally with Scope job type.)" }, { "info": { "name": "Microsoft Azure Get Jobs Jobidentity Getstatistics", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/jobs/:jobIdentity/GetStatistics", "params": [ { "name": "jobIdentity", "value": "", "type": "path", "description": "Job Information ID." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets statistics of the specified job." }, { "info": { "name": "Microsoft Azure Get Jobs Jobidentity Getdebugdatapath", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/jobs/:jobIdentity/GetDebugDataPath", "params": [ { "name": "jobIdentity", "value": "", "type": "path", "description": "Job identifier. Uniquely identifies the job across all jobs submitted to the service." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the job debug data information specified by the job ID." }, { "info": { "name": "Microsoft Azure Post Jobs Jobidentity Canceljob", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/jobs/:jobIdentity/CancelJob", "params": [ { "name": "jobIdentity", "value": "", "type": "path", "description": "Job identifier. Uniquely identifies the job across all jobs submitted to the service." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Cancels the running job specified by the job ID." }, { "info": { "name": "Microsoft Azure Post Jobs Jobidentity Yieldjob", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/jobs/:jobIdentity/YieldJob", "params": [ { "name": "jobIdentity", "value": "", "type": "path", "description": "Job identifier. Uniquely identifies the job across all jobs submitted to the service." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "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.)" }, { "info": { "name": "Microsoft Azure Post Buildjob", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/buildJob", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation." }, { "info": { "name": "Microsoft Azure Get Livy Batches", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/livy/batches", "params": [ { "name": "from", "value": "", "type": "query", "description": "Optional param specifying which index the list should begin from." }, { "name": "size", "value": "", "type": "query", "description": "Optional param specifying the size of the returned list.\r\n By default it is 20 and that is the maximum." } ] }, "docs": "List all spark batch jobs" }, { "info": { "name": "Microsoft Azure Post Livy Batches", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/livy/batches", "headers": [ { "name": "X-Requested-By", "value": "" } ] }, "docs": "Create a new spark batch job." }, { "info": { "name": "Microsoft Azure Get Livy Batches Batchid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/livy/batches/:batchId", "params": [ { "name": "batchId", "value": "", "type": "path", "description": "Identifier for the batch job." } ] }, "docs": "Gets a single spark batch job." }, { "info": { "name": "Microsoft Azure Delete Livy Batches Batchid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/livy/batches/:batchId", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "batchId", "value": "", "type": "path", "description": "Identifier for the batch job." } ] }, "docs": "Cancels a running spark batch job." }, { "info": { "name": "Microsoft Azure Get Livy Batches Batchid Log", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/livy/batches/:batchId/log", "params": [ { "name": "batchId", "value": "", "type": "path", "description": "Identifier for the batch job." }, { "name": "from", "value": "", "type": "query", "description": "Optional param specifying which index the list should begin from." }, { "name": "size", "value": "", "type": "query", "description": "Optional param specifying the size of the returned list.\r\n By default it is 20 and that is the maximum." } ] }, "docs": "Gets a single spark batch job logs." }, { "info": { "name": "Microsoft Azure Get Livy Batches Batchid State", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/livy/batches/:batchId/state", "params": [ { "name": "batchId", "value": "", "type": "path", "description": "Identifier for the batch job." } ] }, "docs": "Gets a single spark batch state." }, { "info": { "name": "Microsoft Azure Get Livy Sessions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/livy/sessions", "params": [ { "name": "from", "value": "", "type": "query", "description": "Optional param specifying which index the list should begin from." }, { "name": "size", "value": "", "type": "query", "description": "Optional param specifying the size of the returned list.\r\n By default it is 20 and that is the maximum." } ] }, "docs": "List all spark sessions." }, { "info": { "name": "Microsoft Azure Post Livy Sessions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/livy/sessions", "headers": [ { "name": "X-Requested-By", "value": "" } ] }, "docs": "Create a new spark session." }, { "info": { "name": "Microsoft Azure Get Livy Sessions Sessionid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/livy/sessions/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session." } ] }, "docs": "Gets a single spark session." }, { "info": { "name": "Microsoft Azure Delete Livy Sessions Sessionid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/livy/sessions/:sessionId", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session." } ] }, "docs": "Cancels a running spark session." }, { "info": { "name": "Microsoft Azure Get Livy Sessions Sessionid Log", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/livy/sessions/:sessionId/log", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session job." }, { "name": "from", "value": "", "type": "query", "description": "Optional param specifying which index the list should begin from." }, { "name": "size", "value": "", "type": "query", "description": "Optional param specifying the size of the returned list.\r\n By default it is 20 and that is the maximum." } ] }, "docs": "Gets a single spark session job logs." }, { "info": { "name": "Microsoft Azure Get Livy Sessions Sessionid State", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/livy/sessions/:sessionId/state", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session job." } ] }, "docs": "Gets a single spark session job state." }, { "info": { "name": "Microsoft Azure Get Livy Sessions Sessionid Statements", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/livy/sessions/:sessionId/statements", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session." } ] }, "docs": "Gets a list of statements within a spark session." }, { "info": { "name": "Microsoft Azure Post Livy Sessions Sessionid Statements", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/livy/sessions/:sessionId/statements", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session." } ] }, "docs": "Create a statement within a spark session." }, { "info": { "name": "Microsoft Azure Get Livy Sessions Sessionid Statements Statementid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/livy/sessions/:sessionId/statements/:statementId", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session." }, { "name": "statementId", "value": "", "type": "path", "description": "Identifier for the statement." } ] }, "docs": "Gets a single statement within a spark session." }, { "info": { "name": "Microsoft Azure Post Livy Sessions Sessionid Statements Statementid Cancel", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/livy/sessions/:sessionId/statements/:statementId/cancel", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session." }, { "name": "statementId", "value": "", "type": "path", "description": "Identifier for the statement." } ] }, "docs": "Kill a statement within a session." } ] } ], "bundled": true }