{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Data Connections API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Data Connections", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Dataconnections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataConnections", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "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 data connections." }, { "info": { "name": "Microsoft Azure Get Dataconnections Dataconnectionname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataConnections/:dataConnectionName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "dataConnectionName", "value": "", "type": "path", "description": "The caller provided unique name for the resource." } ] }, "docs": "Retrieve a data connection with a given dataConnectionName." }, { "info": { "name": "Microsoft Azure Put Dataconnections Dataconnectionname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/dataConnections/:dataConnectionName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "dataConnectionName", "value": "", "type": "path", "description": "The caller provided unique name for the resource." } ] }, "docs": "Create or replace a data connection with a given dataConnectionName." }, { "info": { "name": "Microsoft Azure Delete Dataconnections Dataconnectionname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dataConnections/:dataConnectionName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "dataConnectionName", "value": "", "type": "path", "description": "The caller provided unique name for the resource." } ] }, "docs": "Delete a data connection with a given dataConnectionName." }, { "info": { "name": "Microsoft Azure Post Dataconnections:validate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dataConnections:validate", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Validate a data connection with a given dataConnectionName." } ] } ], "bundled": true }