{ "uuid": "8106f9c5-bb36-4ab5-911a-10b7386ba2c6", "lastMigration": 19, "name": "Azure Log Analytics Query Packs", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "0.0.0.0", "routes": [ { "uuid": "02c75aaf-6850-4e90-80ad-801f92456816", "documentation": "Gets a list of all Log Analytics QueryPacks within a subscription.", "method": "get", "endpoint": "subscriptions/:subscriptionId/providers/microsoft.insights/queryPacks", "responses": [ { "uuid": "9d3d92f8-6bda-4d4a-8b7f-b2cce159603a", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"id\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"tags\": \"\",\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list containing 0 or more Log Analytics QueryPack definitions.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "030afff4-2981-4ccd-abbf-2092d5e3895a", "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "e26f5390-ee57-4abe-a030-ee7048762b1d", "documentation": "Gets a list of Log Analytics QueryPacks within a resource group.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/microsoft.insights/queryPacks", "responses": [ { "uuid": "de3b7787-edbb-4c52-bf9e-ca60a76f1110", "body": "{\n \"nextLink\": \"\",\n \"value\": [\n {\n \"id\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"tags\": \"\",\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list containing 0 or more Log Analytics QueryPack definitions.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "e39fecb9-c778-4bd8-9d08-bc7c37441a2e", "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "1acaee6a-14b3-4032-9094-0bf00ad93f26", "documentation": "Deletes a Log Analytics QueryPack.", "method": "delete", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/microsoft.insights/queryPacks/:queryPackName", "responses": [ { "uuid": "15de6adc-29d3-4952-adea-3d24c73338f7", "body": "", "latency": 0, "statusCode": 200, "label": "Successful request when deleting a Log Analytics QueryPack.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "c3889b55-638a-4185-8b38-c3c13de8d033", "body": "", "latency": 0, "statusCode": 204, "label": "The specified QueryPack does not exist.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "6a28bb40-5335-4f69-8d7c-8320726c2221", "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "533b3ba7-be73-4f4e-b872-6fd79a30b123", "documentation": "Returns a Log Analytics QueryPack.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/microsoft.insights/queryPacks/:queryPackName", "responses": [ { "uuid": "943f00e6-6fe4-418c-ac02-981bb28f8e5c", "body": "{\n \"id\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"tags\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An Log Analytics QueryPack definition.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "6f7f806b-f698-4817-a479-c34705a81862", "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "c5bcdd6e-60ac-40fe-851a-349fc160addf", "documentation": "Updates an existing QueryPack's tags. To update other fields use the CreateOrUpdate method.", "method": "patch", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/microsoft.insights/queryPacks/:queryPackName", "responses": [ { "uuid": "6ae47a5d-e380-44d0-90c7-abdc0dcd02f0", "body": "{\n \"id\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"tags\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Updating the Log Analytics QueryPack's tags was successful. QueryPack tags are updated and returned with the rest of the QueryPack's object properties.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "a996e652-85f6-4764-8752-c49a844ef4a2", "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "f8772adb-1b98-4d64-8309-36773f85e0ac", "documentation": "Creates (or updates) a Log Analytics QueryPack. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.", "method": "put", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/microsoft.insights/queryPacks/:queryPackName", "responses": [ { "uuid": "f35b8ed5-fdaf-4065-a60e-8f1a80029118", "body": "{\n \"id\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"tags\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful request when creating or updating a Log Analytics QueryPack. The updated QueryPack is returned.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "7eb368fb-adbb-4a22-98ba-f0dc3cff0b66", "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Error response describing why the operation failed.", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [ { "key": "", "value": "" } ], "proxyResHeaders": [ { "key": "", "value": "" } ] }