{ "info": { "name": "Azure Automation API Connection List By Automation Account", "_postman_id": "a626f2ba-c182-4144-93e3-3338c24c18c8", "description": "Retrieve a list of connections.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "connection", "item": [ { "id": "d8b0e7fa-29ce-4bae-acff-70b5dacdaaa2", "name": "Connection_ListByAutomationAccount", "request": { "url": { "protocol": "http", "host": "management.azure.com", "path": [ "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Automation/automationAccounts/:automationAccountName/connections" ], "query": [ { "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 a list of connections" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "5c0dc675-9acf-485d-af6b-eb23334c2562" } ] } ] } ] }