{ "info": { "_postman_id": "a4380909-7dbe-4921-a158-eb0e3b9cbdbb", "name": "Snowflake Image Repository API", "description": "The Snowflake Image Repository API is a REST API that you can use to access, update, and perform common actions on Image Repository resource in Snowflake.\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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "lastUpdatedBy": "35240", "uid": "35240-a4380909-7dbe-4921-a158-eb0e3b9cbdbb" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "databases", "item": [ { "name": "{database}", "item": [ { "name": "schemas", "item": [ { "name": "{schema}", "item": [ { "name": "image-repositories", "item": [ { "name": "{name}", "item": [ { "name": "images", "item": [ { "name": "List Images in the Image Repository.", "id": "43890c46-f1c2-4071-b001-d22160b9f0a9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "variable": [ { "id": "3c81d9fc-2947-46f4-8a28-be9b0c7c53ad", "key": "database" }, { "id": "5bd62e58-eeb8-4f05-b677-66324671bc52", "key": "schema" }, { "id": "98ba701b-935c-417b-aaaf-5e43ced302fb", "key": "name" } ] }, "description": "List images in the given image repository." }, "response": [ { "id": "1fe6b844-cdbd-4853-bfcd-8bc91315847e", "name": "Successful request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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 \"image_name\": \"\",\n \"tags\": \"\",\n \"digest\": \"\",\n \"image_path\": \"\"\n },\n {\n \"created_on\": \"\",\n \"image_name\": \"\",\n \"tags\": \"\",\n \"digest\": \"\",\n \"image_path\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-1fe6b844-cdbd-4853-bfcd-8bc91315847e" }, { "id": "3a0a7a04-2a30-4272-8450-c3053bd66a26", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-3a0a7a04-2a30-4272-8450-c3053bd66a26" }, { "id": "46995f3a-a318-4204-aa70-1edaba5ea94e", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-46995f3a-a318-4204-aa70-1edaba5ea94e" }, { "id": "7b22aa92-4d22-4f08-ac03-8a8b13095289", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-7b22aa92-4d22-4f08-ac03-8a8b13095289" }, { "id": "20b88b59-e73a-414e-b898-b6b3161f6f40", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-20b88b59-e73a-414e-b898-b6b3161f6f40" }, { "id": "84bb2f68-4732-49d0-ae50-aa439a02ac23", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-84bb2f68-4732-49d0-ae50-aa439a02ac23" }, { "id": "de60f1d4-8249-4a4d-af1b-2c28747d9ba3", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-de60f1d4-8249-4a4d-af1b-2c28747d9ba3" }, { "id": "7c016728-108d-4636-9395-46e1020eebfb", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-7c016728-108d-4636-9395-46e1020eebfb" }, { "id": "84b31b93-cdba-493f-858e-a54811d17d97", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-84b31b93-cdba-493f-858e-a54811d17d97" }, { "id": "f50d8b26-e956-480a-aad6-e1ea2902acef", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-f50d8b26-e956-480a-aad6-e1ea2902acef" }, { "id": "37893732-b8a0-43d7-bc43-af5dedc8aebc", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name/images", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name", "images" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-37893732-b8a0-43d7-bc43-af5dedc8aebc" } ], "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-43890c46-f1c2-4071-b001-d22160b9f0a9" } ], "id": "70da9448-5d1c-47fe-96df-550ccfe61371", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-70da9448-5d1c-47fe-96df-550ccfe61371" }, { "name": "Fetches an Image Repository.", "id": "cad8227e-dae4-4062-b4ed-ed9a1b3247c0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name" ], "variable": [ { "id": "4b794c84-efef-4e9e-ba7d-357367ee4309", "key": "database" }, { "id": "d9a94470-f6cd-4070-b68b-f864b0dbb60c", "key": "schema" }, { "id": "5551509d-aa7c-4905-a924-e98a361eaa0b", "key": "name" } ] }, "description": "Fetches a named image repository in a specified database and schema." }, "response": [ { "id": "bd948b46-d124-49dd-aefc-b28f41093e9d", "name": "Successful request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-bd948b46-d124-49dd-aefc-b28f41093e9d" }, { "id": "4e4811bb-c5c9-4562-ab07-b15462134597", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-4e4811bb-c5c9-4562-ab07-b15462134597" }, { "id": "1387cab2-6845-4502-8b00-7a5cf735228a", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-1387cab2-6845-4502-8b00-7a5cf735228a" }, { "id": "885d7af1-a49b-41db-80d2-0bbf0f541526", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-885d7af1-a49b-41db-80d2-0bbf0f541526" }, { "id": "265b4c95-c361-4b35-8adf-3f573d964d69", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-265b4c95-c361-4b35-8adf-3f573d964d69" }, { "id": "e5733e1d-f1b3-4995-91fb-09f658859956", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-e5733e1d-f1b3-4995-91fb-09f658859956" }, { "id": "ec42f031-47eb-4d2b-a57b-f314bf7c9430", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-ec42f031-47eb-4d2b-a57b-f314bf7c9430" }, { "id": "5291583d-67c7-4899-835a-181060e89c22", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-5291583d-67c7-4899-835a-181060e89c22" }, { "id": "2afcfa30-35b2-4021-8cb8-cb0b0dbaccb5", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-2afcfa30-35b2-4021-8cb8-cb0b0dbaccb5" }, { "id": "9b8a3653-6bc9-4b4c-8c6b-ebc71e23af0a", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-9b8a3653-6bc9-4b4c-8c6b-ebc71e23af0a" }, { "id": "79159082-7b25-4d25-a487-809ef33b2e7a", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-79159082-7b25-4d25-a487-809ef33b2e7a" } ], "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-cad8227e-dae4-4062-b4ed-ed9a1b3247c0" }, { "name": "Deletes an Image Repository.", "id": "08b3f7a7-75c6-46e2-b1bf-af0e6eab88ac", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":name" ], "variable": [ { "id": "90577fff-a4a3-4f74-bf79-d50aabe66f57", "key": "database" }, { "id": "03da51d2-c235-424e-8086-7dc41986fcdd", "key": "schema" }, { "id": "04425973-6de9-4c38-aede-4db073631593", "key": "name" } ] }, "description": "Deletes an image repository with the given name. If you enable the `ifExists` query parameter, the operation succeeds even if the object does not exist. Otherwise, a 404 failure is returned if the object does not exist." }, "response": [ { "id": "15ee0ba2-6b3f-44e7-8f0c-d5a03122c17d", "name": "200 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-15ee0ba2-6b3f-44e7-8f0c-d5a03122c17d" }, { "id": "66e17bda-be0a-408b-8d6a-dc816e339ff6", "name": "202 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-66e17bda-be0a-408b-8d6a-dc816e339ff6" }, { "id": "6ce54c9e-5ece-4887-a62e-cbaac4e5661d", "name": "400 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-6ce54c9e-5ece-4887-a62e-cbaac4e5661d" }, { "id": "5bb04634-e00b-4492-9234-3f3e746c19f0", "name": "401 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-5bb04634-e00b-4492-9234-3f3e746c19f0" }, { "id": "bc0e608c-bff6-411f-ac9f-96b25e9503e2", "name": "403 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-bc0e608c-bff6-411f-ac9f-96b25e9503e2" }, { "id": "e960ea03-1b47-4ce0-8978-6f2f3e9b7e9e", "name": "404 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-e960ea03-1b47-4ce0-8978-6f2f3e9b7e9e" }, { "id": "1d6fe8ce-dcb8-46d6-aa87-d3914790d06b", "name": "405 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-1d6fe8ce-dcb8-46d6-aa87-d3914790d06b" }, { "id": "3e60703d-67a5-4ef0-9a71-f2553bd4a5d0", "name": "429 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-3e60703d-67a5-4ef0-9a71-f2553bd4a5d0" }, { "id": "87613168-970a-4f48-a7c7-ea9e69842c95", "name": "500 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-87613168-970a-4f48-a7c7-ea9e69842c95" }, { "id": "b4b4e362-5ebc-4dab-a928-902df4cac489", "name": "503 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-b4b4e362-5ebc-4dab-a928-902df4cac489" }, { "id": "efa90c2b-1ae4-47f6-90f3-03c75c4c3c85", "name": "504 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories", ":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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-efa90c2b-1ae4-47f6-90f3-03c75c4c3c85" } ], "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-08b3f7a7-75c6-46e2-b1bf-af0e6eab88ac" } ], "id": "d26ab0e1-df35-4e3a-9264-84c0d2f04192", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-d26ab0e1-df35-4e3a-9264-84c0d2f04192" }, { "name": "Lists Image Repositories.", "id": "481414b2-18d5-452f-81f1-005d3e12e732", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "id": "cba80c13-17ff-414a-bbd5-2c9b296c4ecf", "key": "database" }, { "id": "54e628fb-7c01-4715-8cec-c168c15c4ab5", "key": "schema" } ] }, "description": "Lists the image repositories under a specified database and schema." }, "response": [ { "id": "2b671b22-a864-4c41-ad70-7945b99e5d38", "name": "Successful request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n },\n {\n \"name\": {\n \"value\": \"reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec\"\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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-2b671b22-a864-4c41-ad70-7945b99e5d38" }, { "id": "1ab8fdff-bd0c-4be7-85f9-5ac9c3b5b79f", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-1ab8fdff-bd0c-4be7-85f9-5ac9c3b5b79f" }, { "id": "3ad70f51-d4b6-41c0-96cb-6ef3c13741af", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-3ad70f51-d4b6-41c0-96cb-6ef3c13741af" }, { "id": "2e04baa3-334a-4e14-917f-ffdfa6cd6be9", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-2e04baa3-334a-4e14-917f-ffdfa6cd6be9" }, { "id": "541fe1f8-e4cf-4c16-b739-f4c8dc2542ed", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-541fe1f8-e4cf-4c16-b739-f4c8dc2542ed" }, { "id": "6ec59c43-624e-45d0-81e4-150e802f58af", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-6ec59c43-624e-45d0-81e4-150e802f58af" }, { "id": "b902bd94-f34d-4028-918b-7bea01786e9f", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-b902bd94-f34d-4028-918b-7bea01786e9f" }, { "id": "b9edb91c-cf11-4696-b20d-abbf02394219", "name": "408 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-b9edb91c-cf11-4696-b20d-abbf02394219" }, { "id": "2f211fb2-cc13-4e2d-b66d-7ae4ddbcb527", "name": "409 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-2f211fb2-cc13-4e2d-b66d-7ae4ddbcb527" }, { "id": "1da6c095-f957-4faf-8b29-932ef5348045", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-1da6c095-f957-4faf-8b29-932ef5348045" }, { "id": "721d8b32-ee0a-4c6d-8833-64e93ba49d10", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-721d8b32-ee0a-4c6d-8833-64e93ba49d10" }, { "id": "fb074cc4-70bd-468d-bb25-46a1f82e30df", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-fb074cc4-70bd-468d-bb25-46a1f82e30df" }, { "id": "e61ed680-782c-4384-9578-c84d026bd6bf", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-e61ed680-782c-4384-9578-c84d026bd6bf" } ], "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-481414b2-18d5-452f-81f1-005d3e12e732" }, { "name": "Creates an Image Repository in the Specified Database and Schema.", "id": "fc32369f-5e73-4866-9c67-d6ad8e9b321f", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "id": "9c3880cc-5f61-4c48-b042-9c1bd0f2f2a1", "key": "database" }, { "id": "c58cad4f-e631-45ed-98b9-48b9ec589ca2", "key": "schema" } ] }, "description": "Creates an image repository in the specified database, schema, and create mode. The `createMode` query parameter specifies what action to take based on whether the repository already exists. See the ImageRepository component definition for what is required to be provided in the request body." }, "response": [ { "id": "8949ad19-6311-4ff1-bda0-129cbb1affda", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-8949ad19-6311-4ff1-bda0-129cbb1affda" }, { "id": "33d5ed2e-f265-4391-90fa-4548df50fa79", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-33d5ed2e-f265-4391-90fa-4548df50fa79" }, { "id": "b951b613-c98f-4661-b4b0-41f5e5bd859f", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-b951b613-c98f-4661-b4b0-41f5e5bd859f" }, { "id": "0d3c1fb7-4229-442b-a5f9-213383328788", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-0d3c1fb7-4229-442b-a5f9-213383328788" }, { "id": "65ced0dd-05da-4fc1-86a1-443468a59265", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-65ced0dd-05da-4fc1-86a1-443468a59265" }, { "id": "64a12f2c-9d63-488a-8ba7-d54cb843f986", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-64a12f2c-9d63-488a-8ba7-d54cb843f986" }, { "id": "3bd2f729-0158-480b-9558-53be4c8d27b4", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-3bd2f729-0158-480b-9558-53be4c8d27b4" }, { "id": "dd1c1112-077b-4847-aabf-ec5a70e32715", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-dd1c1112-077b-4847-aabf-ec5a70e32715" }, { "id": "4ff722d7-098b-4687-a629-b13e003d000f", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-4ff722d7-098b-4687-a629-b13e003d000f" }, { "id": "3847a946-15b5-4f45-a6bf-f6355484fcd0", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-3847a946-15b5-4f45-a6bf-f6355484fcd0" }, { "id": "e2eaf2d2-529a-4485-a33e-09cd9982f03d", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "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:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-e2eaf2d2-529a-4485-a33e-09cd9982f03d" }, { "id": "1ddfef67-22ab-465a-bbb7-c1919fd21b09", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-1ddfef67-22ab-465a-bbb7-c1919fd21b09" }, { "id": "64b89d5b-9033-417f-90b5-b8363dd882c3", "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 \"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 \"created_on\": \"\",\n \"repository_url\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/image-repositories", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "image-repositories" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-64b89d5b-9033-417f-90b5-b8363dd882c3" } ], "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-fc32369f-5e73-4866-9c67-d6ad8e9b321f" } ], "id": "8e4b302e-6c89-42d0-aaa7-a43347dab728", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-8e4b302e-6c89-42d0-aaa7-a43347dab728" } ], "id": "f5b91a37-56f5-47e0-ac1f-0d6803104e5c", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-f5b91a37-56f5-47e0-ac1f-0d6803104e5c" } ], "id": "b8f5b1d1-2da0-496f-9dfa-02d0d9444a49", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-b8f5b1d1-2da0-496f-9dfa-02d0d9444a49" } ], "id": "81285102-4f10-4168-9c10-6bb4a5b5cce8", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-81285102-4f10-4168-9c10-6bb4a5b5cce8" } ], "id": "0456e4a1-1b59-4ad0-bdbd-61d7d8993a16", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-0456e4a1-1b59-4ad0-bdbd-61d7d8993a16" } ], "id": "ca0b0ef8-2fc9-4c3d-b07f-d4e88a8e1033", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-ca0b0ef8-2fc9-4c3d-b07f-d4e88a8e1033" } ], "id": "03b86ca4-3e48-4822-a085-ed18e2a5195d", "createdAt": "2026-06-05T13:20:29.000Z", "updatedAt": "2026-06-05T13:20:29.000Z", "uid": "35240-03b86ca4-3e48-4822-a085-ed18e2a5195d" } ], "variable": [ { "key": "baseUrl", "value": "https://org-account.snowflakecomputing.com" } ] }