{ "info": { "_postman_id": "ecd3749d-ff03-4356-b309-87eff290bd84", "name": "Turbonomic REST Actions Topology API", "description": "The IBM Turbonomic REST API provides programmatic access to the Turbonomic Application Resource Management (ARM) platform. It enables automation of resource optimization actions, querying of entities (VMs, containers, applications, storage), management of markets and policies, retrieval of statistics and analytics, group management, template administration, and topology exploration across hybrid cloud environments.\n\nContact Support:\n Name: IBM Turbonomic Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:20:55.000Z", "updatedAt": "2026-07-28T03:20:55.000Z", "lastUpdatedBy": "35240", "uid": "35240-ecd3749d-ff03-4356-b309-87eff290bd84" }, "item": [ { "name": "topology", "item": [ { "name": "Get Topology Definitions", "id": "f7741107-a535-4c84-a697-f3cf4786a28d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/topology", "host": [ "{{baseUrl}}" ], "path": [ "topology" ] }, "description": "Retrieve topology definitions describing infrastructure relationships and supply chains." }, "response": [ { "id": "efe4a84b-c431-4d70-8de0-174065edc195", "name": "Topology definitions", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/topology", "host": [ "{{baseUrl}}" ], "path": [ "topology" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"uuid\": \"\",\n \"displayName\": \"\",\n \"description\": \"\"\n },\n {\n \"uuid\": \"\",\n \"displayName\": \"\",\n \"description\": \"\"\n }\n]", "createdAt": "2026-07-28T03:20:55.000Z", "updatedAt": "2026-07-28T03:20:55.000Z", "uid": "35240-efe4a84b-c431-4d70-8de0-174065edc195" } ], "createdAt": "2026-07-28T03:20:55.000Z", "updatedAt": "2026-07-28T03:20:55.000Z", "uid": "35240-f7741107-a535-4c84-a697-f3cf4786a28d" } ], "id": "5581e729-ae3f-4942-bd1e-c863a7c010f4", "createdAt": "2026-07-28T03:20:55.000Z", "updatedAt": "2026-07-28T03:20:55.000Z", "uid": "35240-5581e729-ae3f-4942-bd1e-c863a7c010f4" } ], "variable": [ { "key": "turbonomic_host", "value": "turbonomic.example.com" }, { "key": "baseUrl", "value": "https://{{turbonomic_host}}/api/v3" } ] }