{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Environment Definitions API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Environment Definitions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Projects Projectname Environmentdefinitions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/environmentDefinitions" }, "docs": "Lists all environment definitions available for a project." }, { "info": { "name": "Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/catalogs/:catalogName/environmentDefinitions", "params": [ { "name": "catalogName", "value": "", "type": "path", "description": "The name of the catalog" } ] }, "docs": "Lists all environment definitions available within a catalog." }, { "info": { "name": "Microsoft Azure Get Projects Projectname Catalogs Catalogname Environmentdefinitions Definitionname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/catalogs/:catalogName/environmentDefinitions/:definitionName", "params": [ { "name": "catalogName", "value": "", "type": "path", "description": "The name of the catalog" }, { "name": "definitionName", "value": "", "type": "path", "description": "The name of the environment definition" } ] }, "docs": "Get an environment definition from a catalog." } ] } ], "bundled": true }