{ "uuid": "5bd67cee-6549-4e53-95ae-b5d10b5f4f9b", "lastMigration": 29, "name": "Azure Machine Learning Workspaces", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "66aaf80b-6c37-4223-a596-6b29f1f9904f", "documentation": "Lists all of the available Azure Machine Learning Workspaces REST API operations.", "method": "get", "endpoint": "providers/Microsoft.MachineLearningServices/operations", "responses": [ { "uuid": "5766d314-58bd-4a10-a395-6bd277acafe1", "body": "{\n \"value\": [\n {\n \"display\": {\n \"description\": \"\",\n \"operation\": \"\",\n \"provider\": \"\",\n \"resource\": \"\"\n },\n \"name\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7a41f4bb-4151-47fb-bce2-03fbc36ab5a0", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d38605f5-3114-40d3-a1b6-624c76ad7e36", "documentation": "Gets the currently assigned Workspace Quotas based on VMFamily.", "method": "get", "endpoint": "subscriptions/:subscriptionId/providers/Microsoft.MachineLearningServices/locations/:location/Quotas", "responses": [ { "uuid": "1bec77e7-cc2b-4798-9f8a-412bb3978009", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"id\": \"\",\n \"limit\": {{faker 'number.int' max=99999}},\n \"name\": {\n \"localizedValue\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"unit\": \"{{oneOf (array 'Count')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "df910ec8-add0-46ff-a538-3beee3a6cc36", "documentation": "Update quota for each VM family in workspace.", "method": "post", "endpoint": "subscriptions/:subscriptionId/providers/Microsoft.MachineLearningServices/locations/:location/updateQuotas", "responses": [ { "uuid": "e50a9a7e-8d51-4201-89b2-493f210d6932", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"id\": \"\",\n \"limit\": {{faker 'number.int' max=99999}},\n \"status\": \"{{oneOf (array 'Undefined' 'Success' 'Failure' 'InvalidQuotaBelowClusterMinimum' 'InvalidQuotaExceedsSubscriptionLimit' 'InvalidVMFamilyName' 'OperationNotSupportedForSku' 'OperationNotEnabledForRegion')}}\",\n \"type\": \"\",\n \"unit\": \"{{oneOf (array 'Count')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "The operation was successful.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "097542f9-d393-47db-b872-5de3c0116b4e", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a7ad558-d0dc-46f6-afd6-1c23fd6b1aa0", "documentation": "Gets the current usage information as well as limits for AML resources for given subscription and location.", "method": "get", "endpoint": "subscriptions/:subscriptionId/providers/Microsoft.MachineLearningServices/locations/:location/usages", "responses": [ { "uuid": "f08f6cfc-4c67-42d1-9845-cf99eb5468af", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"currentValue\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"limit\": {{faker 'number.int' max=99999}},\n \"name\": {\n \"localizedValue\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"unit\": \"{{oneOf (array 'Count')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb2aa87c-d9f9-455f-b646-b73dbcbe7a32", "documentation": "Returns supported VM Sizes in a location", "method": "get", "endpoint": "subscriptions/:subscriptionId/providers/Microsoft.MachineLearningServices/locations/:location/vmSizes", "responses": [ { "uuid": "3764d8bb-47e4-4f8a-b1fe-b03ddace384c", "body": "{\n \"amlCompute\": [\n {\n \"family\": \"\",\n \"gpus\": {{faker 'number.int' max=99999}},\n \"lowPriorityCapable\": {{faker 'datatype.boolean'}},\n \"maxResourceVolumeMB\": {{faker 'number.int' max=99999}},\n \"memoryGB\": {{faker 'number.float'}},\n \"name\": \"\",\n \"osVhdSizeMB\": {{faker 'number.int' max=99999}},\n \"premiumIO\": {{faker 'datatype.boolean'}},\n \"vCPUs\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "01db32d2-6bd8-45c2-99de-bea7e4fc1f61", "documentation": "Lists all the available machine learning workspaces under the specified subscription.", "method": "get", "endpoint": "subscriptions/:subscriptionId/providers/Microsoft.MachineLearningServices/workspaces", "responses": [ { "uuid": "eb9be44f-3640-4545-a8d1-ffa3ffac887c", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4c38a5a6-7942-4e31-862f-c8e9507d5072", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2ee0c23b-5bec-4559-b772-9f13dc8f5c17", "documentation": "Lists all skus with associated features", "method": "get", "endpoint": "subscriptions/:subscriptionId/providers/Microsoft.MachineLearningServices/workspaces/skus", "responses": [ { "uuid": "e882bfef-e477-49b0-a39a-b3268d657383", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"capabilities\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"locationInfo\": [\n {\n \"location\": \"\",\n \"zoneDetails\": [\n {\n \"capabilities\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"name\": [\n \"\"\n ]\n }\n ],\n \"zones\": [\n \"\"\n ]\n }\n ],\n \"locations\": [\n \"\"\n ],\n \"name\": \"\",\n \"resourceType\": \"\",\n \"restrictions\": [\n {\n \"reasonCode\": \"{{oneOf (array 'NotSpecified' 'NotAvailableForRegion' 'NotAvailableForSubscription')}}\",\n \"type\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"tier\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8b6a073f-717f-4b9e-969a-22c012bdfddc", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf77987b-2e97-4b0d-bedf-3109c3f5740c", "documentation": "Lists all the available machine learning workspaces under the specified resource group.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces", "responses": [ { "uuid": "f867d82a-e99c-455d-9519-5078edc15993", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9ce2675c-261a-4e08-b2e5-0c5f03babbe2", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf24d1a3-5200-4c23-8985-df68d4f4a693", "documentation": "Deletes a machine learning workspace.", "method": "delete", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName", "responses": [ { "uuid": "ba845c54-77ba-4bee-ae91-73b93db6f4f0", "body": "", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c6dd5dc9-772c-4051-8b3e-0a4a19c75151", "body": "", "latency": 0, "statusCode": 204, "label": "The machine learning workspace does not exist in the subscription.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e3cf6da8-36e0-44f8-a010-06adce59a836", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e78cf996-20b2-4fc2-bf0e-22db6a76f352", "documentation": "Gets the properties of the specified machine learning workspace.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName", "responses": [ { "uuid": "18a7188c-b968-4116-9745-ee5c29bce8f0", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "72ff5c7b-1bdc-4959-abe0-b0826c6db6d5", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9a61589c-31f8-4b53-b508-bad14ed63327", "documentation": "Updates a machine learning workspace with the specified parameters.", "method": "patch", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName", "responses": [ { "uuid": "33f131db-2006-4b46-b010-199ca9c4b3f6", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a10c79ce-7c6d-4740-8717-042309101f67", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "676f3fdc-dbe2-43d7-86d9-4cc1454220a0", "documentation": "Creates or updates a workspace with the specified parameters.", "method": "put", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName", "responses": [ { "uuid": "89e3a2b7-a1c5-42bb-a3f1-1c7e8e5c0fb3", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bfb8a58b-00a1-4c2a-844a-1832e3252744", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d98c1883-c37c-47ec-a89b-78026de53acb", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 202, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "67da9cf8-3ec3-4807-9d12-0f867c064d81", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e580e105-6943-4960-9c19-20c9489277b0", "documentation": "Gets computes in specified workspace.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/computes", "responses": [ { "uuid": "83f4b7fb-a33f-4a62-b114-5a868ad61b09", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "The response includes a paginated array of Machine Learning computes and a URI to the next set of results, if any. For the more information the limits of the number of items in a resource group, see https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8ee560c6-73a5-469f-bd2c-0e3f8902e35f", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the request failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b48fea0-faaa-4757-bdc7-889bf4597eb8", "documentation": "Deletes specified Machine Learning compute.", "method": "delete", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/computes/:computeName", "responses": [ { "uuid": "0b01a810-d4c3-432b-9b80-26fda365c10c", "body": "", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4aaeacdb-551f-460f-8179-3c6c59dae0c3", "body": "", "latency": 0, "statusCode": 202, "label": "Compute deletion initiated.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Azure-AsyncOperation", "value": "" }, { "key": "Location", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e66859e1-0560-457d-9719-866bc127eb0a", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the request failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "53cde322-4935-4d60-84aa-b2c07b135f7c", "documentation": "Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/computes/:computeName", "responses": [ { "uuid": "00c5e367-c564-4373-bc30-2b0fe7e65e08", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1e8288d2-7f50-408f-8dcb-c5bc20ef595b", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the request failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "31646774-231b-4fac-bf7e-4f9158c655ae", "documentation": "Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.", "method": "patch", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/computes/:computeName", "responses": [ { "uuid": "1b0bf0be-c751-4a2c-a315-0b8666458920", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Compute update initiated.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9962840b-a5c0-4ff5-a642-b7f633826d2c", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the request failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e2408071-fa19-4150-bd2c-d27d00309d18", "documentation": "Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.", "method": "put", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/computes/:computeName", "responses": [ { "uuid": "f15a5fc2-2616-492e-82f4-b383b971378e", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Compute creation or update initiated.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4fba3a62-3c90-4355-a651-7ba797628f4b", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Compute creation or update initiated.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Azure-AsyncOperation", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9f194fae-d727-4092-b5cf-04f091b9d60a", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the request failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7346e055-7c97-4286-a6a2-6cb1bd4c6963", "documentation": "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc).", "method": "post", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/computes/:computeName/listKeys", "responses": [ { "uuid": "50edbde3-62c8-44da-af38-1decca19d130", "body": "{\n \"computeType\": \"{{oneOf (array 'AKS' 'AmlCompute' 'DataFactory' 'VirtualMachine' 'HDInsight' 'Databricks' 'DataLakeAnalytics')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4893c09f-2d61-46a6-95d5-bd6aeb488eb6", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9a3de89b-b5af-4800-956d-1042ec427b75", "documentation": "Get the details (e.g IP address, port etc) of all the compute nodes in the compute.", "method": "post", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/computes/:computeName/listNodes", "responses": [ { "uuid": "e6d2ee6d-8277-4b2c-b3ba-34691f662856", "body": "{\n \"computeType\": \"{{oneOf (array 'AKS' 'AmlCompute' 'DataFactory' 'VirtualMachine' 'HDInsight' 'Databricks' 'DataLakeAnalytics')}}\",\n \"nextLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The operation was successful. The response contains the list of IP addresses.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "57742879-802c-4c99-9604-a020551eecce", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "140275a3-5cb9-4716-b1fc-95c84a8219ec", "documentation": "Lists all enabled features for a workspace", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/features", "responses": [ { "uuid": "9a5556e0-b63f-4148-bed3-f6375db0a192", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"description\": \"\",\n \"displayName\": \"\",\n \"id\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c06b03d2-215d-4e0a-ad95-df5958dd46f5", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f71ffe3a-dcca-4e96-a584-273fc2ba9e00", "documentation": "Lists all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry", "method": "post", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/listKeys", "responses": [ { "uuid": "6cf9b204-6e6a-49b9-b538-535449d73c65", "body": "{\n \"appInsightsInstrumentationKey\": \"\",\n \"containerRegistryCredentials\": {\n \"location\": \"\",\n \"passwords\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"username\": \"\"\n },\n \"userStorageKey\": \"\",\n \"userStorageResourceId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e51aebd7-026c-49a3-b1f5-bdb13657b3ec", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "70601028-4832-4649-987b-9f1828ed8ae0", "documentation": "Deletes the specified private endpoint connection associated with the workspace.", "method": "delete", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/privateEndpointConnections/:privateEndpointConnectionName", "responses": [ { "uuid": "052b0257-8875-44c1-a0f2-aa7050d3c5ee", "body": "", "latency": 0, "statusCode": 200, "label": "OK -- Delete the private endpoint connection successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1e6cb272-792b-400b-a29d-0c2c50f37700", "body": "", "latency": 0, "statusCode": 204, "label": "No Content -- The private endpoint connection does not exist.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "95dc7d4c-394b-4ca3-9f05-acfc4b03bccd", "body": "{\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "177305fa-278b-430c-b97b-a12013afa16e", "documentation": "Gets the specified private endpoint connection associated with the workspace.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/privateEndpointConnections/:privateEndpointConnectionName", "responses": [ { "uuid": "130b0a9e-83d5-4e08-b830-768f40a037bc", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK -- Get the private endpoint connection properties successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b72d9062-c8b5-4661-a755-457198b375fe", "body": "{\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8cd6ef9c-50cd-4d20-9347-82c10cb55fa1", "documentation": "Update the state of specified private endpoint connection associated with the workspace.", "method": "put", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/privateEndpointConnections/:privateEndpointConnectionName", "responses": [ { "uuid": "62f8b601-7fc4-42ee-984f-262c28df52a1", "body": "{\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK -- Update the private endpoint connection properties successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6729bf8f-f141-408b-bdc4-211d49d1669e", "body": "{\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "619adb01-8521-41da-9aa0-6fa46caed73a", "documentation": "Gets the private link resources that need to be created for a workspace.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/privateLinkResources", "responses": [ { "uuid": "8095350e-60bc-4c30-8757-d3a90679e76d", "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"type\": \"{{oneOf (array 'SystemAssigned')}}\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"tier\": \"\"\n },\n \"tags\": {},\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successfully retrieved private link resources.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da2cf060-6c1c-45af-a262-696c610155bb", "documentation": "Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry", "method": "post", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/resyncKeys", "responses": [ { "uuid": "12c97592-eb5c-4339-8e85-6adbd0c113b1", "body": "", "latency": 0, "statusCode": 200, "label": "The request was successful; the request was well-formed and received properly.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8c12fc41-e8f9-4105-a41b-9f742c50e3e3", "body": "{\n \"error\": {\n \"code\": \"\",\n \"details\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "66aaf80b-6c37-4223-a596-6b29f1f9904f" }, { "type": "route", "uuid": "d38605f5-3114-40d3-a1b6-624c76ad7e36" }, { "type": "route", "uuid": "df910ec8-add0-46ff-a538-3beee3a6cc36" }, { "type": "route", "uuid": "7a7ad558-d0dc-46f6-afd6-1c23fd6b1aa0" }, { "type": "route", "uuid": "eb2aa87c-d9f9-455f-b646-b73dbcbe7a32" }, { "type": "route", "uuid": "01db32d2-6bd8-45c2-99de-bea7e4fc1f61" }, { "type": "route", "uuid": "2ee0c23b-5bec-4559-b772-9f13dc8f5c17" }, { "type": "route", "uuid": "cf77987b-2e97-4b0d-bedf-3109c3f5740c" }, { "type": "route", "uuid": "cf24d1a3-5200-4c23-8985-df68d4f4a693" }, { "type": "route", "uuid": "e78cf996-20b2-4fc2-bf0e-22db6a76f352" }, { "type": "route", "uuid": "9a61589c-31f8-4b53-b508-bad14ed63327" }, { "type": "route", "uuid": "676f3fdc-dbe2-43d7-86d9-4cc1454220a0" }, { "type": "route", "uuid": "e580e105-6943-4960-9c19-20c9489277b0" }, { "type": "route", "uuid": "7b48fea0-faaa-4757-bdc7-889bf4597eb8" }, { "type": "route", "uuid": "53cde322-4935-4d60-84aa-b2c07b135f7c" }, { "type": "route", "uuid": "31646774-231b-4fac-bf7e-4f9158c655ae" }, { "type": "route", "uuid": "e2408071-fa19-4150-bd2c-d27d00309d18" }, { "type": "route", "uuid": "7346e055-7c97-4286-a6a2-6cb1bd4c6963" }, { "type": "route", "uuid": "9a3de89b-b5af-4800-956d-1042ec427b75" }, { "type": "route", "uuid": "140275a3-5cb9-4716-b1fc-95c84a8219ec" }, { "type": "route", "uuid": "f71ffe3a-dcca-4e96-a584-273fc2ba9e00" }, { "type": "route", "uuid": "70601028-4832-4649-987b-9f1828ed8ae0" }, { "type": "route", "uuid": "177305fa-278b-430c-b97b-a12013afa16e" }, { "type": "route", "uuid": "8cd6ef9c-50cd-4d20-9347-82c10cb55fa1" }, { "type": "route", "uuid": "619adb01-8521-41da-9aa0-6fa46caed73a" }, { "type": "route", "uuid": "da2cf060-6c1c-45af-a262-696c610155bb" } ] }