{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Experiments API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Experiments", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of Experiments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/NetworkExperimentProfiles/:profileName/Experiments", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Resource group within the Azure subscription." }, { "name": "profileName", "value": "", "type": "path", "description": "The Profile identifier associated with the Tenant and Partner" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets An Experiment By Experimentname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/NetworkExperimentProfiles/:profileName/Experiments/:experimentName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Resource group within the Azure subscription." }, { "name": "profileName", "value": "", "type": "path", "description": "The Profile identifier associated with the Tenant and Partner" }, { "name": "experimentName", "value": "", "type": "path", "description": "The Experiment identifier associated with the Experiment" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates Or Updates An Experiment", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/NetworkExperimentProfiles/:profileName/Experiments/:experimentName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Resource group within the Azure subscription." }, { "name": "profileName", "value": "", "type": "path", "description": "The Profile identifier associated with the Tenant and Partner" }, { "name": "experimentName", "value": "", "type": "path", "description": "The Experiment identifier associated with the Experiment" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates An Experiment By Experiment Id", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/NetworkExperimentProfiles/:profileName/Experiments/:experimentName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Resource group within the Azure subscription." }, { "name": "profileName", "value": "", "type": "path", "description": "The Profile identifier associated with the Tenant and Partner" }, { "name": "experimentName", "value": "", "type": "path", "description": "The Experiment identifier associated with the Experiment" } ] }, "docs": "Updates an Experiment" }, { "info": { "name": "Microsoft Azure Deletes An Experiment", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/NetworkExperimentProfiles/:profileName/Experiments/:experimentName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Resource group within the Azure subscription." }, { "name": "profileName", "value": "", "type": "path", "description": "The Profile identifier associated with the Tenant and Partner" }, { "name": "experimentName", "value": "", "type": "path", "description": "The Experiment identifier associated with the Experiment" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Details Of An Experiment", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName", "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": "experimentName", "value": "", "type": "path", "description": "The experiment name." } ] }, "docs": "Get details of an Experiment with specific Experiment name." }, { "info": { "name": "Microsoft Azure Create An Experiment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName", "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": "experimentName", "value": "", "type": "path", "description": "The experiment name." } ] }, "docs": "Create a new Experiment." }, { "info": { "name": "Microsoft Azure Get Details Of An Experiment", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experimentids/:experimentId", "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": "experimentId", "value": "", "type": "path", "description": "The identifier of the experiment." } ] }, "docs": "Get details of an Experiment with specific Experiment Id." }, { "info": { "name": "Microsoft Azure Update Details Of An Experiment", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experimentids/:experimentId", "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": "experimentId", "value": "", "type": "path", "description": "The identifier of the experiment." } ] }, "docs": "Update details of an Experiment with specific Experiment Id." }, { "info": { "name": "Microsoft Azure Get All Experiments In A Specific Workspace", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments:query", "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": "Get all experiments in a specific workspace with the specified query filters." }, { "info": { "name": "Microsoft Azure Delete List Of Tags In An Experiment", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experimentids/:experimentId/tags", "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": "experimentId", "value": "", "type": "path", "description": "The identifier of the experiment." } ] }, "docs": "Delete list of Tags from a specific Experiment Id." } ] } ], "bundled": true }