{ "info": { "name": "Azure Key Vault API Vaults List", "_postman_id": "e41f975e-3664-45af-892b-019d6e2a6fe3", "description": "The List operation gets information about the vaults associated with the subscription.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "vaults", "item": [ { "id": "8dd47da3-e9df-45d9-aa4e-524e97b9195b", "name": "Vaults_List", "request": { "url": { "protocol": "http", "host": "management.azure.com", "path": [ "subscriptions/:subscriptionId/resources" ], "query": [ { "key": "$filter", "value": "%7B%7D", "disabled": false }, { "key": "$top", "value": "%7B%7D", "disabled": false }, { "key": "api-version", "value": "%7B%7D", "disabled": false }, { "key": "No Name", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "subscriptionId", "value": "subscriptionId", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "The List operation gets information about the vaults associated with the subscription" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "b4bbffa7-f03d-4643-95d8-2874e70f811a" } ] } ] } ] }