{ "uuid": "f11c0093-a780-42e5-81e2-02c48efeaece", "lastMigration": 29, "name": "StorageManagementClient", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "61ed0bf0-cc8e-437e-99fa-546d0596dd38", "documentation": "Returns a list of storage shares.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Storage.Admin/farms/:farmId/shares", "responses": [ { "uuid": "299d98f3-9625-4224-a4bb-3edbd3171bad", "body": "[\n {\n \"id\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"tags\": {},\n \"type\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "OK -- The list of storage shares has been returned.", "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": "fb30ce08-d1bb-4ea2-9c97-2d7c59d5f75e", "body": "", "latency": 0, "statusCode": 404, "label": "NOT FOUND -- The farm cannot be found.", "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": "d07eeb87-78cf-497d-bd8b-97b89634954e", "documentation": "Returns a storage share.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Storage.Admin/farms/:farmId/shares/:shareName", "responses": [ { "uuid": "74d1f7a5-8bb1-46fc-ab14-df0a646fe425", "body": "{\n \"id\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"tags\": {},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK -- The storage share has been returned.", "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": "28b3004a-95e5-4d4c-9318-adaf498337c5", "body": "", "latency": 0, "statusCode": 404, "label": "NOT FOUND -- The farm or storage share cannot be found.", "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": "a80a0cbf-4e86-45f8-8c33-6126385d7113", "documentation": "Returns a list of metric definitions for a storage share.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Storage.Admin/farms/:farmId/shares/:shareName/metricdefinitions", "responses": [ { "uuid": "5a088a58-b385-4d69-9cf0-68405ff0c104", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"metricAvailabilities\": [\n {\n \"retention\": \"\",\n \"timeGrain\": \"\"\n }\n ],\n \"name\": {\n \"localizedValue\": \"\",\n \"value\": \"\"\n },\n \"primaryAggregationType\": \"{{oneOf (array 'None' 'Average' 'Total' 'Minimum' 'Maximum' 'Last')}}\",\n \"unit\": \"{{oneOf (array 'Count' 'Bytes' 'Seconds' 'CountPerSecond' 'BytesPerSecond')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK -- The list of metric definitions has been returned.", "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": "1bab412e-3142-4b3c-b57d-276081b2ba93", "body": "", "latency": 0, "statusCode": 404, "label": "NOT FOUND -- The farm cannot be found.", "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": "2090c70f-ee7e-4a57-a329-019f875b5c34", "documentation": "Returns a list of metrics for a storage share.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Storage.Admin/farms/:farmId/shares/:shareName/metrics", "responses": [ { "uuid": "d8575cac-3c87-43d9-a572-bc6539b01095", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"endTime\": \"{{faker 'date.recent' 365}}\",\n \"metricUnit\": \"{{oneOf (array 'Count' 'Bytes' 'Seconds' 'CountPerSecond' 'BytesPerSecond')}}\",\n \"metricValues\": [\n {\n \"average\": {{faker 'number.float'}},\n \"count\": {{faker 'number.int' max=99999}},\n \"maximum\": {{faker 'number.float'}},\n \"minimum\": {{faker 'number.float'}},\n \"properties\": \"\",\n \"timeStamp\": \"{{faker 'date.recent' 365}}\",\n \"total\": {{faker 'number.float'}}\n }\n ],\n \"name\": {\n \"localizedValue\": \"\",\n \"value\": \"\"\n },\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"timeGrain\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK -- The list of metrics has been returned.", "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": "168302c1-9662-4760-987d-385477a33d8d", "body": "", "latency": 0, "statusCode": 404, "label": "NOT FOUND -- The farm or share cannot be found.", "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": "61ed0bf0-cc8e-437e-99fa-546d0596dd38" }, { "type": "route", "uuid": "d07eeb87-78cf-497d-bd8b-97b89634954e" }, { "type": "route", "uuid": "a80a0cbf-4e86-45f8-8c33-6126385d7113" }, { "type": "route", "uuid": "2090c70f-ee7e-4a57-a329-019f875b5c34" } ] }