{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Discovery Groups API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Discovery Groups", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Discogroups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/discoGroups", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "filter", "value": "", "type": "query", "description": "Filter the result list using the given expression." }, { "name": "skip", "value": "", "type": "query", "description": "The number of result items to skip." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of result items per page." } ] }, "docs": "Retrieve a list of discovery group for the provided search parameters." }, { "info": { "name": "Microsoft Azure Get Discogroups Groupname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/discoGroups/:groupName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "groupName", "value": "", "type": "path", "description": "The caller provided unique name for the resource." } ] }, "docs": "Retrieve a discovery group with a given groupName." }, { "info": { "name": "Microsoft Azure Put Discogroups Groupname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/discoGroups/:groupName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "groupName", "value": "", "type": "path", "description": "The caller provided unique name for the resource." } ] }, "docs": "Create a discovery group with a given groupName." }, { "info": { "name": "Microsoft Azure Post Discogroups Groupname:run", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/discoGroups/:groupName:run", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "groupName", "value": "", "type": "path", "description": "The caller provided unique name for the resource." } ] }, "docs": "Run a discovery group with a given groupName." }, { "info": { "name": "Microsoft Azure Get Discogroups Groupname Runs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/discoGroups/:groupName/runs", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "filter", "value": "", "type": "query", "description": "Filter the result list using the given expression." }, { "name": "skip", "value": "", "type": "query", "description": "The number of result items to skip." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of result items per page." }, { "name": "groupName", "value": "", "type": "path", "description": "The unique identifier for the discovery group." } ] }, "docs": "Retrieve a collection of discovery run results for a discovery group with a given groupName." }, { "info": { "name": "Microsoft Azure Post Discogroups:validate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/discoGroups:validate", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Validate a discovery group with a given groupName." } ] } ], "bundled": true }