{ "info": { "_postman_id": "bc43a9d2-012c-45ba-b50b-79c30784edcb", "name": "Snowflake Services API", "description": "The Snowflake Services API is a REST API that you can use to access, update, and perform certain actions on Services resource in a Snowflake database.\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:20:52.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "lastUpdatedBy": "35240", "uid": "35240-bc43a9d2-012c-45ba-b50b-79c30784edcb" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "databases", "item": [ { "name": "{database}", "item": [ { "name": "schemas", "item": [ { "name": "{schema}", "item": [ { "name": "services", "item": [ { "name": "{name}", "item": [ { "name": "logs", "item": [ { "name": "fetch Service Logs", "id": "542e7cab-1b58-4b2b-ae5e-7542ae019afb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "id": "a249a286-ee28-4dea-bbb4-ed6f57ac13de", "key": "database" }, { "id": "0247dfee-458b-4f21-a78d-275d89bcb68c", "key": "schema" }, { "id": "a9a387f1-ef0b-4bd4-85bb-785e66b68c07", "key": "name" } ] }, "description": "Fetch the logs for a given service." }, "response": [ { "id": "9ca8f90e-79b0-46c8-a481-3fe43e550961", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "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 \"system$get_service_logs\": \"\"\n}", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-9ca8f90e-79b0-46c8-a481-3fe43e550961" }, { "id": "d0921784-c951-4d69-b885-166deffab5f5", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-d0921784-c951-4d69-b885-166deffab5f5" }, { "id": "2ef9ef7c-273f-4fab-ba14-23c82f615dce", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-2ef9ef7c-273f-4fab-ba14-23c82f615dce" }, { "id": "590b5879-5325-4fc1-8c84-e52ce9fc8570", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-590b5879-5325-4fc1-8c84-e52ce9fc8570" }, { "id": "f69601f7-5b2d-4656-9210-fc064dfd0e98", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f69601f7-5b2d-4656-9210-fc064dfd0e98" }, { "id": "c8d74679-0959-4e23-8aa7-6f9e705cda9e", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-c8d74679-0959-4e23-8aa7-6f9e705cda9e" }, { "id": "ca724f46-5ebe-4755-a6a8-f089a3e111bf", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-ca724f46-5ebe-4755-a6a8-f089a3e111bf" }, { "id": "fd809a2b-b2f0-4a83-b55a-bb8021cb72e6", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-fd809a2b-b2f0-4a83-b55a-bb8021cb72e6" }, { "id": "6899cafc-cb80-491c-bfca-c1cb803a456c", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-6899cafc-cb80-491c-bfca-c1cb803a456c" }, { "id": "586ac47a-6871-4156-b79d-bd7dc655840a", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-586ac47a-6871-4156-b79d-bd7dc655840a" }, { "id": "56bde4f6-e33c-4b8f-8471-51da88499d15", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/logs?instanceId=&containerName=&numLines=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "logs" ], "query": [ { "description": "(Required) ID of the service instance, starting with 0.", "key": "instanceId", "value": "" }, { "description": "(Required) Container name as specified in the service specification file.", "key": "containerName", "value": "" }, { "description": "Number of trailing log lines to retrieve.", "key": "numLines", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-56bde4f6-e33c-4b8f-8471-51da88499d15" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-542e7cab-1b58-4b2b-ae5e-7542ae019afb" } ], "id": "d62370ce-f79b-4921-9e47-9638f49330b2", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-d62370ce-f79b-4921-9e47-9638f49330b2" }, { "name": "status", "item": [ { "name": "fetch Service Status", "id": "56ab72b8-a723-4d0d-b94b-a7bb2a1b8f4f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "id": "1876487e-de69-4e73-b871-a161349c5460", "key": "database" }, { "id": "d6d1f08f-a95f-45de-95cc-aec1b3165695", "key": "schema" }, { "id": "13106da7-9973-49b7-983e-9f0cbba69c65", "key": "name" } ] }, "description": "Fetch the status for a given service." }, "response": [ { "id": "5eab1a53-8988-420b-8859-57a2bd7a1548", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "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 \"system$get_service_status\": \"\"\n}", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-5eab1a53-8988-420b-8859-57a2bd7a1548" }, { "id": "ed3aa901-6442-4df6-a5ea-0023454eb56a", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-ed3aa901-6442-4df6-a5ea-0023454eb56a" }, { "id": "b54689ef-1767-4cd5-903e-82cd39c0059e", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-b54689ef-1767-4cd5-903e-82cd39c0059e" }, { "id": "508f8bbc-b3c1-448f-8375-f996720c5afb", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-508f8bbc-b3c1-448f-8375-f996720c5afb" }, { "id": "619e09e5-7d2f-46b2-b2bb-1e4f4fc51fbf", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-619e09e5-7d2f-46b2-b2bb-1e4f4fc51fbf" }, { "id": "83cd4f1f-4c8b-442a-a485-d11e0cd1125f", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-83cd4f1f-4c8b-442a-a485-d11e0cd1125f" }, { "id": "56f83015-5d3a-48a8-8141-b132d00f998b", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-56f83015-5d3a-48a8-8141-b132d00f998b" }, { "id": "c7600842-1c0c-4dad-9a10-345d62fab45d", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-c7600842-1c0c-4dad-9a10-345d62fab45d" }, { "id": "94d8dc96-76f1-430a-854b-0dd47d72aae8", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-94d8dc96-76f1-430a-854b-0dd47d72aae8" }, { "id": "1d1dd023-a5b5-461b-ac5a-caca15f205ae", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-1d1dd023-a5b5-461b-ac5a-caca15f205ae" }, { "id": "0db85892-3540-49dc-a8d1-54300f34ed9a", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "status" ], "query": [ { "description": "Number of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.", "key": "timeout", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-0db85892-3540-49dc-a8d1-54300f34ed9a" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-56ab72b8-a723-4d0d-b94b-a7bb2a1b8f4f" } ], "id": "47720859-1227-408f-ae04-5f04ea122cc6", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-47720859-1227-408f-ae04-5f04ea122cc6" }, { "name": "containers", "item": [ { "name": "list Service Containers", "id": "fc93003a-2439-46ed-8a5f-630f830339de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "id": "97dcfd48-707b-42df-b24a-0e138a031506", "key": "database" }, { "id": "56dcc17b-3b67-4118-b7f5-19d0078fcba4", "key": "schema" }, { "id": "657aa6c3-b7f0-4cc8-ba78-e47731a49fea", "key": "name" } ] }, "description": "List all the containers of the service" }, "response": [ { "id": "c02cc1a8-47bd-40e0-b257-1409b23dac78", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "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 {\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"service_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"service_status\": \"\",\n \"instance_id\": \"\",\n \"instance_status\": \"\",\n \"container_name\": \"\",\n \"status\": \"\",\n \"message\": \"\",\n \"image_name\": \"\",\n \"image_digest\": \"\",\n \"restart_count\": \"\",\n \"start_time\": \"\"\n },\n {\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"service_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"service_status\": \"\",\n \"instance_id\": \"\",\n \"instance_status\": \"\",\n \"container_name\": \"\",\n \"status\": \"\",\n \"message\": \"\",\n \"image_name\": \"\",\n \"image_digest\": \"\",\n \"restart_count\": \"\",\n \"start_time\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-c02cc1a8-47bd-40e0-b257-1409b23dac78" }, { "id": "e2a7019d-9c78-4514-abb4-9abd1028f0e4", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-e2a7019d-9c78-4514-abb4-9abd1028f0e4" }, { "id": "d33949b6-bee2-403c-8a51-064a0ada2bd6", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-d33949b6-bee2-403c-8a51-064a0ada2bd6" }, { "id": "5f9f94d5-ea87-4f3a-8f23-6ad7d795016b", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-5f9f94d5-ea87-4f3a-8f23-6ad7d795016b" }, { "id": "f15058e4-7d8b-44fa-9fd7-fcd6dea092de", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f15058e4-7d8b-44fa-9fd7-fcd6dea092de" }, { "id": "2d8a2490-7c53-4f1b-b46c-7a2ec3c530d8", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-2d8a2490-7c53-4f1b-b46c-7a2ec3c530d8" }, { "id": "42ddccd7-e3e3-4af4-a165-afc752cbd1de", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-42ddccd7-e3e3-4af4-a165-afc752cbd1de" }, { "id": "b47a22ce-85f8-4478-994f-2312f10f9785", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-b47a22ce-85f8-4478-994f-2312f10f9785" }, { "id": "b6ba2853-af15-44fd-8eca-5c127bc8ca02", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-b6ba2853-af15-44fd-8eca-5c127bc8ca02" }, { "id": "9d0464ad-933a-4864-9830-88ff0b5cff5c", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-9d0464ad-933a-4864-9830-88ff0b5cff5c" }, { "id": "f9935fa5-43ea-410b-bf8a-439f055a8d20", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/containers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "containers" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f9935fa5-43ea-410b-bf8a-439f055a8d20" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-fc93003a-2439-46ed-8a5f-630f830339de" } ], "id": "99bb170e-8d82-4ca7-bf35-080b9a22361b", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-99bb170e-8d82-4ca7-bf35-080b9a22361b" }, { "name": "instances", "item": [ { "name": "list Service Instances", "id": "8e38f445-afaf-4c6c-81c8-b40f1ebcd847", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "id": "e5abe8c3-31f7-4561-8551-be21b797f84b", "key": "database" }, { "id": "5c9838d0-4d9f-4643-a16c-6104c1b10309", "key": "schema" }, { "id": "522a4276-88c1-42e6-8aac-90ed01d29747", "key": "name" } ] }, "description": "List all the instances of the service" }, "response": [ { "id": "f6027e3b-5278-4889-afb5-302b97e95c88", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "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 {\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"service_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"service_status\": \"\",\n \"instance_id\": \"\",\n \"status\": \"\",\n \"spec_digest\": \"\",\n \"creation_time\": \"\",\n \"start_time\": \"\"\n },\n {\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"service_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"service_status\": \"\",\n \"instance_id\": \"\",\n \"status\": \"\",\n \"spec_digest\": \"\",\n \"creation_time\": \"\",\n \"start_time\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f6027e3b-5278-4889-afb5-302b97e95c88" }, { "id": "b33ab90f-5cb0-4356-abed-cc0d8a738e20", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-b33ab90f-5cb0-4356-abed-cc0d8a738e20" }, { "id": "608b918e-7dc8-455f-9dda-6b8de542ec7f", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-608b918e-7dc8-455f-9dda-6b8de542ec7f" }, { "id": "ad01d4db-9c8c-4837-9bd5-038317a9362d", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-ad01d4db-9c8c-4837-9bd5-038317a9362d" }, { "id": "909ef580-3b3c-4196-b33b-296a21492871", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-909ef580-3b3c-4196-b33b-296a21492871" }, { "id": "61082146-dea9-4fd2-b9ff-ffb05be239e2", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-61082146-dea9-4fd2-b9ff-ffb05be239e2" }, { "id": "7bfe64e0-1e68-485f-8add-5d585ffac7f5", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-7bfe64e0-1e68-485f-8add-5d585ffac7f5" }, { "id": "f6b0a757-e6b2-4266-a649-5fcaa5ccad63", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f6b0a757-e6b2-4266-a649-5fcaa5ccad63" }, { "id": "58f725f9-b65a-4d2e-b689-b0d08a104e60", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-58f725f9-b65a-4d2e-b689-b0d08a104e60" }, { "id": "f002d18b-6565-442e-8310-5b7649a74104", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f002d18b-6565-442e-8310-5b7649a74104" }, { "id": "a3dd13e1-b207-4609-a1d2-fc4d43912ca9", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/instances", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "instances" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-a3dd13e1-b207-4609-a1d2-fc4d43912ca9" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-8e38f445-afaf-4c6c-81c8-b40f1ebcd847" } ], "id": "6e062b13-161e-48c9-a20c-2a63e3a0b1c4", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-6e062b13-161e-48c9-a20c-2a63e3a0b1c4" }, { "name": "roles", "item": [ { "name": "list Service Roles", "id": "41be477e-500c-4151-9e23-a679f594dc44", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "id": "290f6548-e0ca-45e3-91d6-5bcbed9fb6cf", "key": "database" }, { "id": "bb623aba-6b6f-4fe3-bfac-5fca3692cba8", "key": "schema" }, { "id": "ad8e7855-d2fd-42bb-b14f-8568b41fa231", "key": "name" } ] }, "description": "List all the service roles of the service" }, "response": [ { "id": "d3ba2864-0eeb-49af-be94-fc4f24da3ad2", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "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 {\n \"created_on\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"created_on\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-d3ba2864-0eeb-49af-be94-fc4f24da3ad2" }, { "id": "70870c93-9acd-4044-bc36-ce4799177b8c", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-70870c93-9acd-4044-bc36-ce4799177b8c" }, { "id": "b76c44e6-9bd1-4240-8df5-fc134ac3d47c", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-b76c44e6-9bd1-4240-8df5-fc134ac3d47c" }, { "id": "fea76e43-ee38-4bda-a2b0-b85bb463f1d9", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-fea76e43-ee38-4bda-a2b0-b85bb463f1d9" }, { "id": "25d9c0c1-84a6-4b61-878c-31f38e10031d", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-25d9c0c1-84a6-4b61-878c-31f38e10031d" }, { "id": "dbd32748-47b2-4858-aa9a-711c2046a2c5", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-dbd32748-47b2-4858-aa9a-711c2046a2c5" }, { "id": "800e6bfa-501f-49fb-b1b2-130234c9055f", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-800e6bfa-501f-49fb-b1b2-130234c9055f" }, { "id": "a58e4760-a9a1-4433-8071-ca47387dd9f1", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-a58e4760-a9a1-4433-8071-ca47387dd9f1" }, { "id": "25773ac5-359d-4396-be99-73cdbf437f37", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-25773ac5-359d-4396-be99-73cdbf437f37" }, { "id": "5b017280-2fc0-4486-9389-3d4abadd9c21", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-5b017280-2fc0-4486-9389-3d4abadd9c21" }, { "id": "79438590-610a-4f35-ba23-2c02e0f12bb1", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "roles" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-79438590-610a-4f35-ba23-2c02e0f12bb1" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-41be477e-500c-4151-9e23-a679f594dc44" } ], "id": "e7a9fc17-5938-4ec5-b559-4dd4a4ebd94d", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-e7a9fc17-5938-4ec5-b559-4dd4a4ebd94d" }, { "name": "endpoints", "item": [ { "name": "List the Endpoints in a Service.", "id": "6bd7058d-e634-4359-96a5-d01511b1711f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "id": "b5a5e6b0-5951-442a-9835-2749c447ed3e", "key": "database" }, { "id": "ef1a54f7-527a-477a-90be-ebfe1eefaa0c", "key": "schema" }, { "id": "acfbc10e-749e-4379-a7d6-7dcf280dfd96", "key": "name" } ] }, "description": "Lists the endpoints in a Snowpark Container Services service (or a job service)." }, "response": [ { "id": "03d06528-b91a-4a8e-a0dc-7e23a13c6aad", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "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 {\n \"name\": \"\",\n \"port\": \"\",\n \"portRange\": \"\",\n \"protocol\": \"HTTP\",\n \"is_public\": false,\n \"ingress_url\": \"\"\n },\n {\n \"name\": \"\",\n \"port\": \"\",\n \"portRange\": \"\",\n \"protocol\": \"HTTP\",\n \"is_public\": false,\n \"ingress_url\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-03d06528-b91a-4a8e-a0dc-7e23a13c6aad" }, { "id": "769ee285-7e1c-4887-806b-72282f0f76a6", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-769ee285-7e1c-4887-806b-72282f0f76a6" }, { "id": "09d61701-58c6-461a-b168-8df46d6dbf65", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-09d61701-58c6-461a-b168-8df46d6dbf65" }, { "id": "fd866d1e-a7e3-442a-8d5b-d047d4a499ea", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-fd866d1e-a7e3-442a-8d5b-d047d4a499ea" }, { "id": "d6d8089d-cac9-4a4e-b0e1-9c7b25ba68dd", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-d6d8089d-cac9-4a4e-b0e1-9c7b25ba68dd" }, { "id": "e8c52140-eaf2-40b1-8af1-1a82934778e9", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-e8c52140-eaf2-40b1-8af1-1a82934778e9" }, { "id": "69773956-9b71-4e70-b8f1-9c21c5ea461d", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-69773956-9b71-4e70-b8f1-9c21c5ea461d" }, { "id": "00acc30f-52e8-4b1c-b3d8-fe7e2dcfb41a", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-00acc30f-52e8-4b1c-b3d8-fe7e2dcfb41a" }, { "id": "a6fea62f-7c60-4c73-8707-9bd254efae10", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-a6fea62f-7c60-4c73-8707-9bd254efae10" }, { "id": "f72ff126-18fa-47f2-9bc0-7965f298e234", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f72ff126-18fa-47f2-9bc0-7965f298e234" }, { "id": "3071e633-95aa-4234-b57c-c3afb0e915d2", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/endpoints", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name", "endpoints" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-3071e633-95aa-4234-b57c-c3afb0e915d2" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-6bd7058d-e634-4359-96a5-d01511b1711f" } ], "id": "748e1903-8a4f-4d06-98f6-44994ff71392", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-748e1903-8a4f-4d06-98f6-44994ff71392" }, { "name": "fetch Service", "id": "18285a7a-18b5-4434-a218-56c81f5cd2f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "id": "fd32027b-2222-4f83-9fab-a9d88e069036", "key": "database" }, { "id": "ee9e8797-4e14-47f9-b0e5-95f65e87bfbc", "key": "schema" }, { "id": "bb76bc5e-1138-4e83-bd21-1b2e37e2cdac", "key": "name" } ] }, "description": "Fetch a service." }, "response": [ { "id": "4164dd44-9b90-4a99-9d9e-74dc7c928ed7", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-4164dd44-9b90-4a99-9d9e-74dc7c928ed7" }, { "id": "50769979-5ce3-49ab-bb6f-007e4edc5b32", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-50769979-5ce3-49ab-bb6f-007e4edc5b32" }, { "id": "84192914-db44-42b8-87d6-ee6bb5b7a4ce", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-84192914-db44-42b8-87d6-ee6bb5b7a4ce" }, { "id": "37592a10-e216-45f3-8a5b-8e47b646d166", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-37592a10-e216-45f3-8a5b-8e47b646d166" }, { "id": "56c17cb2-32bd-4790-aa18-b87239b5c338", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-56c17cb2-32bd-4790-aa18-b87239b5c338" }, { "id": "a3322b18-1f3a-4837-ae58-f3ee3ba3a40e", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-a3322b18-1f3a-4837-ae58-f3ee3ba3a40e" }, { "id": "22c9c718-b7b6-4f8a-9154-0f7da5ebd748", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-22c9c718-b7b6-4f8a-9154-0f7da5ebd748" }, { "id": "79fa8e8a-026f-44af-b917-833b43a63529", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-79fa8e8a-026f-44af-b917-833b43a63529" }, { "id": "05d5e267-2652-401d-b844-36df0385c6ae", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-05d5e267-2652-401d-b844-36df0385c6ae" }, { "id": "9c287c3e-a279-4264-a18e-7dd191571244", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-9c287c3e-a279-4264-a18e-7dd191571244" }, { "id": "cb17da70-7b75-411c-b117-60d7af015a2b", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-cb17da70-7b75-411c-b117-60d7af015a2b" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-18285a7a-18b5-4434-a218-56c81f5cd2f7" }, { "name": "Create a (or Alter an Existing) Service.", "id": "37e0f8d7-fd72-4f2a-bfbc-02de7cbb2740", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "id": "ca07fb67-8143-48d4-8e96-24bc30e8e9c9", "key": "database" }, { "id": "86bbcb9c-affa-408c-8a49-d96bb817e898", "key": "schema" }, { "id": "af49959b-52d1-4371-8e0c-2e009fea6321", "key": "name" } ] }, "description": "Create a (or alter an existing) service. Even if the operation is just an alter, the full property set must be provided." }, "response": [ { "id": "1205cec0-f2d6-4b11-9efc-02fc69d4b06d", "name": "Successful request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "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 \"value\": \"reference common.yaml#/components/schemas/SuccessResponse not found in the OpenAPI spec\"\n}", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-1205cec0-f2d6-4b11-9efc-02fc69d4b06d" }, { "id": "4702e96b-ccb0-48e8-8532-e676d9291673", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-4702e96b-ccb0-48e8-8532-e676d9291673" }, { "id": "c062f3c6-11fa-45d7-b79a-feb1916ee73b", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-c062f3c6-11fa-45d7-b79a-feb1916ee73b" }, { "id": "69d98a1f-2e4e-4aeb-934a-702dc9419fbb", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-69d98a1f-2e4e-4aeb-934a-702dc9419fbb" }, { "id": "c507d652-bff3-4a4b-b231-8c94a4fd0227", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-c507d652-bff3-4a4b-b231-8c94a4fd0227" }, { "id": "083dda41-956a-49e0-a5cd-a431d24c51dc", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-083dda41-956a-49e0-a5cd-a431d24c51dc" }, { "id": "00298dca-8c02-4328-bb38-3b5143498542", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-00298dca-8c02-4328-bb38-3b5143498542" }, { "id": "ea72ba0e-c033-4ad0-b54a-5727cbb3d5e5", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-ea72ba0e-c033-4ad0-b54a-5727cbb3d5e5" }, { "id": "d58e904f-ea90-48a4-87e5-6bfc883b6e54", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-d58e904f-ea90-48a4-87e5-6bfc883b6e54" }, { "id": "31113d9e-6f18-46be-b831-56198b26c490", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-31113d9e-6f18-46be-b831-56198b26c490" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-37e0f8d7-fd72-4f2a-bfbc-02de7cbb2740" }, { "name": "Delete a Service", "id": "8035f8e5-d2b5-4f0e-9e7d-b2f7d153db13", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "id": "d0765220-131f-4c95-a7ba-8471e63420fd", "key": "database" }, { "id": "72fadde6-f8d7-41bc-91e3-deb4ffc602a3", "key": "schema" }, { "id": "7b475b5c-4c03-4284-87e5-418ac7f48f8b", "key": "name" } ] }, "description": "Delete a service with the given name. If ifExists is used, the operation will succeed even if the object does not exist. Otherwise, there will be a failure if the drop is unsuccessful." }, "response": [ { "id": "63ef47fa-e64a-4060-bcd8-c7259e26f79a", "name": "200 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-63ef47fa-e64a-4060-bcd8-c7259e26f79a" }, { "id": "a8e32176-0690-4473-93c9-88045667cf46", "name": "202 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-a8e32176-0690-4473-93c9-88045667cf46" }, { "id": "4f8c8041-0eab-447d-8856-183953830e71", "name": "400 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-4f8c8041-0eab-447d-8856-183953830e71" }, { "id": "7f337440-c397-4a90-9ff6-8f68da09a525", "name": "401 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-7f337440-c397-4a90-9ff6-8f68da09a525" }, { "id": "4eab834c-a24e-4bdc-b28a-ddb01eeb0673", "name": "403 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-4eab834c-a24e-4bdc-b28a-ddb01eeb0673" }, { "id": "b3a0a282-27b7-4857-9897-5bf9095aa494", "name": "404 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-b3a0a282-27b7-4857-9897-5bf9095aa494" }, { "id": "42f50dee-d204-400a-a8e2-91478d8c72ba", "name": "405 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-42f50dee-d204-400a-a8e2-91478d8c72ba" }, { "id": "ece66070-2ac1-43c5-833e-5d67c31be25c", "name": "429 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-ece66070-2ac1-43c5-833e-5d67c31be25c" }, { "id": "f31a5b8f-6cc9-41f5-87cc-c97a6349aaac", "name": "500 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f31a5b8f-6cc9-41f5-87cc-c97a6349aaac" }, { "id": "24e9f991-65e2-4d55-aea9-be06689a664e", "name": "503 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-24e9f991-65e2-4d55-aea9-be06689a664e" }, { "id": "0ad7548a-1f64-463e-ad6a-99b0712c7681", "name": "504 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-0ad7548a-1f64-463e-ad6a-99b0712c7681" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-8035f8e5-d2b5-4f0e-9e7d-b2f7d153db13" } ], "id": "e71539b7-1a4c-43de-8af0-ec9b7b153284", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-e71539b7-1a4c-43de-8af0-ec9b7b153284" }, { "name": "{service}", "item": [ { "name": "roles", "item": [ { "name": "{name}", "item": [ { "name": "grants-of", "item": [ { "name": "list Service Role Grants Of", "id": "483e196e-4612-4e24-8902-ece05db3eeec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "id": "45f682e2-0f2f-4fa8-ac0c-c6a9cfdd7075", "key": "database" }, { "id": "8fd6fad6-576f-492c-8b3e-164c78dbe7e9", "key": "schema" }, { "id": "5638d8c1-42ac-4947-a669-7c0295b97c75", "key": "service", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec", "description": "(Required) Name of the service that contains the service role." }, { "id": "775a7b22-4a9b-4043-907c-eb3022b6bc71", "key": "name" } ] }, "description": "List all the grants of the service role" }, "response": [ { "id": "eeae2650-9ed9-4e0a-9b46-431528f4ac1f", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "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 {\n \"created_on\": \"\",\n \"role\": \"\",\n \"granted_to\": \"\",\n \"grantee_name\": \"\",\n \"granted_by\": \"\"\n },\n {\n \"created_on\": \"\",\n \"role\": \"\",\n \"granted_to\": \"\",\n \"grantee_name\": \"\",\n \"granted_by\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-eeae2650-9ed9-4e0a-9b46-431528f4ac1f" }, { "id": "5f782987-1226-4d77-859d-c787e82c794e", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-5f782987-1226-4d77-859d-c787e82c794e" }, { "id": "22aa3a61-fa04-49dd-ab65-a532a8106475", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-22aa3a61-fa04-49dd-ab65-a532a8106475" }, { "id": "f4d4bf06-e6da-4fe0-88c4-08d8e88d4842", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f4d4bf06-e6da-4fe0-88c4-08d8e88d4842" }, { "id": "8dd038b1-f196-4d3c-8153-43b6e167a92a", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-8dd038b1-f196-4d3c-8153-43b6e167a92a" }, { "id": "aa9d562a-f6c0-40f4-89a0-b13e06a1bbed", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-aa9d562a-f6c0-40f4-89a0-b13e06a1bbed" }, { "id": "100fce94-9afd-4bc9-aae5-b50063038a8f", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-100fce94-9afd-4bc9-aae5-b50063038a8f" }, { "id": "50549fba-8c50-4414-8efd-86cd165a2a97", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-50549fba-8c50-4414-8efd-86cd165a2a97" }, { "id": "4e435c59-5f30-4d33-bd11-7900b4a6a6a7", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-4e435c59-5f30-4d33-bd11-7900b4a6a6a7" }, { "id": "8d54727c-82cf-4228-8d1e-32ce71003634", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-8d54727c-82cf-4228-8d1e-32ce71003634" }, { "id": "168fed52-333a-4366-bb35-e18d0d188946", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants-of", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants-of" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-168fed52-333a-4366-bb35-e18d0d188946" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-483e196e-4612-4e24-8902-ece05db3eeec" } ], "id": "03ec63fa-6716-4e8a-aa75-46b07404daba", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-03ec63fa-6716-4e8a-aa75-46b07404daba" }, { "name": "grants", "item": [ { "name": "list Service Role Grants To", "id": "fef3234a-c346-4e88-b63b-b67c92c4b9ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "id": "853ce651-ffe0-4e4e-ae10-a12d3cc82c9b", "key": "database" }, { "id": "8e99e158-e69f-4d30-95f6-f2d32242f7bb", "key": "schema" }, { "id": "cabbe141-fc1d-4e65-b8e0-2895c7439eef", "key": "service", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec", "description": "(Required) Name of the service that contains the service role." }, { "id": "c50f84f5-03fc-4d71-9c40-ed9e3acd6121", "key": "name" } ] }, "description": "List all the grants given to the service role" }, "response": [ { "id": "fc27e5fd-e42e-4899-bcb6-1b06fd020d88", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "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 {\n \"created_on\": \"\",\n \"privilege\": \"\",\n \"granted_on\": \"\",\n \"name\": \"\",\n \"granted_to\": \"\",\n \"grantee_name\": \"\"\n },\n {\n \"created_on\": \"\",\n \"privilege\": \"\",\n \"granted_on\": \"\",\n \"name\": \"\",\n \"granted_to\": \"\",\n \"grantee_name\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-fc27e5fd-e42e-4899-bcb6-1b06fd020d88" }, { "id": "5d53be26-86e3-4596-9b39-ab19f590de8a", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-5d53be26-86e3-4596-9b39-ab19f590de8a" }, { "id": "158bd26d-0561-4414-b53d-c4e960cdbc7d", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-158bd26d-0561-4414-b53d-c4e960cdbc7d" }, { "id": "50ff5d39-05c1-4ce0-9da8-252e22c8ff6f", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-50ff5d39-05c1-4ce0-9da8-252e22c8ff6f" }, { "id": "f5ec1132-63aa-4e1f-99f1-af501929ce40", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f5ec1132-63aa-4e1f-99f1-af501929ce40" }, { "id": "194d6630-a1d0-4a2b-a912-d13e53aad5a0", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-194d6630-a1d0-4a2b-a912-d13e53aad5a0" }, { "id": "24465a48-ce98-40ae-a807-54a0155b9411", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-24465a48-ce98-40ae-a807-54a0155b9411" }, { "id": "3d5f98a1-cbb8-45b3-8b3e-707ab8a71200", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-3d5f98a1-cbb8-45b3-8b3e-707ab8a71200" }, { "id": "cb20faf6-9056-4bd2-83a0-98ed4b4b066b", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-cb20faf6-9056-4bd2-83a0-98ed4b4b066b" }, { "id": "ec6b5011-2cf8-4741-ae22-3ba4dc6af841", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-ec6b5011-2cf8-4741-ae22-3ba4dc6af841" }, { "id": "52e977e5-b02f-47ef-8132-2f8e390b5175", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:service/roles/:name/grants", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", ":service", "roles", ":name", "grants" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "service" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-52e977e5-b02f-47ef-8132-2f8e390b5175" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-fef3234a-c346-4e88-b63b-b67c92c4b9ba" } ], "id": "be859afd-9480-4c43-8c47-0b3ace8468d5", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-be859afd-9480-4c43-8c47-0b3ace8468d5" } ], "id": "c441ec42-6778-4219-8833-f5d3fee48d0d", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-c441ec42-6778-4219-8833-f5d3fee48d0d" } ], "id": "f2a7b6a8-a398-447e-937c-8bc9f2c1de66", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-f2a7b6a8-a398-447e-937c-8bc9f2c1de66" } ], "id": "774fee32-e3c9-4d55-ac43-2fae2b11ce2a", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-774fee32-e3c9-4d55-ac43-2fae2b11ce2a" }, { "name": "{name}:resume", "item": [ { "name": "resume Service", "id": "787b2077-d713-43a8-b7f5-8a01849fee3b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "id": "5e6700e2-6b47-414f-acc6-f4f9cd0fb614", "key": "database" }, { "id": "8a15929d-38a1-4260-8c6d-e17be2c803f7", "key": "schema" } ] }, "description": "Resume a service." }, "response": [ { "id": "9e595e4e-d98e-4d63-8207-e18a78564351", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-9e595e4e-d98e-4d63-8207-e18a78564351" }, { "id": "85a74af4-b131-41e8-a2bd-fdb4e3f5ed7e", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-85a74af4-b131-41e8-a2bd-fdb4e3f5ed7e" }, { "id": "6a261896-817b-46b5-bdd7-38df98ec24b4", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-6a261896-817b-46b5-bdd7-38df98ec24b4" }, { "id": "e0e9f6fa-66ee-4ca0-9248-d4ea891c8e00", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-e0e9f6fa-66ee-4ca0-9248-d4ea891c8e00" }, { "id": "4604e9c0-0fce-43ba-8b3a-3181979a7d32", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-4604e9c0-0fce-43ba-8b3a-3181979a7d32" }, { "id": "0f4a7088-b93a-463c-8758-2f460b7462cd", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-0f4a7088-b93a-463c-8758-2f460b7462cd" }, { "id": "f468601a-1cd3-4769-8f2e-bfa68c8beca4", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f468601a-1cd3-4769-8f2e-bfa68c8beca4" }, { "id": "9c158542-1d58-4372-a3a7-a02a8608eb4c", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-9c158542-1d58-4372-a3a7-a02a8608eb4c" }, { "id": "3b8a1957-6861-4e9f-bc55-4a339ac15819", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-3b8a1957-6861-4e9f-bc55-4a339ac15819" }, { "id": "3e392761-18c7-4d48-a6a0-c51bbd6283ac", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-3e392761-18c7-4d48-a6a0-c51bbd6283ac" }, { "id": "a75dd654-c8e0-476b-af94-3591664a1d94", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:resume", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:resume" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-a75dd654-c8e0-476b-af94-3591664a1d94" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-787b2077-d713-43a8-b7f5-8a01849fee3b" } ], "id": "a3835513-9c69-4238-83d5-9aabc2af0a14", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-a3835513-9c69-4238-83d5-9aabc2af0a14" }, { "name": "{name}:suspend", "item": [ { "name": "suspend Service", "id": "c4395d77-a13f-4897-937f-e722c6d4a8d3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "id": "cde79ec3-9c85-477f-8d0d-6cbd15b7e7e4", "key": "database" }, { "id": "d1785ad6-2a07-4eba-beff-2a7d665124f5", "key": "schema" } ] }, "description": "Suspend a service." }, "response": [ { "id": "1c3150eb-21af-4f5e-9ec6-99758ea997d6", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-1c3150eb-21af-4f5e-9ec6-99758ea997d6" }, { "id": "a646e130-db79-44b6-ac5c-e2a97a0e0f4c", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-a646e130-db79-44b6-ac5c-e2a97a0e0f4c" }, { "id": "5ec7d7ea-37d5-43e3-9618-87493eb9c7e3", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-5ec7d7ea-37d5-43e3-9618-87493eb9c7e3" }, { "id": "c0dd5e57-3de6-4e86-b605-355ebe375110", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-c0dd5e57-3de6-4e86-b605-355ebe375110" }, { "id": "27513335-9b00-46ae-8bb7-322336a28b33", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-27513335-9b00-46ae-8bb7-322336a28b33" }, { "id": "d4d612bb-b699-4cd3-96ca-752890a04511", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-d4d612bb-b699-4cd3-96ca-752890a04511" }, { "id": "dc4d7449-766c-4616-85a1-0fd47c2f9af2", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-dc4d7449-766c-4616-85a1-0fd47c2f9af2" }, { "id": "e8d42bd9-7c34-44e6-9ef2-a88a31282f5c", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-e8d42bd9-7c34-44e6-9ef2-a88a31282f5c" }, { "id": "8e91ccc3-a351-4817-89a8-0ec03f40aef9", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-8e91ccc3-a351-4817-89a8-0ec03f40aef9" }, { "id": "ed446008-3b0c-4a70-96d9-0e18cdc22f8f", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-ed446008-3b0c-4a70-96d9-0e18cdc22f8f" }, { "id": "662cb089-f417-4903-a641-cfb7c274408b", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/{{name}}:suspend", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services", "{{name}}:suspend" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-662cb089-f417-4903-a641-cfb7c274408b" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-c4395d77-a13f-4897-937f-e722c6d4a8d3" } ], "id": "6d741ab8-9151-41ba-ba38-f284c85ce2df", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-6d741ab8-9151-41ba-ba38-f284c85ce2df" }, { "name": "List Services", "id": "ea7cc234-0a99-41e9-a822-4031f2ccab70", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "id": "ef33ceec-ac25-4f26-97fb-f7ac2716d821", "key": "database" }, { "id": "dbb4f93b-011b-4b5a-9375-00dd51d172be", "key": "schema" } ] }, "description": "Lists the services under the database and schema." }, "response": [ { "id": "842c7d58-3147-413a-bac3-8e2d8fc95447", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n },\n {\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-842c7d58-3147-413a-bac3-8e2d8fc95447" }, { "id": "84fa770c-9e14-4b2f-aa3c-8beb48319c2f", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-84fa770c-9e14-4b2f-aa3c-8beb48319c2f" }, { "id": "c8e41f9a-e58c-4fc8-850d-2602916e8c58", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-c8e41f9a-e58c-4fc8-850d-2602916e8c58" }, { "id": "a937da45-9306-45af-b58c-6ed660cd4d38", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-a937da45-9306-45af-b58c-6ed660cd4d38" }, { "id": "0b509ec8-3681-4e50-9c86-61035a45b556", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-0b509ec8-3681-4e50-9c86-61035a45b556" }, { "id": "ac8297a5-6e86-4535-8109-98dcc6bac29f", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-ac8297a5-6e86-4535-8109-98dcc6bac29f" }, { "id": "60f50341-78ae-41dd-8414-f76cbbd24974", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-60f50341-78ae-41dd-8414-f76cbbd24974" }, { "id": "aa9428c1-9637-44b4-841d-8cafaf7a395d", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-aa9428c1-9637-44b4-841d-8cafaf7a395d" }, { "id": "814537c9-af18-4d79-9715-12b78f744afd", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-814537c9-af18-4d79-9715-12b78f744afd" }, { "id": "e88051da-eab6-4263-8a5a-49338b009b9a", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-e88051da-eab6-4263-8a5a-49338b009b9a" }, { "id": "0a611ee0-3ccb-41ca-9dc5-cbcbb0807d99", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-0a611ee0-3ccb-41ca-9dc5-cbcbb0807d99" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-ea7cc234-0a99-41e9-a822-4031f2ccab70" }, { "name": "Create a Service", "id": "d0fe9926-08c1-484b-a9aa-9845c7c0a153", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "id": "5ef14ab5-a89a-458c-a613-87c838fe8785", "key": "database" }, { "id": "5111b075-b628-43d3-93fe-95caecbadb11", "key": "schema" } ] }, "description": "Create a service, with standard create modifiers as query parameters. See the Service component definition for what is required to be provided in the request body." }, "response": [ { "id": "3d34a7f9-e512-41ac-89cf-110dd0d3022d", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-3d34a7f9-e512-41ac-89cf-110dd0d3022d" }, { "id": "2e719f0a-0da9-4d28-9e05-e730928a0b09", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-2e719f0a-0da9-4d28-9e05-e730928a0b09" }, { "id": "bb45420c-bf91-4b30-abb1-b3b1441eb944", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-bb45420c-bf91-4b30-abb1-b3b1441eb944" }, { "id": "cb1f49f8-0030-476c-abdd-e03936be44dd", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-cb1f49f8-0030-476c-abdd-e03936be44dd" }, { "id": "77c95f23-b2f2-43b5-a18a-313c4c91b764", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-77c95f23-b2f2-43b5-a18a-313c4c91b764" }, { "id": "bf435b12-9dda-4e91-8b94-2aa434842e2e", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-bf435b12-9dda-4e91-8b94-2aa434842e2e" }, { "id": "4332cd31-801c-4053-8e2d-32e869b2bd5d", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-4332cd31-801c-4053-8e2d-32e869b2bd5d" }, { "id": "f4ddc6a5-f496-4dd8-86d5-f3fcc0bcdd85", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f4ddc6a5-f496-4dd8-86d5-f3fcc0bcdd85" }, { "id": "dfa44550-d1c3-4a56-b309-9203135e5cf5", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-dfa44550-d1c3-4a56-b309-9203135e5cf5" }, { "id": "e336fd65-87d8-4d68-8761-53e6af7d9c35", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-e336fd65-87d8-4d68-8761-53e6af7d9c35" }, { "id": "623cfd16-a7f4-45f4-88e4-ddaeb82c49af", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-623cfd16-a7f4-45f4-88e4-ddaeb82c49af" }, { "id": "92078d11-fcdb-4ca6-afea-a96e0d59182d", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-92078d11-fcdb-4ca6-afea-a96e0d59182d" }, { "id": "331b0a96-5eff-4266-8173-ffa6cc5a8694", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\",\n \"auto_resume\": \"\",\n \"current_instances\": \"\",\n \"target_instances\": \"\",\n \"min_ready_instances\": \"\",\n \"min_instances\": \"\",\n \"max_instances\": \"\",\n \"database_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"schema_name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"owner\": \"\",\n \"dns_name\": \"\",\n \"created_on\": \"\",\n \"updated_on\": \"\",\n \"resumed_on\": \"\",\n \"suspended_on\": \"\",\n \"auto_suspend_secs\": \"\",\n \"owner_role_type\": \"\",\n \"is_job\": \"\",\n \"spec_digest\": \"\",\n \"is_upgrading\": \"\",\n \"managing_object_domain\": \"\",\n \"managing_object_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?createMode=errorIfExists", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services" ], "query": [ { "description": "Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource.", "key": "createMode", "value": "errorIfExists" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-331b0a96-5eff-4266-8173-ffa6cc5a8694" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-d0fe9926-08c1-484b-a9aa-9845c7c0a153" } ], "id": "f5ca8b3d-32a0-4946-96cf-1c3dbb001ce6", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-f5ca8b3d-32a0-4946-96cf-1c3dbb001ce6" }, { "name": "services:execute-job", "item": [ { "name": "Execute a Job Service", "id": "d3f70253-d21d-4e78-b971-4f958e0d5508", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "id": "6c02c467-7f11-4603-859e-ab0c977f204f", "key": "database" }, { "id": "63ca79cb-fcef-4da0-9a7e-586ed3e65d72", "key": "schema" } ] }, "description": "Create and execute a job service. See the JobService component definition for what is required to be provided in the request body." }, "response": [ { "id": "17f8e05f-d183-439e-959c-89458743d091", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-17f8e05f-d183-439e-959c-89458743d091" }, { "id": "ba5d2196-5ae4-494b-a033-7910acd05fb4", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-ba5d2196-5ae4-494b-a033-7910acd05fb4" }, { "id": "d6f7c0c6-5e4d-4549-a25f-d26cde93bca4", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-d6f7c0c6-5e4d-4549-a25f-d26cde93bca4" }, { "id": "b5740bf0-48d0-4115-b514-eba0fbb2d3fc", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-b5740bf0-48d0-4115-b514-eba0fbb2d3fc" }, { "id": "1394d6de-648c-4329-b9cb-f42998614b52", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-1394d6de-648c-4329-b9cb-f42998614b52" }, { "id": "40d87d40-573b-41ae-aa54-204d780f4570", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-40d87d40-573b-41ae-aa54-204d780f4570" }, { "id": "19d4c45e-d1c0-4093-84fb-0e31f52e5ae8", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-19d4c45e-d1c0-4093-84fb-0e31f52e5ae8" }, { "id": "f28cb91d-b63d-4724-a8ca-2043dde4f6e7", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-f28cb91d-b63d-4724-a8ca-2043dde4f6e7" }, { "id": "57b90212-9f8d-4002-affa-e31deafeb607", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-57b90212-9f8d-4002-affa-e31deafeb607" }, { "id": "2f93e8db-733d-471a-94b7-f853ce895946", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-2f93e8db-733d-471a-94b7-f853ce895946" }, { "id": "aef7d4b8-3df5-440f-9828-be602af8af9d", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-aef7d4b8-3df5-440f-9828-be602af8af9d" }, { "id": "3b897a7b-8cf6-4e88-99dd-d0de36a3e006", "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 \"compute_pool\": \"\",\n \"spec\": {\n \"spec_type\": \"\"\n },\n \"status\": \"\",\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"query_warehouse\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\n },\n \"comment\": \"\",\n \"is_async_job\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/services:execute-job", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "services:execute-job" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-3b897a7b-8cf6-4e88-99dd-d0de36a3e006" } ], "createdAt": "2026-06-05T13:20:53.000Z", "updatedAt": "2026-06-05T13:20:53.000Z", "uid": "35240-d3f70253-d21d-4e78-b971-4f958e0d5508" } ], "id": "0609d2ac-dbd7-483e-827f-88cf6fc5ad8a", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-0609d2ac-dbd7-483e-827f-88cf6fc5ad8a" } ], "id": "2c8909e6-74dd-461e-91da-59c73ebfcf7f", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-2c8909e6-74dd-461e-91da-59c73ebfcf7f" } ], "id": "3cdefeec-b4b2-463b-9250-e6f1ebed26f4", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-3cdefeec-b4b2-463b-9250-e6f1ebed26f4" } ], "id": "d6230fda-b054-4177-82bd-5d35eebd006d", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-d6230fda-b054-4177-82bd-5d35eebd006d" } ], "id": "2627b7c8-2dfd-4a2a-b66f-c3b1e2396dc3", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-2627b7c8-2dfd-4a2a-b66f-c3b1e2396dc3" } ], "id": "e63cba55-60a8-4cf1-9180-486d5bcbaead", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-e63cba55-60a8-4cf1-9180-486d5bcbaead" } ], "id": "585ab254-e604-483c-801a-198a554ef36e", "createdAt": "2026-06-05T13:20:52.000Z", "updatedAt": "2026-06-05T13:20:52.000Z", "uid": "35240-585ab254-e604-483c-801a-198a554ef36e" } ], "variable": [ { "key": "baseUrl", "value": "https://org-account.snowflakecomputing.com" } ] }