{ "info": { "_postman_id": "4d58e7ea-3214-49d6-8730-c0cdbd0fbb2f", "name": "Turbonomic REST Actions Markets 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:50.000Z", "updatedAt": "2026-07-28T03:20:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-4d58e7ea-3214-49d6-8730-c0cdbd0fbb2f" }, "item": [ { "name": "markets", "item": [ { "name": "{uuid}", "item": [ { "name": "actions", "item": [ { "name": "stats", "item": [ { "name": "Get Market Action Statistics", "id": "cfb768cb-2861-4920-ab24-063e6042c286", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"actionModeList\": [\n \"\",\n \"\"\n ],\n \"actionTypeList\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/markets/:uuid/actions/stats", "host": [ "{{baseUrl}}" ], "path": [ "markets", ":uuid", "actions", "stats" ], "variable": [ { "id": "cc7ecd03-4e88-4c5f-b703-51c8643ae9e6", "key": "uuid", "value": "", "description": "(Required) Market UUID" } ] }, "description": "Retrieve aggregate statistics for actions in a market filtered by criteria." }, "response": [ { "id": "066b86df-c414-4d48-9e8e-23e0795564a9", "name": "Action statistics", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"actionModeList\": [\n \"\",\n \"\"\n ],\n \"actionTypeList\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/markets/:uuid/actions/stats", "host": [ "{{baseUrl}}" ], "path": [ "markets", ":uuid", "actions", "stats" ], "variable": [ { "key": "uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"date\": \"\",\n \"statistics\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"units\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"units\": \"\"\n }\n ]\n },\n {\n \"date\": \"\",\n \"statistics\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"units\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"units\": \"\"\n }\n ]\n }\n]", "createdAt": "2026-07-28T03:20:51.000Z", "updatedAt": "2026-07-28T03:20:51.000Z", "uid": "35240-066b86df-c414-4d48-9e8e-23e0795564a9" } ], "createdAt": "2026-07-28T03:20:51.000Z", "updatedAt": "2026-07-28T03:20:51.000Z", "uid": "35240-cfb768cb-2861-4920-ab24-063e6042c286" } ], "id": "9c1f557a-f7d4-4b2f-ae31-8de60fa71a3e", "createdAt": "2026-07-28T03:20:51.000Z", "updatedAt": "2026-07-28T03:20:51.000Z", "uid": "35240-9c1f557a-f7d4-4b2f-ae31-8de60fa71a3e" }, { "name": "Get Market Actions", "id": "c37155a7-5b41-4b0f-86be-0f3ba7e65847", "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}}/markets/:uuid/actions?ascending=false", "host": [ "{{baseUrl}}" ], "path": [ "markets", ":uuid", "actions" ], "query": [ { "description": "Sort order for results", "key": "ascending", "value": "false" } ], "variable": [ { "id": "f9366478-67e3-4a29-872d-1cbd145be079", "key": "uuid", "value": "", "description": "(Required) Market UUID (use 'Market' for the realtime market)" } ] }, "description": "Retrieve all pending optimization actions for a market. By default, queries the realtime market (Market) for all pending actions." }, "response": [ { "id": "5e6c2e97-e56a-49ca-931f-c1d6b06fe9db", "name": "List of actions in the market", "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}}/markets/:uuid/actions?ascending=false", "host": [ "{{baseUrl}}" ], "path": [ "markets", ":uuid", "actions" ], "query": [ { "description": "Sort order for results", "key": "ascending", "value": "false" } ], "variable": [ { "key": "uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"uuid\": \"\",\n \"actionType\": \"\",\n \"actionMode\": \"\",\n \"details\": \"\",\n \"importance\": \"\",\n \"severity\": \"\",\n \"state\": \"\",\n \"createTime\": \"\",\n \"target\": {\n \"uuid\": \"\",\n \"displayName\": \"\",\n \"className\": \"\"\n },\n \"newEntity\": {\n \"uuid\": \"\",\n \"displayName\": \"\",\n \"className\": \"\"\n },\n \"currentEntity\": {\n \"uuid\": \"\",\n \"displayName\": \"\",\n \"className\": \"\"\n },\n \"risk\": {}\n },\n {\n \"uuid\": \"\",\n \"actionType\": \"\",\n \"actionMode\": \"\",\n \"details\": \"\",\n \"importance\": \"\",\n \"severity\": \"\",\n \"state\": \"\",\n \"createTime\": \"\",\n \"target\": {\n \"uuid\": \"\",\n \"displayName\": \"\",\n \"className\": \"\"\n },\n \"newEntity\": {\n \"uuid\": \"\",\n \"displayName\": \"\",\n \"className\": \"\"\n },\n \"currentEntity\": {\n \"uuid\": \"\",\n \"displayName\": \"\",\n \"className\": \"\"\n },\n \"risk\": {}\n }\n]", "createdAt": "2026-07-28T03:20:51.000Z", "updatedAt": "2026-07-28T03:20:51.000Z", "uid": "35240-5e6c2e97-e56a-49ca-931f-c1d6b06fe9db" } ], "createdAt": "2026-07-28T03:20:51.000Z", "updatedAt": "2026-07-28T03:20:51.000Z", "uid": "35240-c37155a7-5b41-4b0f-86be-0f3ba7e65847" } ], "id": "514d402f-8be3-47b8-a04f-177dd17b2c73", "createdAt": "2026-07-28T03:20:51.000Z", "updatedAt": "2026-07-28T03:20:51.000Z", "uid": "35240-514d402f-8be3-47b8-a04f-177dd17b2c73" } ], "id": "401c2249-0fa6-419a-932f-9ef3658ef807", "createdAt": "2026-07-28T03:20:51.000Z", "updatedAt": "2026-07-28T03:20:51.000Z", "uid": "35240-401c2249-0fa6-419a-932f-9ef3658ef807" }, { "name": "Get All Markets", "id": "b295d593-cbfd-4dc3-8cc1-5bd98fedc1eb", "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}}/markets", "host": [ "{{baseUrl}}" ], "path": [ "markets" ] }, "description": "Retrieve all Turbonomic markets. Markets represent simulation scenarios used to project the state of the environment and evaluate optimization actions." }, "response": [ { "id": "bc2267b9-113f-492f-a551-9dc690df40e4", "name": "List of markets", "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}}/markets", "host": [ "{{baseUrl}}" ], "path": [ "markets" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"uuid\": \"\",\n \"displayName\": \"\",\n \"state\": \"\",\n \"type\": \"\"\n },\n {\n \"uuid\": \"\",\n \"displayName\": \"\",\n \"state\": \"\",\n \"type\": \"\"\n }\n]", "createdAt": "2026-07-28T03:20:51.000Z", "updatedAt": "2026-07-28T03:20:51.000Z", "uid": "35240-bc2267b9-113f-492f-a551-9dc690df40e4" } ], "createdAt": "2026-07-28T03:20:51.000Z", "updatedAt": "2026-07-28T03:20:51.000Z", "uid": "35240-b295d593-cbfd-4dc3-8cc1-5bd98fedc1eb" } ], "id": "80939963-0eeb-4ad5-ab83-c64156b104bd", "createdAt": "2026-07-28T03:20:51.000Z", "updatedAt": "2026-07-28T03:20:51.000Z", "uid": "35240-80939963-0eeb-4ad5-ab83-c64156b104bd" } ], "variable": [ { "key": "turbonomic_host", "value": "turbonomic.example.com" }, { "key": "baseUrl", "value": "https://{{turbonomic_host}}/api/v3" } ] }