{ "info": { "name": "Azure Automation API Statistics List By Automation Account", "_postman_id": "5ae9e3ba-eac2-4df0-9ff2-fe6ea8ae01a3", "description": "Retrieve the statistics for the account.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "statistics", "item": [ { "id": "2c87f972-f58c-4a91-8bf7-559b560711b9", "name": "Statistics_ListByAutomationAccount", "request": { "url": { "protocol": "http", "host": "management.azure.com", "path": [ "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Automation/automationAccounts/:automationAccountName/statistics" ], "query": [ { "key": "$filter", "value": "%7B%7D", "disabled": false }, { "key": "No Name", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "automationAccountName", "value": "{}", "type": "string" }, { "id": "subscriptionId", "value": "subscriptionId", "type": "string" }, { "id": "resourceGroupName", "value": "resourceGroupName", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Retrieve the statistics for the account" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "e6cb2b0e-7083-417b-8032-4deb5bba328f" } ] } ] } ] }