{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector EnvironmentOperations API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "EnvironmentOperations", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/users/:userId/environments/:environmentName/operations", "params": [ { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." } ] }, "docs": "Lists operations on the environment which have occurred within the past 90 days" }, { "info": { "name": "Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/users/:userId/environments/:environmentName/operations/:operationId", "params": [ { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "operationId", "value": "", "type": "path", "description": "The id of the operation on an environment." } ] }, "docs": "Gets an environment action result." }, { "info": { "name": "Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid Logs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/users/:userId/environments/:environmentName/operations/:operationId/logs", "params": [ { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "operationId", "value": "", "type": "path", "description": "The id of the operation on an environment." } ] }, "docs": "Gets the logs for an operation on an environment." } ] } ], "bundled": true }