{ "uuid": "efc4bac1-e95f-473e-ba0b-0aa7892e6b83", "lastMigration": 29, "name": "ApplicationInsightsManagementClient", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "5826cb4c-6375-4f4a-82ae-7d1090f40fb6", "documentation": "Gets a list of favorites defined within an Application Insights component.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Insights/components/:resourceName/favorites", "responses": [ { "uuid": "029a7425-960b-4816-9e63-4bea5bce83f9", "body": "[\n {\n \"Category\": \"\",\n \"Config\": \"\",\n \"FavoriteId\": \"\",\n \"FavoriteType\": \"{{oneOf (array 'shared' 'user')}}\",\n \"IsGeneratedFromTemplate\": {{faker 'datatype.boolean'}},\n \"Name\": \"\",\n \"SourceType\": \"\",\n \"Tags\": [\n \"\"\n ],\n \"TimeModified\": \"\",\n \"UserId\": \"\",\n \"Version\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list containing 0 or more favorite definitions associated to the Application Insights component.", "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": "2ac71008-a868-4c1d-bc8c-846f603cc5f4", "documentation": "Remove a favorite that is associated to an Application Insights component.", "method": "delete", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Insights/components/:resourceName/favorites/:favoriteId", "responses": [ { "uuid": "8e8eb39f-e6f7-428f-b3a6-f72f50bccdc6", "body": "", "latency": 0, "statusCode": 200, "label": "The favorite has been successfully removed from the Application Insights component.", "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": "2df47be0-ec26-4361-bb24-f840391f2719", "documentation": "Get a single favorite by its FavoriteId, defined within an Application Insights component.", "method": "get", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Insights/components/:resourceName/favorites/:favoriteId", "responses": [ { "uuid": "0e6750b0-0307-4db1-a3ea-81eeeb1b442b", "body": "{\n \"Category\": \"\",\n \"Config\": \"\",\n \"FavoriteId\": \"\",\n \"FavoriteType\": \"{{oneOf (array 'shared' 'user')}}\",\n \"IsGeneratedFromTemplate\": {{faker 'datatype.boolean'}},\n \"Name\": \"\",\n \"SourceType\": \"\",\n \"Tags\": [\n \"\"\n ],\n \"TimeModified\": \"\",\n \"UserId\": \"\",\n \"Version\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A favorite definition associated to the Application Insights component.", "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": "833cd021-1ce9-4396-a23f-8396687bfde1", "documentation": "Updates a favorite that has already been added to an Application Insights component.", "method": "patch", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Insights/components/:resourceName/favorites/:favoriteId", "responses": [ { "uuid": "60534b2d-72da-4f38-ae90-6b75bd52d2ab", "body": "{\n \"Category\": \"\",\n \"Config\": \"\",\n \"FavoriteId\": \"\",\n \"FavoriteType\": \"{{oneOf (array 'shared' 'user')}}\",\n \"IsGeneratedFromTemplate\": {{faker 'datatype.boolean'}},\n \"Name\": \"\",\n \"SourceType\": \"\",\n \"Tags\": [\n \"\"\n ],\n \"TimeModified\": \"\",\n \"UserId\": \"\",\n \"Version\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The favorite definition updated.", "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": "14b50b02-f93a-4b9d-a812-2127895cfa5e", "documentation": "Adds a new favorites to an Application Insights component.", "method": "put", "endpoint": "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Insights/components/:resourceName/favorites/:favoriteId", "responses": [ { "uuid": "d0949be1-fafc-4cc5-b57f-bc93e8094f26", "body": "{\n \"Category\": \"\",\n \"Config\": \"\",\n \"FavoriteId\": \"\",\n \"FavoriteType\": \"{{oneOf (array 'shared' 'user')}}\",\n \"IsGeneratedFromTemplate\": {{faker 'datatype.boolean'}},\n \"Name\": \"\",\n \"SourceType\": \"\",\n \"Tags\": [\n \"\"\n ],\n \"TimeModified\": \"\",\n \"UserId\": \"\",\n \"Version\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The newly created favorite that is associated to the Application Insights component.", "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" } ], "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": "5826cb4c-6375-4f4a-82ae-7d1090f40fb6" }, { "type": "route", "uuid": "2ac71008-a868-4c1d-bc8c-846f603cc5f4" }, { "type": "route", "uuid": "2df47be0-ec26-4361-bb24-f840391f2719" }, { "type": "route", "uuid": "833cd021-1ce9-4396-a23f-8396687bfde1" }, { "type": "route", "uuid": "14b50b02-f93a-4b9d-a812-2127895cfa5e" } ] }