{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector DataStore API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "DataStore", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Datastores List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datastore/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/datastores", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "dataStoreNames", "value": "", "type": "query", "description": "List of Datastore names." }, { "name": "continuationToken", "value": "", "type": "query", "description": "The Continuation Token." }, { "name": "count", "value": "", "type": "query", "description": "Count of Datastores to be returned." }, { "name": "includeSecret", "value": "", "type": "query", "description": "Whether to include the datastore secret in the response." } ] }, "docs": "Get the list of Datastores attached to the workspace." }, { "info": { "name": "Microsoft Azure Create Or Update A Datastore", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datastore/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/datastores", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "createIfNotExists", "value": "", "type": "query", "description": "If set to true, the call will create an Datastore if it doesn't exist." }, { "name": "skipValidation", "value": "", "type": "query", "description": "If set to true, the call will skip Datastore validation." } ] }, "docs": "Create or update a Datastore in the given workspace." }, { "info": { "name": "Microsoft Azure Delete All Datastores", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datastore/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/datastores", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the workspace." } ] }, "docs": "Delete all Datastores in the workspace." }, { "info": { "name": "Microsoft Azure Get Datastore Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datastore/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/datastores/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "name", "value": "", "type": "path", "description": "The Datastore name." } ] }, "docs": "Get details of a Datastore with a specific name." }, { "info": { "name": "Microsoft Azure Update Or Create A Datastore", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datastore/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/datastores/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "name", "value": "", "type": "path", "description": "The Datastore name." }, { "name": "createIfNotExists", "value": "", "type": "query", "description": "If set to true, the call will create an Datastore if it doesn't exist." }, { "name": "skipValidation", "value": "", "type": "query", "description": "If set to true, the call will skip Datastore validation." } ] }, "docs": "Update or create a Datastore in the given workspace." }, { "info": { "name": "Microsoft Azure Delete A Datastore", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datastore/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/datastores/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "name", "value": "", "type": "path", "description": "The Datastore name." } ] }, "docs": "Delete a Datastore with a specific name." } ] } ], "bundled": true }