{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector SparkSession API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "SparkSession", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Sessions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/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." }, { "name": "detailed", "value": "", "type": "query", "description": "Optional query param specifying whether detailed response is returned beyond plain livy." } ] }, "docs": "List all spark sessions which are running under a particular spark pool." }, { "info": { "name": "Microsoft Azure Post Sessions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/sessions", "params": [ { "name": "detailed", "value": "", "type": "query", "description": "Optional query param specifying whether detailed response is returned beyond plain livy." } ] }, "docs": "Create new spark session." }, { "info": { "name": "Microsoft Azure Get Sessions Sessionid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sessions/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session." }, { "name": "detailed", "value": "", "type": "query", "description": "Optional query param specifying whether detailed response is returned beyond plain livy." } ] }, "docs": "Gets a single spark session." }, { "info": { "name": "Microsoft Azure Delete Sessions Sessionid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/sessions/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session." } ] }, "docs": "Cancels a running spark session." }, { "info": { "name": "Microsoft Azure Put Sessions Sessionid Reset Timeout", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/sessions/:sessionId/reset-timeout", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session." } ] }, "docs": "Sends a keep alive call to the current session to reset the session timeout." }, { "info": { "name": "Microsoft Azure Get Sessions Sessionid Statements", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/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 Sessions Sessionid Statements", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/sessions/:sessionId/statements", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "Identifier for the session." } ] }, "docs": "Create statement within a spark session." }, { "info": { "name": "Microsoft Azure Get Sessions Sessionid Statements Statementid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/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 Sessions Sessionid Statements Statementid Cancel", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/sessions/:sessionId/statements/:statementId/cancel", "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 }