{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Rendering Session API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Rendering Session", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Properties Of A Particular Rendering Session", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:account_id/sessions/:session_id", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "account_id", "value": "", "type": "path", "description": "The Azure Remote Rendering account ID." }, { "name": "session_id", "value": "", "type": "path", "description": "An ID uniquely identifying the rendering session for the given account. The ID is case sensitive, can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 256 characters." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A New Rendering Session", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/accounts/:account_id/sessions/:session_id", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "account_id", "value": "", "type": "path", "description": "The Azure Remote Rendering account ID." }, { "name": "session_id", "value": "", "type": "path", "description": "An ID uniquely identifying the rendering session for the given account. The ID is case sensitive, can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 256 characters." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Max Lease Time Of A Particular Rendering Session", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/accounts/:account_id/sessions/:session_id", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "account_id", "value": "", "type": "path", "description": "The Azure Remote Rendering account ID." }, { "name": "session_id", "value": "", "type": "path", "description": "An ID uniquely identifying the rendering session for the given account. The ID is case sensitive, can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 256 characters." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Stops A Particular Rendering Session", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/:account_id/sessions/:session_id/:stop", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "account_id", "value": "", "type": "path", "description": "The Azure Remote Rendering account ID." }, { "name": "session_id", "value": "", "type": "path", "description": "An ID uniquely identifying the rendering session for the given account. The ID is case sensitive, can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 256 characters." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets A List Of All Rendering Sessions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:account_id/sessions", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "account_id", "value": "", "type": "path", "description": "The Azure Remote Rendering account ID." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }