{ "info": { "_postman_id": "bf33128b-d43e-4b4a-82cc-47c8dcc953ab", "name": "Snowflake Compute Pools API", "description": "The Snowflake Compute Pools API is a REST API that you can use to access, update, and perform common actions on Compute Pool resources.\n\nContact Support:\n Name: Snowflake, Inc.\n Email: support@snowflake.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "lastUpdatedBy": "35240", "uid": "35240-bf33128b-d43e-4b4a-82cc-47c8dcc953ab" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "compute-pools", "item": [ { "name": "{name}", "item": [ { "name": "Fetches a Compute Pool.", "id": "828556a8-8c30-474f-80fe-94d049b23908", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "id": "584b9b96-8551-40aa-af15-e9246b28ef90", "key": "name" } ] }, "description": "Fetches a named compute pool. You can get the name of the compute pool from the `/api/v2/compute-pools` GET request." }, "response": [ { "id": "1ebb8e65-7f8b-463e-85cf-78113b6f49c0", "name": "Successful request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Snowflake-Request-ID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Link", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-1ebb8e65-7f8b-463e-85cf-78113b6f49c0" }, { "id": "861eceec-c0f5-4556-98fd-19b83efb5818", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-861eceec-c0f5-4556-98fd-19b83efb5818" }, { "id": "41117558-8376-44ad-a2f6-9ff7988f6524", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-41117558-8376-44ad-a2f6-9ff7988f6524" }, { "id": "1a7af58d-3e02-4cfc-9de6-f236775b7f35", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-1a7af58d-3e02-4cfc-9de6-f236775b7f35" }, { "id": "7d130f0d-60be-4b68-95ba-c8107d1f04a2", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-7d130f0d-60be-4b68-95ba-c8107d1f04a2" }, { "id": "1bd81e26-80bd-4764-8259-4598aa73033b", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-1bd81e26-80bd-4764-8259-4598aa73033b" }, { "id": "86a519ea-33c1-4752-b41c-f14911049953", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-86a519ea-33c1-4752-b41c-f14911049953" }, { "id": "22a0100c-fcef-457e-9d2a-3f33da38815d", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-22a0100c-fcef-457e-9d2a-3f33da38815d" }, { "id": "296cb995-c772-4c6c-95a9-dfdef6ddf0f5", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-296cb995-c772-4c6c-95a9-dfdef6ddf0f5" }, { "id": "633b2d46-7d29-43d2-b006-5691bef40e0a", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-633b2d46-7d29-43d2-b006-5691bef40e0a" }, { "id": "59f2176f-cbdf-4d26-952d-8a8d10ac557b", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-59f2176f-cbdf-4d26-952d-8a8d10ac557b" } ], "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-828556a8-8c30-474f-80fe-94d049b23908" }, { "name": "Create a (or Alter an Existing) Compute Pool.", "id": "79795ee2-2b11-48ae-9e91-9879f9a4d603", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "id": "e6a6d454-480b-4f11-b242-589a99cbaa94", "key": "name" } ] }, "description": "Create a (or alter an existing) compute pool. Even if the operation is just an alter, the full property set must be provided." }, "response": [ { "id": "9d32a45b-8723-4ad8-a763-32a99aa61ae5", "name": "200 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-9d32a45b-8723-4ad8-a763-32a99aa61ae5" }, { "id": "dbb70454-580f-4be9-9d68-0c6b60833501", "name": "202 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-dbb70454-580f-4be9-9d68-0c6b60833501" }, { "id": "b462ffd3-84ee-4080-bf87-80ef973ae1f4", "name": "400 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-b462ffd3-84ee-4080-bf87-80ef973ae1f4" }, { "id": "e6794c59-fdc7-490b-8aad-90a26cba60f3", "name": "401 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-e6794c59-fdc7-490b-8aad-90a26cba60f3" }, { "id": "30956dd1-4a22-4dc5-8776-1e31d8d92986", "name": "403 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-30956dd1-4a22-4dc5-8776-1e31d8d92986" }, { "id": "58ccf746-d5aa-42f1-8022-ef2381151fc5", "name": "404 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-58ccf746-d5aa-42f1-8022-ef2381151fc5" }, { "id": "cb7ce686-8b12-4464-babd-9f5eec517835", "name": "405 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-cb7ce686-8b12-4464-babd-9f5eec517835" }, { "id": "49a137ad-e90e-43b4-bad3-8fd8c2b4e3aa", "name": "500 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-49a137ad-e90e-43b4-bad3-8fd8c2b4e3aa" }, { "id": "03673d8b-db60-4742-99a9-1aad79e8712b", "name": "503 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-03673d8b-db60-4742-99a9-1aad79e8712b" }, { "id": "afdb3176-f124-4f1a-9f25-92eae8b3a98d", "name": "504 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-afdb3176-f124-4f1a-9f25-92eae8b3a98d" } ], "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-79795ee2-2b11-48ae-9e91-9879f9a4d603" }, { "name": "Deletes a Compute Pool.", "id": "93f2f7d2-187e-410e-90cc-10adbcbbbd1b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "id": "efc91c57-956f-4a35-bb27-f80766f5fa6f", "key": "name" } ] }, "description": "Deletes a compute pool with the given name. If you enable the `ifExists` parameter, the operation succeeds even if the object does not exist. Otherwise, a 404 failure is returned if the object does not exist." }, "response": [ { "id": "a5ebf2b2-5b16-4edb-8352-eab8331638dd", "name": "200 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-a5ebf2b2-5b16-4edb-8352-eab8331638dd" }, { "id": "1aaf5958-8c5f-45fb-83d2-73514deb43e0", "name": "202 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-1aaf5958-8c5f-45fb-83d2-73514deb43e0" }, { "id": "0bb12724-88e8-4b49-9378-c53819fbcf1c", "name": "400 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-0bb12724-88e8-4b49-9378-c53819fbcf1c" }, { "id": "8a3a7801-2476-4191-9ad9-dd07103392ab", "name": "401 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-8a3a7801-2476-4191-9ad9-dd07103392ab" }, { "id": "66655552-5fae-4fee-b3ad-cfc643a6aaa3", "name": "403 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-66655552-5fae-4fee-b3ad-cfc643a6aaa3" }, { "id": "6ee36991-f374-4937-83b1-1eb2e5c3a81d", "name": "404 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-6ee36991-f374-4937-83b1-1eb2e5c3a81d" }, { "id": "1cea259c-2986-4544-8dbc-7b0421f6eba5", "name": "405 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-1cea259c-2986-4544-8dbc-7b0421f6eba5" }, { "id": "84538464-f7c6-42b1-b85b-ef8c699b1c4e", "name": "429 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-84538464-f7c6-42b1-b85b-ef8c699b1c4e" }, { "id": "98843b65-c6a3-4363-a82e-59214c64cc0e", "name": "500 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-98843b65-c6a3-4363-a82e-59214c64cc0e" }, { "id": "260000db-a3a9-4fb5-b2fc-1174f1975940", "name": "503 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-260000db-a3a9-4fb5-b2fc-1174f1975940" }, { "id": "14abd775-dfa3-402a-a37d-6cab4f5792dd", "name": "504 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-14abd775-dfa3-402a-a37d-6cab4f5792dd" } ], "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-93f2f7d2-187e-410e-90cc-10adbcbbbd1b" } ], "id": "765f92c9-5ba4-4219-8f5d-a2e0fd037d9a", "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-765f92c9-5ba4-4219-8f5d-a2e0fd037d9a" }, { "name": "{name}:resume", "item": [ { "name": "Resumes a Suspended Compute Pool.", "id": "b5ae4485-4a5b-4ff2-a8f8-4d49dfe014a3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] }, "description": "Resume a compute pool, if suspended. If the specified compute pool is already running, this will cause a 400 Bad Request error." }, "response": [ { "id": "eb08c277-620e-4f1b-9bbd-4dd7cbc89507", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-eb08c277-620e-4f1b-9bbd-4dd7cbc89507" }, { "id": "bbe073e4-618f-4b95-9384-8c813fcb3393", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-bbe073e4-618f-4b95-9384-8c813fcb3393" }, { "id": "a1beb22e-b91f-4900-881e-c44e62dbceed", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-a1beb22e-b91f-4900-881e-c44e62dbceed" }, { "id": "a39b3da8-1bfb-4eaf-b838-07bc86f21908", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-a39b3da8-1bfb-4eaf-b838-07bc86f21908" }, { "id": "c0021618-288a-49db-85d5-24f7dbfbefa8", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-c0021618-288a-49db-85d5-24f7dbfbefa8" }, { "id": "f4024bfc-89cb-41fc-a985-2885338d797e", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-f4024bfc-89cb-41fc-a985-2885338d797e" }, { "id": "e4514f39-2d81-485e-8dce-b34f3e2edd0d", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-e4514f39-2d81-485e-8dce-b34f3e2edd0d" }, { "id": "3aa4024c-1734-40db-a6db-072244b5ec11", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-3aa4024c-1734-40db-a6db-072244b5ec11" }, { "id": "c86100ec-0d9c-46d2-bb2f-863a0266fe4d", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-c86100ec-0d9c-46d2-bb2f-863a0266fe4d" }, { "id": "74209ecd-c17a-445e-b924-251064e17b09", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-74209ecd-c17a-445e-b924-251064e17b09" }, { "id": "14682b14-55d0-4a45-8bfc-bdfcbb0199fd", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:resume" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-14682b14-55d0-4a45-8bfc-bdfcbb0199fd" } ], "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-b5ae4485-4a5b-4ff2-a8f8-4d49dfe014a3" } ], "id": "1d853398-8058-4748-a67d-3a37ee7c8d66", "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-1d853398-8058-4748-a67d-3a37ee7c8d66" }, { "name": "{name}:suspend", "item": [ { "name": "Suspends an Active Compute Pool.", "id": "152cba3c-b4d5-478d-b424-62146e1bb21d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] }, "description": "Suspend a compute pool, if active. If the specified compute pool is already suspended, no action is taken." }, "response": [ { "id": "0fcb6d2f-5843-4a2c-8304-6831164b1458", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-0fcb6d2f-5843-4a2c-8304-6831164b1458" }, { "id": "ff0730af-81bd-4def-8742-63042e35045c", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-ff0730af-81bd-4def-8742-63042e35045c" }, { "id": "4d466767-07b7-4d88-9455-153540b3ce4d", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-4d466767-07b7-4d88-9455-153540b3ce4d" }, { "id": "91d287f6-7dce-411e-bdcf-885f210cfb3b", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-91d287f6-7dce-411e-bdcf-885f210cfb3b" }, { "id": "eeae710d-4ac4-45d0-a92d-886be6c858f4", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-eeae710d-4ac4-45d0-a92d-886be6c858f4" }, { "id": "cf5f8412-6a51-4f3a-b931-4644b14e9d81", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-cf5f8412-6a51-4f3a-b931-4644b14e9d81" }, { "id": "a92839ca-9f94-4a69-94d8-923c24cdc673", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-a92839ca-9f94-4a69-94d8-923c24cdc673" }, { "id": "37cfb87f-dc9d-4d54-b586-c4cf65383309", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-37cfb87f-dc9d-4d54-b586-c4cf65383309" }, { "id": "d74054dc-53dc-44a5-a619-ef6fb8ef774a", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-d74054dc-53dc-44a5-a619-ef6fb8ef774a" }, { "id": "0d33976e-4be1-4860-8ce4-a9d61b8ecb21", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-0d33976e-4be1-4860-8ce4-a9d61b8ecb21" }, { "id": "8b83e584-3669-4857-b916-3b0dc86aa39c", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:suspend" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-8b83e584-3669-4857-b916-3b0dc86aa39c" } ], "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-152cba3c-b4d5-478d-b424-62146e1bb21d" } ], "id": "e3516515-00ba-4017-aaa1-f016b7c62af1", "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-e3516515-00ba-4017-aaa1-f016b7c62af1" }, { "name": "{name}:stopallservices", "item": [ { "name": "Stops All Services on the Compute Pool.", "id": "17a0ee69-d71a-48fe-82b3-2ef59084d0d0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] }, "description": "Stops all services in the compute pool. Deprecated - use :stop-all-services instead." }, "response": [ { "id": "c459a715-0ebc-4fb2-97f7-cc68fe2ce757", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-c459a715-0ebc-4fb2-97f7-cc68fe2ce757" }, { "id": "f8e75450-f29c-4fc8-8e5d-b3d7acd6b5a7", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-f8e75450-f29c-4fc8-8e5d-b3d7acd6b5a7" }, { "id": "48edf52f-0d1a-43b0-8396-9bb63fdec69c", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-48edf52f-0d1a-43b0-8396-9bb63fdec69c" }, { "id": "8a5d5b9f-9d47-4fa4-8ff0-ec4f97a6af2e", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-8a5d5b9f-9d47-4fa4-8ff0-ec4f97a6af2e" }, { "id": "d08dae6f-99f5-4407-bec5-35ab41bd4f27", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-d08dae6f-99f5-4407-bec5-35ab41bd4f27" }, { "id": "5761ca9c-7583-4071-88b0-bb6c31a91c51", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-5761ca9c-7583-4071-88b0-bb6c31a91c51" }, { "id": "ee4623ac-7388-4d01-99b2-2f7febf6b453", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-ee4623ac-7388-4d01-99b2-2f7febf6b453" }, { "id": "05f38542-bcba-4577-aa1f-50c287dbbd7e", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-05f38542-bcba-4577-aa1f-50c287dbbd7e" }, { "id": "a2a44153-053a-476b-9a52-0988953cee01", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-a2a44153-053a-476b-9a52-0988953cee01" }, { "id": "2344991a-7667-4bba-89e8-5ce3f2e0d6f4", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-2344991a-7667-4bba-89e8-5ce3f2e0d6f4" }, { "id": "5c65fbed-b9b2-406f-a53f-776e7d20586c", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stopallservices", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stopallservices" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-5c65fbed-b9b2-406f-a53f-776e7d20586c" } ], "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-17a0ee69-d71a-48fe-82b3-2ef59084d0d0" } ], "id": "eed99cbb-8bc0-41d2-a291-f334675b1c2e", "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-eed99cbb-8bc0-41d2-a291-f334675b1c2e" }, { "name": "{name}:stop-all-services", "item": [ { "name": "Stops All Services on the Compute Pool.", "id": "1a0c6a8c-4e11-40e4-81e6-4d0fc42956eb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] }, "description": "Stops all services in the compute pool." }, "response": [ { "id": "816cd708-8211-45a0-8a3f-a7521cf73bc7", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-816cd708-8211-45a0-8a3f-a7521cf73bc7" }, { "id": "e3bbf635-6c6c-4271-aadb-631ccb241b0d", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-e3bbf635-6c6c-4271-aadb-631ccb241b0d" }, { "id": "39bb4aeb-7433-4f11-b87d-37d657165707", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-39bb4aeb-7433-4f11-b87d-37d657165707" }, { "id": "d4edc060-c814-4e2f-b374-46cef854298d", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-d4edc060-c814-4e2f-b374-46cef854298d" }, { "id": "4ac4d45f-a5eb-4d3c-99f5-cea978b37076", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-4ac4d45f-a5eb-4d3c-99f5-cea978b37076" }, { "id": "fdb5bb21-77df-47ec-9a79-0ba9b829c032", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-fdb5bb21-77df-47ec-9a79-0ba9b829c032" }, { "id": "15a944e9-b728-4220-81ba-8e5ec4d7562e", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-15a944e9-b728-4220-81ba-8e5ec4d7562e" }, { "id": "03ffda3e-b697-4883-9f03-a0b9ef4b8787", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-03ffda3e-b697-4883-9f03-a0b9ef4b8787" }, { "id": "4769550d-64ff-4303-ad7c-1f364380930c", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-4769550d-64ff-4303-ad7c-1f364380930c" }, { "id": "60ae7566-0cf6-40cd-a126-d2cfb08eddac", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-60ae7566-0cf6-40cd-a126-d2cfb08eddac" }, { "id": "6a87d645-b2ce-4dd9-bf7d-60fcf86eeb0e", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools/{{name}}:stop-all-services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools", "{{name}}:stop-all-services" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-6a87d645-b2ce-4dd9-bf7d-60fcf86eeb0e" } ], "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-1a0c6a8c-4e11-40e4-81e6-4d0fc42956eb" } ], "id": "ed8257b3-29ae-42d5-821f-cbcd940d0fc1", "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-ed8257b3-29ae-42d5-821f-cbcd940d0fc1" }, { "name": "Lists Compute Pools.", "id": "7fe26dbc-b1b1-42a9-b5a9-2c1851faa201", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] }, "description": "Lists the compute pools under the account." }, "response": [ { "id": "82e63006-6fd4-4f38-892b-99d18b769470", "name": "Successful request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Snowflake-Request-ID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Link", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"STARTING\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n },\n {\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"STARTING\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-82e63006-6fd4-4f38-892b-99d18b769470" }, { "id": "408dc5c4-6344-45ae-acb2-f14c43797d9a", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-408dc5c4-6344-45ae-acb2-f14c43797d9a" }, { "id": "da62847d-0c21-4543-b048-29f8970c7812", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-da62847d-0c21-4543-b048-29f8970c7812" }, { "id": "b865ffea-4a02-4d3f-b9f1-a8325fbe16ae", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-b865ffea-4a02-4d3f-b9f1-a8325fbe16ae" }, { "id": "099f5b44-d243-4331-9837-6ac046df64c4", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-099f5b44-d243-4331-9837-6ac046df64c4" }, { "id": "5c74e36b-8fbb-4186-a1bc-8dfcf11a18d2", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-5c74e36b-8fbb-4186-a1bc-8dfcf11a18d2" }, { "id": "3c4128aa-08a6-4ced-9921-f5645b1c532b", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-3c4128aa-08a6-4ced-9921-f5645b1c532b" }, { "id": "7b9bf376-a08f-4ef6-994c-7608625e8baf", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-7b9bf376-a08f-4ef6-994c-7608625e8baf" }, { "id": "10abb66d-2e42-4f92-8336-d468d9781ec1", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-10abb66d-2e42-4f92-8336-d468d9781ec1" }, { "id": "51ceff02-9963-4953-8017-0e052509303e", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-51ceff02-9963-4953-8017-0e052509303e" }, { "id": "2074fb8f-13ac-4a11-ba4b-c9df46d59538", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/compute-pools", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-2074fb8f-13ac-4a11-ba4b-c9df46d59538" } ], "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-7fe26dbc-b1b1-42a9-b5a9-2c1851faa201" }, { "name": "Creates a Compute Pool.", "id": "abe4d29b-9a1a-4d57-aa6d-15d74ef6bbe7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] }, "description": "Creates a compute pool, with standard create modifiers as query parameters. See the Compute Pool component definition for what is required to be provided in the request body." }, "response": [ { "id": "539cdc73-2d43-4429-957d-d6e2dc327fda", "name": "200 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-539cdc73-2d43-4429-957d-d6e2dc327fda" }, { "id": "6a7a69f8-5fc7-4902-b5f8-3e614b609221", "name": "202 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-6a7a69f8-5fc7-4902-b5f8-3e614b609221" }, { "id": "87341af4-dd0d-4b0a-81f5-88b9797fd8b4", "name": "400 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-87341af4-dd0d-4b0a-81f5-88b9797fd8b4" }, { "id": "41e3a55d-7b3b-467f-97c9-2fcf5360faa4", "name": "401 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-41e3a55d-7b3b-467f-97c9-2fcf5360faa4" }, { "id": "683f0640-bdb4-4f0a-8b56-90f24356926e", "name": "403 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-683f0640-bdb4-4f0a-8b56-90f24356926e" }, { "id": "44ab93e2-8acb-44c6-8b4d-8c4a6914e867", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-44ab93e2-8acb-44c6-8b4d-8c4a6914e867" }, { "id": "a9ba015e-7f91-4f87-be24-2bae5d37eaa1", "name": "405 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-a9ba015e-7f91-4f87-be24-2bae5d37eaa1" }, { "id": "ee37cdde-25bd-42e0-9c4e-da27ab7a1003", "name": "408 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-ee37cdde-25bd-42e0-9c4e-da27ab7a1003" }, { "id": "dcf92c49-ab71-43d5-bd56-d875284150d1", "name": "409 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-dcf92c49-ab71-43d5-bd56-d875284150d1" }, { "id": "570b6b93-8f56-4dd1-b327-c4b32f20bf25", "name": "429 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-570b6b93-8f56-4dd1-b327-c4b32f20bf25" }, { "id": "b4f25fce-16fc-4e0f-b418-fbda1e773a55", "name": "500 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-b4f25fce-16fc-4e0f-b418-fbda1e773a55" }, { "id": "b7f3837a-d9e5-4c30-9e40-6736b2ee0d58", "name": "503 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-b7f3837a-d9e5-4c30-9e40-6736b2ee0d58" }, { "id": "5c93c0bc-49d9-4433-9781-d38538b1dff2", "name": "504 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"instance_family\": \"\",\n \"min_nodes\": \"\",\n \"max_nodes\": \"\",\n \"auto_resume\": \"\",\n \"comment\": \"\",\n \"state\": \"UNKNOWN\",\n \"num_services\": \"\",\n \"num_jobs\": \"\",\n \"auto_suspend_secs\": \"\",\n \"active_nodes\": \"\",\n \"idle_nodes\": \"\",\n \"target_nodes\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"is_exclusive\": \"\",\n \"application\": \"\",\n \"budget\": \"\",\n \"error_code\": \"\",\n \"status_message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/compute-pools?initiallySuspended=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "compute-pools" ], "query": [ { "description": "Specifies whether the compute pool is created initially in the suspended state.", "key": "initiallySuspended", "value": "" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:00.000Z", "updatedAt": "2026-06-05T13:20:00.000Z", "uid": "35240-5c93c0bc-49d9-4433-9781-d38538b1dff2" } ], "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-abe4d29b-9a1a-4d57-aa6d-15d74ef6bbe7" } ], "id": "e456b4de-dde8-42a4-a954-a62756e9f3c6", "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-e456b4de-dde8-42a4-a954-a62756e9f3c6" } ], "id": "9b414f41-8386-469b-9746-95cfda8b0131", "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-9b414f41-8386-469b-9746-95cfda8b0131" } ], "id": "a2de0afc-f2b8-4545-bc17-7b0e4925ae5f", "createdAt": "2026-06-05T13:19:59.000Z", "updatedAt": "2026-06-05T13:19:59.000Z", "uid": "35240-a2de0afc-f2b8-4545-bc17-7b0e4925ae5f" } ], "variable": [ { "key": "baseUrl", "value": "https://org-account.snowflakecomputing.com" } ] }