{ "info": { "name": "Azure DevTest Labs API Artifact Sources List", "_postman_id": "3995a492-4540-4306-af1b-36b9fc9bab43", "description": "List artifact sources in a given lab.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "artifact sources", "item": [ { "id": "d34dc61b-db40-430b-b4f1-706cfcd0e2b1", "name": "ArtifactSources_List", "request": { "url": { "protocol": "http", "host": "management.azure.com", "path": [ "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/artifactsources" ], "query": [ { "key": "$expand", "value": "%7B%7D", "disabled": false }, { "key": "$filter", "value": "%7B%7D", "disabled": false }, { "key": "$orderby", "value": "%7B%7D", "disabled": false }, { "key": "$top", "value": "%7B%7D", "disabled": false }, { "key": "No Name", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "labName", "value": "{}", "type": "string" }, { "id": "subscriptionId", "value": "subscriptionId", "type": "string" }, { "id": "resourceGroupName", "value": "resourceGroupName", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "List artifact sources in a given lab" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "6ec98a0a-d727-47ff-a79c-90c2637bea16" } ] } ] } ] }