{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector SparkBatch API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "SparkBatch", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Batches", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/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." }, { "name": "detailed", "value": "", "type": "query", "description": "Optional query param specifying whether detailed response is returned beyond plain livy." } ] }, "docs": "List all spark batch jobs which are running under a particular spark pool." }, { "info": { "name": "Microsoft Azure Post Batches", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/batches", "params": [ { "name": "detailed", "value": "", "type": "query", "description": "Optional query param specifying whether detailed response is returned beyond plain livy." } ] }, "docs": "Create new spark batch job." }, { "info": { "name": "Microsoft Azure Get Batches Batchid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/batches/:batchId", "params": [ { "name": "batchId", "value": "", "type": "path", "description": "Identifier for the batch job." }, { "name": "detailed", "value": "", "type": "query", "description": "Optional query param specifying whether detailed response is returned beyond plain livy." } ] }, "docs": "Gets a single spark batch job." }, { "info": { "name": "Microsoft Azure Delete Batches Batchid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/batches/:batchId", "params": [ { "name": "batchId", "value": "", "type": "path", "description": "Identifier for the batch job." } ] }, "docs": "Cancels a running spark batch job." } ] } ], "bundled": true }