{ "info": { "name": "Compute Engine", "_postman_id": "42e64e07-e1d5-4861-a4d5-e3a14de439a3", "description": "Creates and runs virtual machines on Google Cloud Platform.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "disk", "item": [ { "id": "1102ff8d-8e19-461f-b180-0e3f91e75e09", "name": "compute.disks.aggregatedList", "request": { "url": { "protocol": "http", "host": "www.googleapis.com", "path": [ "compute", "v1", "projects", ":project/aggregated/disks" ], "query": [ { "key": "filter", "value": "%7B%7D", "disabled": false }, { "key": "maxResults", "value": "%7B%7D", "disabled": false }, { "key": "orderBy", "value": "%7B%7D", "disabled": false }, { "key": "pageToken", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "project", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Retrieves an aggregated list of persistent disks" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "a618789d-3152-41a2-9b01-dcc68beb8f41" } ] } ] } ] }