{ "info": { "_postman_id": "c276589f-90a4-45f0-94f5-14f498b0a579", "name": "Snowflake Warehouse API", "description": "The Snowflake Warehouse API is a REST API that you can use to access, customize and manage virtual warehouse in a Snowflake account.\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:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "lastUpdatedBy": "35240", "uid": "35240-c276589f-90a4-45f0-94f5-14f498b0a579" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "warehouses", "item": [ { "name": "{name}", "item": [ { "name": "Describe Warehouse", "id": "9bc50f26-cddc-4c7b-8a28-143448da5c8d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "id": "2da57fb8-d095-4168-8d2d-9ea5179bf61a", "key": "name" } ] }, "description": "Describes the warehouse, show information of the chosen warehouse. Equivalent to DESCRIBE WAREHOUSE in SQL." }, "response": [ { "id": "7f7e0b5b-247c-42c7-a07d-00db08955427", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-7f7e0b5b-247c-42c7-a07d-00db08955427" }, { "id": "f9180a1f-cf66-4db1-b8bc-d03f4e729c3f", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-f9180a1f-cf66-4db1-b8bc-d03f4e729c3f" }, { "id": "d3a9055e-3960-40ee-9909-b774736c0c08", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-d3a9055e-3960-40ee-9909-b774736c0c08" }, { "id": "f9045126-2c43-4654-b86e-8530ebbc9aa8", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-f9045126-2c43-4654-b86e-8530ebbc9aa8" }, { "id": "90b0190a-46ec-44b3-8407-fc6cc7452a86", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-90b0190a-46ec-44b3-8407-fc6cc7452a86" }, { "id": "f063ed5d-4875-45d7-8823-0904e7fff1a7", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-f063ed5d-4875-45d7-8823-0904e7fff1a7" }, { "id": "f07aff64-0715-4029-9237-a110b056d21e", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-f07aff64-0715-4029-9237-a110b056d21e" }, { "id": "8e5cd554-1b5a-4a14-8748-1e134068ebad", "name": "408 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-8e5cd554-1b5a-4a14-8748-1e134068ebad" }, { "id": "d20678cc-dff8-4243-95a7-10d50f77b519", "name": "409 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-d20678cc-dff8-4243-95a7-10d50f77b519" }, { "id": "ca96cd07-1d36-4149-9ba3-befa4fffc856", "name": "410 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-ca96cd07-1d36-4149-9ba3-befa4fffc856" }, { "id": "d0674a9b-4134-48f6-be50-6b19071049a2", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-d0674a9b-4134-48f6-be50-6b19071049a2" }, { "id": "9157957f-ded1-4004-9dfd-738eca597baa", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-9157957f-ded1-4004-9dfd-738eca597baa" }, { "id": "0652e5e0-7adf-4576-b9e4-36ce1974dcd9", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-0652e5e0-7adf-4576-b9e4-36ce1974dcd9" }, { "id": "f14c8d34-58ac-4df8-8467-fb5d38f9f3d4", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-f14c8d34-58ac-4df8-8467-fb5d38f9f3d4" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-9bc50f26-cddc-4c7b-8a28-143448da5c8d" }, { "name": "Drop Warehouse", "id": "5cf4e0d2-135d-4392-8e93-6d9f02cae240", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "id": "f11cced7-cc84-4deb-b696-4c2a1e27f981", "key": "name" } ] }, "description": "Removes the specified virtual warehouse from the system. Equivalent to DROP WAREHOUSE in SQL." }, "response": [ { "id": "2fe4be48-d746-4b89-bc58-9fa1a9684ab2", "name": "200 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-2fe4be48-d746-4b89-bc58-9fa1a9684ab2" }, { "id": "24cf7197-b875-4205-b0f4-eed4f6bd2106", "name": "202 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-24cf7197-b875-4205-b0f4-eed4f6bd2106" }, { "id": "9aca5621-598a-46c6-a1a7-dfa74bf80e75", "name": "400 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-9aca5621-598a-46c6-a1a7-dfa74bf80e75" }, { "id": "1e2f9065-74fb-4348-8056-406ed1507b46", "name": "401 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-1e2f9065-74fb-4348-8056-406ed1507b46" }, { "id": "87f6d6db-37c3-463d-9c4b-06f1e5481c7f", "name": "403 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-87f6d6db-37c3-463d-9c4b-06f1e5481c7f" }, { "id": "065b2ece-ab8a-4525-a347-aa1a567c0eb8", "name": "404 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-065b2ece-ab8a-4525-a347-aa1a567c0eb8" }, { "id": "5592902e-e4d6-41bc-954d-e77cd981105a", "name": "405 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-5592902e-e4d6-41bc-954d-e77cd981105a" }, { "id": "a99a7d33-86e1-42d9-b46b-5efa24ff9bd5", "name": "408 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a99a7d33-86e1-42d9-b46b-5efa24ff9bd5" }, { "id": "d1f1a3fb-3e48-438e-84cf-4496a603485a", "name": "409 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-d1f1a3fb-3e48-438e-84cf-4496a603485a" }, { "id": "ad4b7f12-923e-40b9-97c3-d7e5d388679b", "name": "410 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-ad4b7f12-923e-40b9-97c3-d7e5d388679b" }, { "id": "c5fb64a1-966f-4c04-9d87-3794e429070c", "name": "429 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-c5fb64a1-966f-4c04-9d87-3794e429070c" }, { "id": "3a000c90-ed93-4384-9223-002122198197", "name": "500 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-3a000c90-ed93-4384-9223-002122198197" }, { "id": "bbf9d274-a2d9-40eb-a231-f5b9c12904de", "name": "503 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-bbf9d274-a2d9-40eb-a231-f5b9c12904de" }, { "id": "74955cd1-f730-4278-a6ab-d9c63d6d31ec", "name": "504 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-74955cd1-f730-4278-a6ab-d9c63d6d31ec" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-5cf4e0d2-135d-4392-8e93-6d9f02cae240" }, { "name": "Create a (or Alter an Existing) Warehouse.", "id": "ea08d271-8a26-41f7-b51e-039f84f26c0c", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "id": "127fe3cd-c9bb-441c-90c1-e6c49fb6e3aa", "key": "name" } ] }, "description": "Create a (or alter an existing) warehouse. Even if the operation is just an alter, the full property set must be provided." }, "response": [ { "id": "4f7021d9-8c58-48ee-b133-589c64cc612a", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-4f7021d9-8c58-48ee-b133-589c64cc612a" }, { "id": "943c8a10-de83-499f-82f8-0d15585b2f69", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-943c8a10-de83-499f-82f8-0d15585b2f69" }, { "id": "e37d5b27-aaad-42ee-94b9-d208de8b74bf", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-e37d5b27-aaad-42ee-94b9-d208de8b74bf" }, { "id": "8a5ae900-10d2-4262-9ee7-c97968b9d2cf", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-8a5ae900-10d2-4262-9ee7-c97968b9d2cf" }, { "id": "99b5fd04-00ba-4e2d-a01a-a93b2731792b", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-99b5fd04-00ba-4e2d-a01a-a93b2731792b" }, { "id": "33dbd3bc-8578-42f6-ad4c-91554459229c", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-33dbd3bc-8578-42f6-ad4c-91554459229c" }, { "id": "db059be5-3860-4b4a-b311-d756e758e0f5", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-db059be5-3860-4b4a-b311-d756e758e0f5" }, { "id": "59ce5cf7-a5ee-4f04-ae5d-0cedd5d501de", "name": "408 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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-59ce5cf7-a5ee-4f04-ae5d-0cedd5d501de" }, { "id": "9afdeca4-07da-4545-ad0f-9aa896327735", "name": "409 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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-9afdeca4-07da-4545-ad0f-9aa896327735" }, { "id": "054734b0-be54-4c08-a442-3fe4987c838c", "name": "410 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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-054734b0-be54-4c08-a442-3fe4987c838c" }, { "id": "89c38e25-0ff8-43cc-a912-888adfe5ad4b", "name": "429 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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-89c38e25-0ff8-43cc-a912-888adfe5ad4b" }, { "id": "f0ca90b8-90b9-4b0a-acd1-f40fc5f6276b", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-f0ca90b8-90b9-4b0a-acd1-f40fc5f6276b" }, { "id": "dcd6f136-7801-407f-90a2-11487d5e6190", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-dcd6f136-7801-407f-90a2-11487d5e6190" }, { "id": "a611d078-537f-4d99-8fd0-2ed3d07e9f92", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", ":name" ], "variable": [ { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a611d078-537f-4d99-8fd0-2ed3d07e9f92" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-ea08d271-8a26-41f7-b51e-039f84f26c0c" } ], "id": "54ffd00b-47ab-44db-a2fa-4f9346d5e60f", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-54ffd00b-47ab-44db-a2fa-4f9346d5e60f" }, { "name": "{name}:resume", "item": [ { "name": "Resume Warehouse", "id": "a6d8d649-5e4d-4c2b-a17c-47ba751e4d9a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] }, "description": "Bring current warehouse to a usable \u2018Running\u2019 state by provisioning compute resources if current warehouse is suspended." }, "response": [ { "id": "8e931b0c-b45d-4e5d-8182-5858a369e4e7", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-8e931b0c-b45d-4e5d-8182-5858a369e4e7" }, { "id": "102330f9-d5a2-4adb-8de8-108a33a89693", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-102330f9-d5a2-4adb-8de8-108a33a89693" }, { "id": "6bd2e798-a4b5-44ef-92bc-669c849300be", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-6bd2e798-a4b5-44ef-92bc-669c849300be" }, { "id": "324f588d-dcb8-454d-8a7a-fbe22a333b75", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-324f588d-dcb8-454d-8a7a-fbe22a333b75" }, { "id": "77e7a3fe-7250-4949-96bc-daba74a3242d", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-77e7a3fe-7250-4949-96bc-daba74a3242d" }, { "id": "5b553828-aba4-4c76-b1b0-58bb3339acdd", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-5b553828-aba4-4c76-b1b0-58bb3339acdd" }, { "id": "0e77ff2c-d532-4807-a781-6603da7924a1", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-0e77ff2c-d532-4807-a781-6603da7924a1" }, { "id": "592ff1ea-d5f3-47f9-8097-8db2cb00f3a5", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-592ff1ea-d5f3-47f9-8097-8db2cb00f3a5" }, { "id": "a3d03a8f-1d10-4215-98c3-04b176afc083", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a3d03a8f-1d10-4215-98c3-04b176afc083" }, { "id": "6e86bc6a-ca45-48ca-920f-406e1c371573", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-6e86bc6a-ca45-48ca-920f-406e1c371573" }, { "id": "448c3635-de89-4e21-a542-382d75e8ab87", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-448c3635-de89-4e21-a542-382d75e8ab87" }, { "id": "6472e843-e686-464c-8c2e-dfb770ae175f", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-6472e843-e686-464c-8c2e-dfb770ae175f" }, { "id": "103f9326-579e-4528-94ae-ecffc6b19047", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-103f9326-579e-4528-94ae-ecffc6b19047" }, { "id": "30c0864c-e517-43ec-8a68-e500fab298d0", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:resume" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-30c0864c-e517-43ec-8a68-e500fab298d0" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a6d8d649-5e4d-4c2b-a17c-47ba751e4d9a" } ], "id": "52470ad5-0747-4ed2-a0a2-8b723764fd0f", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-52470ad5-0747-4ed2-a0a2-8b723764fd0f" }, { "name": "{name}:suspend", "item": [ { "name": "Suspend Warehouse", "id": "f3f349e5-1a85-45bd-bb16-c25a059abe2e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] }, "description": "Remove all compute nodes from a warehouse and put the warehouse into a \u2018Suspended\u2019 state if current warehouse is not suspended." }, "response": [ { "id": "06789ffc-8bda-4fa6-b3ea-c3985c4204ed", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-06789ffc-8bda-4fa6-b3ea-c3985c4204ed" }, { "id": "c4a81e96-3b81-473e-b8e7-89bfe67493c1", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-c4a81e96-3b81-473e-b8e7-89bfe67493c1" }, { "id": "27a6388e-2505-43fe-bea5-f8f164862815", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-27a6388e-2505-43fe-bea5-f8f164862815" }, { "id": "742db228-e87c-424d-b560-6ddaefdc7235", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-742db228-e87c-424d-b560-6ddaefdc7235" }, { "id": "fb5f1774-63a1-4d49-a54f-642d93575327", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-fb5f1774-63a1-4d49-a54f-642d93575327" }, { "id": "86282e46-6788-4fb5-ac47-f346d5753af4", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-86282e46-6788-4fb5-ac47-f346d5753af4" }, { "id": "2d45ea86-20e2-47ec-8585-bee8254465c4", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-2d45ea86-20e2-47ec-8585-bee8254465c4" }, { "id": "637b972f-452e-44e3-9b79-77763056e34f", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-637b972f-452e-44e3-9b79-77763056e34f" }, { "id": "05928fb8-a21f-44fd-870d-a7dc3ffa26c9", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-05928fb8-a21f-44fd-870d-a7dc3ffa26c9" }, { "id": "e524ce3f-3d78-4bd6-b93a-6309c3a83894", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-e524ce3f-3d78-4bd6-b93a-6309c3a83894" }, { "id": "6228404f-eb39-456b-af47-70349111573a", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-6228404f-eb39-456b-af47-70349111573a" }, { "id": "b9a3488f-2c01-4f9c-9300-d703e2ab3c83", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-b9a3488f-2c01-4f9c-9300-d703e2ab3c83" }, { "id": "0bd51941-f216-4cc9-8a8b-c48081446d65", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-0bd51941-f216-4cc9-8a8b-c48081446d65" }, { "id": "42aced6d-3894-4daf-9ce0-1156b2261ea6", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:suspend" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-42aced6d-3894-4daf-9ce0-1156b2261ea6" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-f3f349e5-1a85-45bd-bb16-c25a059abe2e" } ], "id": "aa1ba486-d5f8-40a1-a3b7-353e84cdca47", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-aa1ba486-d5f8-40a1-a3b7-353e84cdca47" }, { "name": "{name}:rename", "item": [ { "name": "Update and Rename Warehouse", "id": "88cf3aa3-0e76-429c-a194-64658f46ebd7", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] }, "description": "Specifies a new identifier for the warehouse; must be unique for current account." }, "response": [ { "id": "9e812472-8dcc-4864-ab01-600f988f358d", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-9e812472-8dcc-4864-ab01-600f988f358d" }, { "id": "d18bd35a-d3e4-4437-86c8-f9670a152f92", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-d18bd35a-d3e4-4437-86c8-f9670a152f92" }, { "id": "ca123b52-e010-405f-b300-8b0eb41bcf4d", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-ca123b52-e010-405f-b300-8b0eb41bcf4d" }, { "id": "2ab54c43-0c4b-47ed-9f1c-8bba7906bb34", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-2ab54c43-0c4b-47ed-9f1c-8bba7906bb34" }, { "id": "fd60786d-cad7-438c-a849-d77552e7fcf8", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-fd60786d-cad7-438c-a849-d77552e7fcf8" }, { "id": "d83f2caa-9977-4e92-beb9-e6abe65f69e3", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-d83f2caa-9977-4e92-beb9-e6abe65f69e3" }, { "id": "9c702921-78fc-40c4-ab54-f94c7d76dc0a", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-9c702921-78fc-40c4-ab54-f94c7d76dc0a" }, { "id": "cea11386-7412-48b3-b498-0a2f96c42ec2", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-cea11386-7412-48b3-b498-0a2f96c42ec2" }, { "id": "49cfcc5f-0528-42fa-8186-f0309a5a1f9b", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-49cfcc5f-0528-42fa-8186-f0309a5a1f9b" }, { "id": "2bcc4695-45c0-484c-9220-6c6e3eb9a9a8", "name": "410 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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-2bcc4695-45c0-484c-9220-6c6e3eb9a9a8" }, { "id": "55a458c5-5135-4fb6-825d-14df05d847c2", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-55a458c5-5135-4fb6-825d-14df05d847c2" }, { "id": "a0091d02-a656-40f2-92be-450f968c084d", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a0091d02-a656-40f2-92be-450f968c084d" }, { "id": "e6fb705b-e2d5-416d-86fa-e8a6eb349d8a", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-e6fb705b-e2d5-416d-86fa-e8a6eb349d8a" }, { "id": "5083cc11-f500-4ec2-9244-e844cb2e2919", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:rename", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:rename" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-5083cc11-f500-4ec2-9244-e844cb2e2919" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-88cf3aa3-0e76-429c-a194-64658f46ebd7" } ], "id": "60acb11d-21d8-43b4-92b8-c6163b663056", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-60acb11d-21d8-43b4-92b8-c6163b663056" }, { "name": "{name}:abort", "item": [ { "name": "Abort All Queries", "id": "1b8d55e5-f57f-4a96-b51e-0d970df33025", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] }, "description": "Aborts all the queries currently running or queued on the warehouse." }, "response": [ { "id": "b7278d82-e8f4-4d79-a7fa-14ba617ac3b3", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-b7278d82-e8f4-4d79-a7fa-14ba617ac3b3" }, { "id": "933ffd26-cf5f-4844-8f5d-24089df49072", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-933ffd26-cf5f-4844-8f5d-24089df49072" }, { "id": "4ea2222b-efab-4511-b84c-d4c6bfa78c62", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-4ea2222b-efab-4511-b84c-d4c6bfa78c62" }, { "id": "894e271f-c9f0-44e7-913d-8cb6117b62b5", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-894e271f-c9f0-44e7-913d-8cb6117b62b5" }, { "id": "3d12afa0-f59c-44a9-a8ef-69d625683b5f", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-3d12afa0-f59c-44a9-a8ef-69d625683b5f" }, { "id": "16deca7b-9e03-4a05-bd66-a867808d4abc", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-16deca7b-9e03-4a05-bd66-a867808d4abc" }, { "id": "6d612dbe-188b-41b5-bc66-23d753ce0b64", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-6d612dbe-188b-41b5-bc66-23d753ce0b64" }, { "id": "7f850eb3-c08f-44af-9bce-51361b734875", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-7f850eb3-c08f-44af-9bce-51361b734875" }, { "id": "8c506d14-5271-47f9-9ed5-2e236c663f67", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-8c506d14-5271-47f9-9ed5-2e236c663f67" }, { "id": "c849141e-6f8f-46d8-b095-38434bcb4d0d", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-c849141e-6f8f-46d8-b095-38434bcb4d0d" }, { "id": "46413a37-6fbf-4d2e-a543-e7f73b539b8c", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-46413a37-6fbf-4d2e-a543-e7f73b539b8c" }, { "id": "c6008ac5-e7a7-4019-aed1-66fed20a1a58", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-c6008ac5-e7a7-4019-aed1-66fed20a1a58" }, { "id": "1b778fdc-f86e-4d1c-b7f9-14e3b678c451", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-1b778fdc-f86e-4d1c-b7f9-14e3b678c451" }, { "id": "4eec5555-e547-4b51-8f91-30aa082d3e35", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:abort", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:abort" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-4eec5555-e547-4b51-8f91-30aa082d3e35" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-1b8d55e5-f57f-4a96-b51e-0d970df33025" } ], "id": "09ea8b08-2178-40cb-a342-98208780be97", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-09ea8b08-2178-40cb-a342-98208780be97" }, { "name": "{name}:use", "item": [ { "name": "Use Current Warehouse for Session", "id": "a18aac4c-f42f-4e5e-8192-47141ddb27bb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] }, "description": "[Deprecated] Specifies the active/current warehouse for the session." }, "response": [ { "id": "a03dbc98-dd61-4f4e-93ea-caf2701fe555", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a03dbc98-dd61-4f4e-93ea-caf2701fe555" }, { "id": "412b41ed-da5c-44d2-ac70-46d2338f8e10", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-412b41ed-da5c-44d2-ac70-46d2338f8e10" }, { "id": "8853023f-044e-43c2-aa1d-57bd4114ec4b", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-8853023f-044e-43c2-aa1d-57bd4114ec4b" }, { "id": "e8c37e26-1aff-4c75-9da7-550577feb431", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-e8c37e26-1aff-4c75-9da7-550577feb431" }, { "id": "865f9fb9-6bd7-4b83-a8ca-1de741aaafb4", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-865f9fb9-6bd7-4b83-a8ca-1de741aaafb4" }, { "id": "2c062c1f-ce7d-4326-bffa-d518972050fb", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-2c062c1f-ce7d-4326-bffa-d518972050fb" }, { "id": "b16c6594-5e47-4b98-85ff-36c6226c3122", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-b16c6594-5e47-4b98-85ff-36c6226c3122" }, { "id": "8f9e9576-85b3-46a4-90a5-ce863b5d3309", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-8f9e9576-85b3-46a4-90a5-ce863b5d3309" }, { "id": "5c62a9f1-ef60-449f-b38f-3778c7e44cfa", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-5c62a9f1-ef60-449f-b38f-3778c7e44cfa" }, { "id": "f7bc9034-fdce-49fd-a66a-8162b3802b0c", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-f7bc9034-fdce-49fd-a66a-8162b3802b0c" }, { "id": "040729df-77dc-4e72-a1f4-1bfaa881173e", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-040729df-77dc-4e72-a1f4-1bfaa881173e" }, { "id": "fa5fa7cc-8b55-4c76-ad54-54c07cd045c7", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-fa5fa7cc-8b55-4c76-ad54-54c07cd045c7" }, { "id": "093f4b79-5842-4576-97be-5c33a03f8397", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-093f4b79-5842-4576-97be-5c33a03f8397" }, { "id": "ed29c7be-72b6-4e74-8ffe-9c2b6e5e1141", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:use", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:use" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-ed29c7be-72b6-4e74-8ffe-9c2b6e5e1141" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a18aac4c-f42f-4e5e-8192-47141ddb27bb" } ], "id": "0c8de3f3-a14b-4cf2-81ea-8f7f3dfe06fa", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-0c8de3f3-a14b-4cf2-81ea-8f7f3dfe06fa" }, { "name": "{name}:enable", "item": [ { "name": "Enable Adaptive Warehouse", "id": "11f8abe4-9f0d-44c6-96a1-afc244787e73", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] }, "description": "Enable an adaptive warehouse and put the warehouse into a \u2018enabled\u2019 state, if the warehouse is not enabled." }, "response": [ { "id": "b4eeaa08-c7cc-46b1-87c3-70b3c353f584", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-b4eeaa08-c7cc-46b1-87c3-70b3c353f584" }, { "id": "909a9b11-739e-4b74-96d3-b278f9252d68", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-909a9b11-739e-4b74-96d3-b278f9252d68" }, { "id": "a8111380-1a00-497b-97c9-b7adafea9fe8", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a8111380-1a00-497b-97c9-b7adafea9fe8" }, { "id": "257aaba4-34b7-40f9-b0a7-9ef8af1e845f", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-257aaba4-34b7-40f9-b0a7-9ef8af1e845f" }, { "id": "91e2472a-0f71-4be5-a3ff-db42ada73760", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-91e2472a-0f71-4be5-a3ff-db42ada73760" }, { "id": "e468bb08-dd37-4daa-a892-a7b4ed9fdf8a", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-e468bb08-dd37-4daa-a892-a7b4ed9fdf8a" }, { "id": "090afa07-8c4f-4add-b50a-6d1770dc1734", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-090afa07-8c4f-4add-b50a-6d1770dc1734" }, { "id": "3c8d20d6-2b5a-4b25-a9f4-fe3bf1f2d0c4", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-3c8d20d6-2b5a-4b25-a9f4-fe3bf1f2d0c4" }, { "id": "589e05a9-3792-42d4-86b2-50395248a201", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-589e05a9-3792-42d4-86b2-50395248a201" }, { "id": "6c9d1dfa-7fa0-4e54-9912-d542ee61b3ac", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-6c9d1dfa-7fa0-4e54-9912-d542ee61b3ac" }, { "id": "337998ee-3e35-4eeb-b6af-38cef5831dd5", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-337998ee-3e35-4eeb-b6af-38cef5831dd5" }, { "id": "0a5c1d02-c01e-4c53-9f6d-b9e91926047f", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-0a5c1d02-c01e-4c53-9f6d-b9e91926047f" }, { "id": "2d142813-d8cf-491a-81f4-b21a171d907a", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-2d142813-d8cf-491a-81f4-b21a171d907a" }, { "id": "787553ea-35f2-4bbd-ae58-62884486cc97", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:enable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:enable" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-787553ea-35f2-4bbd-ae58-62884486cc97" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-11f8abe4-9f0d-44c6-96a1-afc244787e73" } ], "id": "27da3916-7a7d-4d93-96b4-14fcf5037567", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-27da3916-7a7d-4d93-96b4-14fcf5037567" }, { "name": "{name}:disable", "item": [ { "name": "Disable Adaptive Warehouse", "id": "ad759eea-424a-4698-abd4-1cf02495aaff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] }, "description": "Disable an adaptive warehouse and put the warehouse into a \u2018disabled\u2019 state, if the warehouse is not disabled." }, "response": [ { "id": "63f947fa-8262-46a7-9bf4-c690f441e543", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-63f947fa-8262-46a7-9bf4-c690f441e543" }, { "id": "be4bf76c-307f-437b-b1d9-fb229373b187", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-be4bf76c-307f-437b-b1d9-fb229373b187" }, { "id": "0871abfc-e9cb-4622-ae0a-a0ec6cb2cef4", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-0871abfc-e9cb-4622-ae0a-a0ec6cb2cef4" }, { "id": "eabd5f16-d453-467c-a964-9f467f3df842", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-eabd5f16-d453-467c-a964-9f467f3df842" }, { "id": "6d174b73-8d14-4029-ae59-243c5f4f824b", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-6d174b73-8d14-4029-ae59-243c5f4f824b" }, { "id": "1b20b3c1-9854-47d8-8b8a-dbdff9cc800f", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-1b20b3c1-9854-47d8-8b8a-dbdff9cc800f" }, { "id": "d655fc23-0b68-4149-9343-2a2f1d0d3679", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-d655fc23-0b68-4149-9343-2a2f1d0d3679" }, { "id": "e970642b-9176-4cf3-abe1-399f7f5c289d", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-e970642b-9176-4cf3-abe1-399f7f5c289d" }, { "id": "3bad6670-991a-4bc6-b7de-2a34029628be", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-3bad6670-991a-4bc6-b7de-2a34029628be" }, { "id": "88dc7503-dfa2-49bf-99c7-e50ace2bffb2", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-88dc7503-dfa2-49bf-99c7-e50ace2bffb2" }, { "id": "5d99be5d-3007-4a0a-acd5-12de14771256", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-5d99be5d-3007-4a0a-acd5-12de14771256" }, { "id": "3a52fdc5-3fc7-4c6d-8490-c80a96567484", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-3a52fdc5-3fc7-4c6d-8490-c80a96567484" }, { "id": "c10f8dae-5114-4c21-92d9-22ac54bb2d83", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-c10f8dae-5114-4c21-92d9-22ac54bb2d83" }, { "id": "93981160-b56b-4a3d-a9a7-a24373aa00ef", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses/{{name}}:disable", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses", "{{name}}:disable" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-93981160-b56b-4a3d-a9a7-a24373aa00ef" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-ad759eea-424a-4698-abd4-1cf02495aaff" } ], "id": "58b6bb1d-db2a-4651-a295-6a63db0cde76", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-58b6bb1d-db2a-4651-a295-6a63db0cde76" }, { "name": "Create or Replace Warehouse", "id": "a6dae86f-741c-4b11-a9c5-d83616945600", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] }, "description": "Create a virtual warehouse. Equivalent to CREATE WAREHOUSE in SQL." }, "response": [ { "id": "a9496be2-160f-4dd1-be60-2e1caa0255e2", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a9496be2-160f-4dd1-be60-2e1caa0255e2" }, { "id": "ec16591a-37e0-4924-8cc0-5852613c7e57", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-ec16591a-37e0-4924-8cc0-5852613c7e57" }, { "id": "d097e512-959c-4369-90af-c0a0350fa7a1", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-d097e512-959c-4369-90af-c0a0350fa7a1" }, { "id": "f39589b1-17ae-4941-a9b6-2d9974348503", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-f39589b1-17ae-4941-a9b6-2d9974348503" }, { "id": "a9a45906-be8b-4bd9-9a79-ee015438b527", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a9a45906-be8b-4bd9-9a79-ee015438b527" }, { "id": "c6ba4369-04d5-4361-a312-ad8e33660921", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-c6ba4369-04d5-4361-a312-ad8e33660921" }, { "id": "9f4d1176-2f87-414f-8e49-9698122fe902", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-9f4d1176-2f87-414f-8e49-9698122fe902" }, { "id": "a2c92de0-a4e5-4953-95bd-1589a7634d49", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a2c92de0-a4e5-4953-95bd-1589a7634d49" }, { "id": "cd7f138b-ce7c-4b67-9127-daa317894b6f", "name": "410 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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-cd7f138b-ce7c-4b67-9127-daa317894b6f" }, { "id": "259236ff-2797-4a04-96cb-adec60a68e6f", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-259236ff-2797-4a04-96cb-adec60a68e6f" }, { "id": "04408a8f-6f1a-4ef6-8385-628eee6c4dc2", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-04408a8f-6f1a-4ef6-8385-628eee6c4dc2" }, { "id": "1fec0984-fb4d-45b8-9988-07d530171b45", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-1fec0984-fb4d-45b8-9988-07d530171b45" }, { "id": "ab00c744-6898-4ec7-926e-1641b3a0a67e", "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"false\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-ab00c744-6898-4ec7-926e-1641b3a0a67e" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a6dae86f-741c-4b11-a9c5-d83616945600" }, { "name": "List Warehouse", "id": "c915758d-f874-429e-855c-16acd7cdd5f8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] }, "description": "Show a list of warehouse filtered by pattern. Equivalent to SHOW WAREHOUSE in SQL." }, "response": [ { "id": "38ac0004-ad73-40b9-9380-c6b4a70d6ccf", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "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 \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"true\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"true\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n },\n {\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"warehouse_type\": \"\",\n \"warehouse_size\": \"\",\n \"wait_for_completion\": \"true\",\n \"max_cluster_count\": \"\",\n \"min_cluster_count\": \"\",\n \"scaling_policy\": \"\",\n \"auto_suspend\": \"\",\n \"auto_resume\": \"true\",\n \"initially_suspended\": \"false\",\n \"resource_monitor\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"enable_query_acceleration\": \"false\",\n \"query_acceleration_max_scale_factor\": \"\",\n \"max_concurrency_level\": \"\",\n \"statement_queued_timeout_in_seconds\": \"\",\n \"statement_timeout_in_seconds\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"state\": \"\",\n \"started_clusters\": \"\",\n \"running\": \"\",\n \"queued\": \"\",\n \"is_default\": \"\",\n \"is_current\": \"\",\n \"available\": \"\",\n \"provisioning\": \"\",\n \"quiescing\": \"\",\n \"other\": \"\",\n \"created_on\": \"\",\n \"resumed_on\": \"\",\n \"updated_on\": \"\",\n \"owner\": \"\",\n \"budget\": \"\",\n \"kind\": \"\",\n \"owner_role_type\": \"\",\n \"warehouse_credit_limit\": \"\",\n \"target_statement_size\": \"\"\n }\n]", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-38ac0004-ad73-40b9-9380-c6b4a70d6ccf" }, { "id": "66aa62d9-3653-458d-a69f-b7265e078050", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-66aa62d9-3653-458d-a69f-b7265e078050" }, { "id": "5de98ded-b9b6-4685-a2ec-709574fb71d5", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-5de98ded-b9b6-4685-a2ec-709574fb71d5" }, { "id": "1d652dae-b5d5-4e78-aa9a-f561e12176ca", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-1d652dae-b5d5-4e78-aa9a-f561e12176ca" }, { "id": "59904922-b58c-464a-b615-a33a468eb133", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-59904922-b58c-464a-b615-a33a468eb133" }, { "id": "f385aa03-447e-4ccf-82bd-89acf7ec249b", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-f385aa03-447e-4ccf-82bd-89acf7ec249b" }, { "id": "a35b21ce-9828-4146-bf2c-a09fc3f1592e", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-a35b21ce-9828-4146-bf2c-a09fc3f1592e" }, { "id": "3a08d131-4bb5-4dc4-bf5c-3d41b4ba748a", "name": "408 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-3a08d131-4bb5-4dc4-bf5c-3d41b4ba748a" }, { "id": "b6472074-c08f-48ba-a088-d916307a66b2", "name": "409 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-b6472074-c08f-48ba-a088-d916307a66b2" }, { "id": "e2b55f22-9d86-412b-9de3-27c3c69cb9fb", "name": "410 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-e2b55f22-9d86-412b-9de3-27c3c69cb9fb" }, { "id": "370f1fb0-71b4-4c92-baa6-a5a1f51a9449", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-370f1fb0-71b4-4c92-baa6-a5a1f51a9449" }, { "id": "91944367-9e89-42e8-9bed-df70371ff3d0", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-91944367-9e89-42e8-9bed-df70371ff3d0" }, { "id": "db021ec8-f928-42b4-89af-2593e45cef37", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-db021ec8-f928-42b4-89af-2593e45cef37" }, { "id": "41ad51bf-ac13-4b2b-a6e6-e8eac0926ac9", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/warehouses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "warehouses" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-41ad51bf-ac13-4b2b-a6e6-e8eac0926ac9" } ], "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-c915758d-f874-429e-855c-16acd7cdd5f8" } ], "id": "65161857-9ae7-4b2a-b73f-aae4ce97414a", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-65161857-9ae7-4b2a-b73f-aae4ce97414a" } ], "id": "9aa0563d-1efb-4126-9b6d-e226d096e7d6", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-9aa0563d-1efb-4126-9b6d-e226d096e7d6" } ], "id": "7f265167-f9d8-4e7a-bb9b-72259749be4f", "createdAt": "2026-06-05T13:21:23.000Z", "updatedAt": "2026-06-05T13:21:23.000Z", "uid": "35240-7f265167-f9d8-4e7a-bb9b-72259749be4f" } ], "variable": [ { "key": "baseUrl", "value": "https://org-account.snowflakecomputing.com" } ] }