{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Endpoint API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Endpoint", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get All The Deployments Under The Workspace Scope", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/deployments", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointType", "value": "", "type": "query", "description": "Endpoint type filter" }, { "name": "$skip", "value": "", "type": "query", "description": "Continuation token for pagination." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List All The Endpoints Under This Workspace", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/endpoints", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointType", "value": "", "type": "query", "description": "Endpoint type filter" }, { "name": "$skip", "value": "", "type": "query", "description": "Continuation token for pagination." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets Endpoint Resource", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/endpoints/:endpointName", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointName", "value": "", "type": "path", "description": "Name of the endpoint resource." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create Or Update Endpoint Resource With The Specified Parameters", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/endpoints/:endpointName", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointName", "value": "", "type": "path", "description": "Name of the endpoint resource." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get All The Deployments Under The Endpoint Resource Scope", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/endpoints/:endpointName/deployments", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointName", "value": "", "type": "path", "description": "Name of the endpoint resource." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Deployments Under Endpoint Resource By Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/endpoints/:endpointName/deployments/:deploymentName", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointName", "value": "", "type": "path", "description": "Name of the endpoint resource." }, { "name": "deploymentName", "value": "", "type": "path", "description": "Name of the deployment resource" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create Or Update Endpoint Deployment Resource With The Specified Parameters", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/endpoints/:endpointName/deployments/:deploymentName", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointName", "value": "", "type": "path", "description": "Name of the endpoint resource." }, { "name": "deploymentName", "value": "", "type": "path", "description": "Name of the deployment resource" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete Endpoint Deployment Resource By Name", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/endpoints/:endpointName/deployments/:deploymentName", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointName", "value": "", "type": "path", "description": "Name of the endpoint resource." }, { "name": "deploymentName", "value": "", "type": "path", "description": "Name of the deployment resource" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List Keys For The Endpoint Resource", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/endpoints/:endpointName/listKeys", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointName", "value": "", "type": "path", "description": "Name of the endpoint resource." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Available Models Under The Endpoint Resource", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/endpoints/:endpointName/models", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointName", "value": "", "type": "path", "description": "Name of the endpoint resource." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Regenerate Account Keys", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/endpoints/:endpointName/regenerateKey", "params": [ { "name": "workspaceName", "value": "", "type": "path", "description": "Azure Machine Learning Workspace Name" }, { "name": "endpointName", "value": "", "type": "path", "description": "Name of the endpoint resource." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints", "params": [ { "name": "skip", "value": "", "type": "query", "description": "The number of result items to skip." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of items to include in a single response." }, { "name": "filter", "value": "", "type": "query", "description": "Filter condition.\r\n - **Supported properties:** projectId, createdDateTime, locale, kind\r\n - **Operators:**\r\n - eq, ne are supported for all properties.\r\n - gt, ge, lt, le are supported for createdDateTime.\r\n - **Example:**\r\n - ```filter=projectId eq 'Jessica'``` (filter by project ID)\r\n - ```filter=kind eq 'ProfessionalVoice'``` (filter project by kind)\r\n - ```filter=locale eq 'en-US'``` (filter training set and model by locale)\r\n - ```filter=createdDateTime gt 2022-12-30T23:59:59.99Z``` (filter resource created time after 2023-11-01)" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets a list of endpoints for the authenticated Speech service resource." }, { "info": { "name": "Microsoft Azure Get Endpoints Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID, which should be UUID." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets the endpoint identified by the given ID." }, { "info": { "name": "Microsoft Azure Put Endpoints Id", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/endpoints/:id", "headers": [ { "name": "Operation-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID, which should be UUID." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Creates a new endpoint." }, { "info": { "name": "Microsoft Azure Delete Endpoints Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID, which should be UUID." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Deletes the endpoint identified by the given ID." }, { "info": { "name": "Microsoft Azure Post Endpoints Id:resume", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/endpoints/:id:resume", "headers": [ { "name": "Operation-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID, which should be UUID." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Resumes the endpoint identified by the given ID." }, { "info": { "name": "Microsoft Azure Post Endpoints Id:suspend", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/endpoints/:id:suspend", "headers": [ { "name": "Operation-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID, which should be UUID." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Suspends the endpoint identified by the given ID." } ] } ], "bundled": true }