{ "uuid": "71ddbe21-5d12-4d9b-8cb5-83c824649913", "lastMigration": 29, "name": "Azure Addons Resource Provider", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "245a07fe-1663-45ff-89ed-f314f18627ae", "documentation": "Lists all of the available Addons RP operations.", "method": "get", "endpoint": "providers/Microsoft.Addons/operations", "responses": [ { "uuid": "132bc7c8-c966-41cc-a3b7-f3b98ac31fd5", "body": "[\n {\n \"display\": {\n \"description\": \"\",\n \"operation\": \"\",\n \"provider\": \"\",\n \"resource\": \"\"\n },\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List all the operations.", "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": "38ded4f1-6060-4bd7-8c12-84cb7691eb7f", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "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": "afed3eae-5a17-41e4-8c83-7315ce40f83b", "documentation": "Returns the Canonical Support Plans.", "method": "get", "endpoint": "subscriptions/:subscriptionId/providers/Microsoft.Addons/supportProviders/:providerName/supportPlanTypes", "responses": [ { "uuid": "04ae64d9-ba06-4834-beba-a52375c38dd3", "body": "[\n {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"supportPlanType\": \"{{oneOf (array 'essential' 'standard' 'advanced')}}\",\n \"willEmitOneTimeChargeIfReEnabled\": {{faker 'datatype.boolean'}},\n \"willEmitOneTimeChargeWhenEnabled\": {{faker 'datatype.boolean'}}\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" }, { "uuid": "e2f0645f-eb35-4c11-80b1-386abe508472", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "'404' - 'Not Found'.\n'400' - 'Bad Request'", "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": "cea9ab9a-1144-46bb-8390-d79db9fd2f98", "documentation": "Cancels the Canonical support plan of type {type} for the subscription.", "method": "delete", "endpoint": "subscriptions/:subscriptionId/providers/Microsoft.Addons/supportProviders/:providerName/supportPlanTypes/:planTypeName", "responses": [ { "uuid": "9e7f0fb6-f206-4295-acd6-03d84a7e1fae", "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"properties\": {\n \"provisioningState\": \"{{oneOf (array 'Succeeded' 'Failed' 'Cancelled' 'Purchasing' 'Downgrading' 'Cancelling' 'Upgrading')}}\"\n },\n \"type\": \"\"\n}", "latency": 0, "statusCode": 202, "label": "Accepted", "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": "4a065917-a6d4-435d-835e-83e66bc65899", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "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": "f6610543-85d9-4efb-a8f3-966dfb1daa3a", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "BadRequest", "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": "389cd0df-3162-45a5-a7ba-8140a30f4645", "documentation": "Returns whether or not the canonical support plan of type {type} is enabled for the subscription.", "method": "get", "endpoint": "subscriptions/:subscriptionId/providers/Microsoft.Addons/supportProviders/:providerName/supportPlanTypes/:planTypeName", "responses": [ { "uuid": "499dfa52-5a8b-4357-bb46-d4c7069f1471", "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"properties\": {\n \"provisioningState\": \"{{oneOf (array 'Succeeded' 'Failed' 'Cancelled' 'Purchasing' 'Downgrading' 'Cancelling' 'Upgrading')}}\"\n },\n \"type\": \"\"\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" }, { "uuid": "8231f8cc-e3b2-461c-877b-89f52c0912ac", "body": "", "latency": 0, "statusCode": 404, "label": "Not 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" }, { "uuid": "83cc445d-f5dd-42bd-9cd4-cfefcce7b2f8", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "'404' - 'Not Found'.\n'400' - 'Bad Request'", "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": "0d532d34-b65b-4d3c-863d-1b24dd8f4694", "documentation": "Creates or updates the Canonical support plan of type {type} for the subscription.", "method": "put", "endpoint": "subscriptions/:subscriptionId/providers/Microsoft.Addons/supportProviders/:providerName/supportPlanTypes/:planTypeName", "responses": [ { "uuid": "ab43c395-0038-4390-8172-9308c69fc378", "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"properties\": {\n \"provisioningState\": \"{{oneOf (array 'Succeeded' 'Failed' 'Cancelled' 'Purchasing' 'Downgrading' 'Cancelling' 'Upgrading')}}\"\n },\n \"type\": \"\"\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" }, { "uuid": "8a9fd7be-3f04-4db7-9705-34799bf51fa5", "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"properties\": {\n \"provisioningState\": \"{{oneOf (array 'Succeeded' 'Failed' 'Cancelled' 'Purchasing' 'Downgrading' 'Cancelling' 'Upgrading')}}\"\n },\n \"type\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "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": "39ef6b03-228b-4dc5-bef5-4157dcc53762", "body": "", "latency": 0, "statusCode": 404, "label": "Not 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" }, { "uuid": "344d4a50-c1bb-4f7b-a38c-05ba80345dcb", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "'404' - 'Not Found'.\n'400' - 'Bad Request'", "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": "245a07fe-1663-45ff-89ed-f314f18627ae" }, { "type": "route", "uuid": "afed3eae-5a17-41e4-8c83-7315ce40f83b" }, { "type": "route", "uuid": "cea9ab9a-1144-46bb-8390-d79db9fd2f98" }, { "type": "route", "uuid": "389cd0df-3162-45a5-a7ba-8140a30f4645" }, { "type": "route", "uuid": "0d532d34-b65b-4d3c-863d-1b24dd8f4694" } ] }