{ "info": { "_postman_id": "7859f5f2-ebe0-41c6-8377-783b8a431f58", "name": "Vendor API V3 apps supportBundle API", "description": "Manage enterprise portal users, install options, branding, documentation, email templates, and access control.\n\nContact Support:\n Name: Replicated, Inc.\n Email: info@replicated.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "lastUpdatedBy": "35240", "uid": "35240-7859f5f2-ebe0-41c6-8377-783b8a431f58" }, "item": [ { "name": "app", "item": [ { "name": "{app_id}", "item": [ { "name": "supportbundle-command", "item": [ { "name": "Get a support bundle command for an app", "id": "30be89a5-9822-43a2-bd84-8a1fc2cfe543", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/supportbundle-command", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "supportbundle-command" ], "variable": [ { "id": "fb977927-e572-4bc6-aa1c-fccdcb530f51", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Return a command that can be run to collect a support bundle for the specified app.\nThe command may vary depending on the app's configuration and entitlements.\n\nRequired RBAC Policy: kots/app/[:appid]/read" }, "response": [ { "id": "7be2a907-5f74-4430-bb09-e1f45469f767", "name": "GetSupportBundleCommandResponse contains the get support bundle command response properties", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/supportbundle-command", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "supportbundle-command" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"command\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-7be2a907-5f74-4430-bb09-e1f45469f767" }, { "id": "ba0916ad-44ff-4cd8-90c4-e3dd5221054f", "name": "Returned on bad input", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/supportbundle-command", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "supportbundle-command" ], "variable": [ { "key": "app_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-ba0916ad-44ff-4cd8-90c4-e3dd5221054f" }, { "id": "e96ff8ae-8b4d-46de-bfc2-61b7c4370a82", "name": "Return if the caller is not authorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/supportbundle-command", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "supportbundle-command" ], "variable": [ { "key": "app_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-e96ff8ae-8b4d-46de-bfc2-61b7c4370a82" }, { "id": "9f76d2a0-9bec-4265-b602-7f98b0625dab", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/supportbundle-command", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "supportbundle-command" ], "variable": [ { "key": "app_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-9f76d2a0-9bec-4265-b602-7f98b0625dab" }, { "id": "fedfc25a-b3f6-42a5-ad26-e572c677a4aa", "name": "Returned on resource not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/supportbundle-command", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "supportbundle-command" ], "variable": [ { "key": "app_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-fedfc25a-b3f6-42a5-ad26-e572c677a4aa" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-30be89a5-9822-43a2-bd84-8a1fc2cfe543" } ], "id": "bd1b1671-4de0-43c3-9b36-1ff31d88dcba", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-bd1b1671-4de0-43c3-9b36-1ff31d88dcba" } ], "id": "33550754-1bcc-42b4-b8d7-15989e9af41e", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-33550754-1bcc-42b4-b8d7-15989e9af41e" } ], "id": "b21d2714-58bf-4663-bc96-5fbe961c546e", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-b21d2714-58bf-4663-bc96-5fbe961c546e" }, { "name": "supportbundle", "item": [ { "name": "upload-url", "item": [ { "name": "Get a presigned S3 support bundle upload URL + bundle ID.", "id": "4d74869c-8c76-4768-b918-d3badf0e59f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/supportbundle/upload-url", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", "upload-url" ] }, "description": "Generate and return a presigned S3 URL for uploading a support bundle, along with a unique bundle ID to reference the upload in subsequent API calls.\n\nRequired RBAC Policy: team/support-issues/write" }, "response": [ { "id": "0014c0a5-1e66-4443-a087-8e5625554854", "name": "GetUploadURLResponse contains the get support bundle upload URL response properties", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/upload-url", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", "upload-url" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bundleId\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-0014c0a5-1e66-4443-a087-8e5625554854" }, { "id": "b51b74a8-f617-4540-9d24-d08057412690", "name": "Returned on bad input", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/upload-url", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", "upload-url" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-b51b74a8-f617-4540-9d24-d08057412690" }, { "id": "2d1944f9-3e72-4593-8089-add538598f89", "name": "Return if the caller is not authorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/upload-url", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", "upload-url" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-2d1944f9-3e72-4593-8089-add538598f89" }, { "id": "2986af3a-9fc5-48df-b15e-0be72dd3ccd5", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/upload-url", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", "upload-url" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-2986af3a-9fc5-48df-b15e-0be72dd3ccd5" }, { "id": "b9096851-af6d-47b8-9eeb-4536b829468b", "name": "Returned on resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/upload-url", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", "upload-url" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-b9096851-af6d-47b8-9eeb-4536b829468b" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-4d74869c-8c76-4768-b918-d3badf0e59f7" } ], "id": "e2797170-c7aa-4419-9959-5d41c3312674", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-e2797170-c7aa-4419-9959-5d41c3312674" }, { "name": "{bundle_id}", "item": [ { "name": "analyze", "item": [ { "name": "Trigger analysis of a support bundle.", "id": "25b58bce-c863-4f63-8562-d8b844842ccd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/analyze", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "analyze" ], "variable": [ { "id": "928afbd2-072e-47e0-8ee9-f975c95f8e34", "key": "bundle_id", "value": "", "description": "(Required) SupportBundle identifier" } ] }, "description": "Re-trigger the analysis process for a previously uploaded support bundle.\nThe analysis will process the bundle and generate insights or results that can be retrieved later.\n\nRequired RBAC Policy: team/support-issues/write" }, "response": [ { "id": "6bf2fa28-0753-4574-81ce-c29aad048235", "name": "AnalyzeSupportBundleResponse contains the analyze support bundle command response properties", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/analyze", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "analyze" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-6bf2fa28-0753-4574-81ce-c29aad048235" }, { "id": "dff94599-14e0-4ecd-a848-bb3bcb79d03a", "name": "Returned on bad input", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/analyze", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "analyze" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-dff94599-14e0-4ecd-a848-bb3bcb79d03a" }, { "id": "4b0907db-b7ef-4785-894d-0bac19ab5e8e", "name": "Return if the caller is not authorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/analyze", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "analyze" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-4b0907db-b7ef-4785-894d-0bac19ab5e8e" }, { "id": "4151f951-0c64-4ab6-9f64-e0f80c332c2f", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/analyze", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "analyze" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-4151f951-0c64-4ab6-9f64-e0f80c332c2f" }, { "id": "408732e4-5b99-4467-8422-9f43f7a00ed2", "name": "Returned on resource not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/analyze", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "analyze" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-408732e4-5b99-4467-8422-9f43f7a00ed2" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-25b58bce-c863-4f63-8562-d8b844842ccd" } ], "id": "89787fec-c58c-4150-8a1b-d0f74a6c9cb9", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-89787fec-c58c-4150-8a1b-d0f74a6c9cb9" }, { "name": "download", "item": [ { "name": "Download a support bundle.", "id": "9932c32e-af5a-4331-98ac-f548ad31ce4e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/download", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "download" ], "variable": [ { "id": "a88aa24a-02b4-416e-84e1-8c9cb9265ac8", "key": "bundle_id", "value": "", "description": "(Required) SupportBundle identifier" } ] }, "description": "Returns a 302 redirect to a presigned S3 download URL for the support bundle.\nPass ?redirect=false to receive the URL as JSON instead of a redirect.\n\nRequired RBAC Policy: kots/app/[:appid]/supportbundle/read" }, "response": [ { "id": "d0ad36fc-332f-4ef4-9bf0-fa72d7333a2e", "name": "DownloadSupportBundleURLResponse contains the download URL response when redirect=false.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/download", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "download" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"url\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-d0ad36fc-332f-4ef4-9bf0-fa72d7333a2e" }, { "id": "860b3a62-5fd5-4a64-be54-4b4eed612f9b", "name": " Redirect to presigned S3 URL", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/download", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "download" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Found", "code": 302, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-860b3a62-5fd5-4a64-be54-4b4eed612f9b" }, { "id": "ecd70bf2-5be7-4f01-ae2b-a1d33e14a1b7", "name": "Returned on bad input", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/download", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "download" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-ecd70bf2-5be7-4f01-ae2b-a1d33e14a1b7" }, { "id": "300aa3f5-3e7c-4cfb-b252-9153eb105a1d", "name": "Return if the caller is not authorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/download", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "download" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-300aa3f5-3e7c-4cfb-b252-9153eb105a1d" }, { "id": "bc1f4e2a-bf41-4df7-94ff-8fb79479babe", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/download", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "download" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-bc1f4e2a-bf41-4df7-94ff-8fb79479babe" }, { "id": "de21b5e4-ac08-4875-b1f3-5a47e8014908", "name": "Returned on resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/download", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "download" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-de21b5e4-ac08-4875-b1f3-5a47e8014908" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-9932c32e-af5a-4331-98ac-f548ad31ce4e" } ], "id": "e51bbea5-196d-436c-bee0-23a5ef159e7d", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-e51bbea5-196d-436c-bee0-23a5ef159e7d" }, { "name": "events", "item": [ { "name": "Get parsed Kubernetes events from a support bundle.", "id": "2c077196-9024-44f3-80cb-c99abdb56d21", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/events", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "events" ], "variable": [ { "id": "b9cb8b1b-dfa1-4eea-804a-8f443e3a6934", "key": "bundle_id", "value": "", "description": "(Required) The ID or slug of the support bundle." } ] }, "description": "Retrieve structured Kubernetes events from the cluster-resources data in a support bundle, with optional filtering by namespace and event type.\n\nRequired RBAC Policy: kots/app/[:appid]/supportbundle/read \u2014 enforced via getBundleWithAuth" }, "response": [ { "id": "a5d49a53-b86f-4ee1-9dd1-fc7b6a71005f", "name": "GetEventsResponse contains the get events response properties", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/events", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "events" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"events\": [\n {\n \"count\": \"\",\n \"firstTimestamp\": \"\",\n \"lastTimestamp\": \"\",\n \"message\": \"\",\n \"namespace\": \"\",\n \"objectKind\": \"\",\n \"objectName\": \"\",\n \"reason\": \"\",\n \"type\": \"\"\n },\n {\n \"count\": \"\",\n \"firstTimestamp\": \"\",\n \"lastTimestamp\": \"\",\n \"message\": \"\",\n \"namespace\": \"\",\n \"objectKind\": \"\",\n \"objectName\": \"\",\n \"reason\": \"\",\n \"type\": \"\"\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-a5d49a53-b86f-4ee1-9dd1-fc7b6a71005f" }, { "id": "869d9f74-55cb-4312-b1c5-12bb557a7b6d", "name": "Returned on bad input", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/events", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "events" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-869d9f74-55cb-4312-b1c5-12bb557a7b6d" }, { "id": "ef3a7164-c648-4441-9932-d1f04722c252", "name": "Return if the caller is not authorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/events", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "events" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-ef3a7164-c648-4441-9932-d1f04722c252" }, { "id": "ac539df4-92e0-48ce-aca3-50d94957c1f0", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/events", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "events" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-ac539df4-92e0-48ce-aca3-50d94957c1f0" }, { "id": "69f045f0-8b53-4897-8d1a-f973372b3679", "name": "Returned on resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/events", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "events" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-69f045f0-8b53-4897-8d1a-f973372b3679" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-2c077196-9024-44f3-80cb-c99abdb56d21" } ], "id": "7ace368b-9451-45fd-b56a-8c129f21dd63", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-7ace368b-9451-45fd-b56a-8c129f21dd63" }, { "name": "files", "item": [ { "name": "Get files from a support bundle.", "id": "7b5de474-ff2d-41ef-af97-0d3c3b095f15", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"filenames\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/files", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "files" ], "variable": [ { "id": "4c93e3eb-7ac8-48a7-a870-c006811ce9f9", "key": "bundle_id", "value": "", "description": "(Required) SupportBundle identifier" } ] }, "description": "Retrieve specific files from a support bundle, such as logs or configuration files, for further analysis or troubleshooting.\n\nRequired RBAC Policy: kots/app/[:appid]/supportbundle/read" }, "response": [ { "id": "629ffaa5-f9f5-4e97-8994-501c70d58b68", "name": "GetFilesResponse contains the get files response properties", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"filenames\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/files", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "files" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"files\": {\n \"proident35\": [\n \"\",\n \"\"\n ],\n \"culpa452\": [\n \"\",\n \"\"\n ],\n \"consequat_fe0\": [\n \"\",\n \"\"\n ]\n },\n \"success\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-629ffaa5-f9f5-4e97-8994-501c70d58b68" }, { "id": "1ee49685-415d-4387-8ed8-6b336569a4ff", "name": "Returned on bad input", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"filenames\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/files", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "files" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-1ee49685-415d-4387-8ed8-6b336569a4ff" }, { "id": "d9f8b171-a63e-47d6-a521-8cc951f7132f", "name": "Return if the caller is not authorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"filenames\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/files", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "files" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-d9f8b171-a63e-47d6-a521-8cc951f7132f" }, { "id": "2f9467bc-9f7d-4948-850d-7dfb9fd6c11f", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"filenames\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/files", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "files" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-2f9467bc-9f7d-4948-850d-7dfb9fd6c11f" }, { "id": "1a8772ea-cc7a-48ab-a419-676122b170e4", "name": "Returned on resource not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"filenames\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/files", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "files" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-1a8772ea-cc7a-48ab-a419-676122b170e4" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-7b5de474-ff2d-41ef-af97-0d3c3b095f15" } ], "id": "0680304b-25e2-4262-9531-3fc24c763aae", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-0680304b-25e2-4262-9531-3fc24c763aae" }, { "name": "logs", "item": [ { "name": "{namespace}", "item": [ { "name": "{pod}", "item": [ { "name": "Get pod logs from a support bundle.", "id": "ac73cb00-9863-4780-bcce-14cd07de3b6b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/logs/:namespace/:pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "logs", ":namespace", ":pod" ], "variable": [ { "id": "16aa5344-28c4-4a45-b30a-41f8bb4886ed", "key": "bundle_id", "value": "", "description": "(Required) The ID or slug of the support bundle." }, { "id": "24c6cf9f-24fd-4217-bfb6-70c777a444ef", "key": "namespace", "value": "", "description": "(Required) The Kubernetes namespace of the pod." }, { "id": "9e5ff3dc-fe9b-455e-9244-74bc14706cbe", "key": "pod", "value": "", "description": "(Required) The name of the pod." } ] }, "description": "Retrieve log files for a specific pod from the cluster-resources data in a support bundle.\n\nRequired RBAC Policy: kots/app/[:appid]/supportbundle/read \u2014 enforced via getBundleWithAuth" }, "response": [ { "id": "82ab35e0-aeac-464a-a75f-270e019b2dd6", "name": "GetLogsResponse contains the get logs response properties", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/logs/:namespace/:pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "logs", ":namespace", ":pod" ], "variable": [ { "key": "bundle_id" }, { "key": "namespace" }, { "key": "pod" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"logs\": [\n {\n \"logs\": \"\",\n \"name\": \"\"\n },\n {\n \"logs\": \"\",\n \"name\": \"\"\n }\n ],\n \"truncated\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-82ab35e0-aeac-464a-a75f-270e019b2dd6" }, { "id": "9c577ad3-d6ad-4948-a564-a8b633fd3af1", "name": "Returned on bad input", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/logs/:namespace/:pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "logs", ":namespace", ":pod" ], "variable": [ { "key": "bundle_id" }, { "key": "namespace" }, { "key": "pod" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-9c577ad3-d6ad-4948-a564-a8b633fd3af1" }, { "id": "d102cabc-7303-453c-af06-1c803eac307d", "name": "Return if the caller is not authorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/logs/:namespace/:pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "logs", ":namespace", ":pod" ], "variable": [ { "key": "bundle_id" }, { "key": "namespace" }, { "key": "pod" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-d102cabc-7303-453c-af06-1c803eac307d" }, { "id": "75b2721e-f32b-4ca6-9917-4ad23adbe41e", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/logs/:namespace/:pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "logs", ":namespace", ":pod" ], "variable": [ { "key": "bundle_id" }, { "key": "namespace" }, { "key": "pod" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-75b2721e-f32b-4ca6-9917-4ad23adbe41e" }, { "id": "2d4ea639-784f-4bbc-97c6-0e3db30ff27f", "name": "Returned on resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/logs/:namespace/:pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "logs", ":namespace", ":pod" ], "variable": [ { "key": "bundle_id" }, { "key": "namespace" }, { "key": "pod" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-2d4ea639-784f-4bbc-97c6-0e3db30ff27f" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-ac73cb00-9863-4780-bcce-14cd07de3b6b" } ], "id": "1bf1f59b-0cb8-453d-8ce9-365cf7ea9ca1", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-1bf1f59b-0cb8-453d-8ce9-365cf7ea9ca1" } ], "id": "a0912247-ddb8-4fa0-a920-8e88c716570d", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-a0912247-ddb8-4fa0-a920-8e88c716570d" } ], "id": "e81340e2-e8f9-418c-8982-fda950b2f47b", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-e81340e2-e8f9-418c-8982-fda950b2f47b" }, { "name": "name", "item": [ { "name": "Update a support bundle name.", "id": "32e4abe4-b37b-4a51-a59c-1e7a85a47047", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/name", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "name" ], "variable": [ { "id": "60db7427-7f50-4124-b6bf-c0a137039225", "key": "bundle_id", "value": "", "description": "(Required) SupportBundle identifier" } ] }, "description": "Set or clear the display name for a specific support bundle. Pass an empty string to clear the name.\n\nRequired RBAC Policy: team/support-issues/write" }, "response": [ { "id": "abafa176-1424-4b9f-80a6-3206aced0b13", "name": "UpdateSupportBundleNameResponse contains the update support bundle name response properties", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/name", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "name" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-abafa176-1424-4b9f-80a6-3206aced0b13" }, { "id": "9b53f7fb-2203-4181-8f7a-3b201779d76b", "name": "Returned on bad input", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/name", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "name" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-9b53f7fb-2203-4181-8f7a-3b201779d76b" }, { "id": "9c5028ca-e03e-4087-9739-d674fae16edc", "name": "Return if the caller is not authorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/name", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "name" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-9c5028ca-e03e-4087-9739-d674fae16edc" }, { "id": "7a8e1393-bd86-4833-bd52-f6d63b764465", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/name", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "name" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-7a8e1393-bd86-4833-bd52-f6d63b764465" }, { "id": "29f18f1f-c1ad-451a-958e-79add5fbf4da", "name": "Returned on resource not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/name", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "name" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-29f18f1f-c1ad-451a-958e-79add5fbf4da" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-32e4abe4-b37b-4a51-a59c-1e7a85a47047" } ], "id": "9e88d6d9-477e-4e59-ae1d-9a222fa9e02d", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-9e88d6d9-477e-4e59-ae1d-9a222fa9e02d" }, { "name": "pod", "item": [ { "name": "Get details about a single pod running when a support bundle was collected.", "id": "51358b90-072e-4f94-a741-449ca5153c84", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "pod" ], "variable": [ { "id": "a9f6ce54-3501-48bb-8656-bc52789fd4e7", "key": "bundle_id", "value": "", "description": "(Required) SupportBundle identifier" } ] }, "description": "Return details about a specific pod that was running in the cluster at the time the specified support bundle was collected.\nIt includes the pod's definition, events, and a list of containers with paths to their logs.\n\nRequired RBAC Policy: kots/app/[:appid]/supportbundle/read" }, "response": [ { "id": "9bcbde56-d007-47d3-beed-cba5edb922a5", "name": "GetPodDetailsResponse contains the pod details response properties", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "pod" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"podContainers\": [\n {\n \"isInitContainer\": \"\",\n \"logsFilePath\": \"\",\n \"name\": \"\"\n }\n ],\n \"podDefinition\": {\n \"annotations\": {\n \"pariatur_b61\": \"\",\n \"cupidatat3a\": \"\"\n },\n \"apiVersion\": \"\",\n \"creationTimestamp\": \"\",\n \"deletionGracePeriodSeconds\": \"\",\n \"deletionTimestamp\": \"\",\n \"finalizers\": [\n \"\"\n ],\n \"generateName\": \"\",\n \"generation\": \"\",\n \"kind\": \"\",\n \"labels\": {\n \"ind5\": \"\"\n },\n \"managedFields\": [\n {\n \"apiVersion\": \"\",\n \"fieldsType\": \"\",\n \"fieldsV1\": {},\n \"manager\": \"\",\n \"operation\": \"\",\n \"subresource\": \"\",\n \"time\": \"\"\n }\n ],\n \"name\": \"\",\n \"namespace\": \"\",\n \"ownerReferences\": [\n {\n \"apiVersion\": \"\",\n \"blockOwnerDeletion\": \"\",\n \"controller\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"uid\": \"\"\n }\n ],\n \"resourceVersion\": \"\",\n \"selfLink\": \"\",\n \"spec\": {\n \"activeDeadlineSeconds\": \"\",\n \"affinity\": {\n \"nodeAffinity\": {\n \"preferredDuringSchedulingIgnoredDuringExecution\": [\n {\n \"preference\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchFields\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ]\n },\n \"weight\": \"\"\n }\n ],\n \"requiredDuringSchedulingIgnoredDuringExecution\": {\n \"nodeSelectorTerms\": [\n {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchFields\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ]\n }\n ]\n }\n },\n \"podAffinity\": {\n \"preferredDuringSchedulingIgnoredDuringExecution\": [\n {\n \"podAffinityTerm\": {\n \"labelSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"magnaa_\": \"\",\n \"doc0f\": \"\",\n \"nulla_beb\": \"\",\n \"eu_a\": \"\"\n }\n },\n \"matchLabelKeys\": [\n \"\"\n ],\n \"mismatchLabelKeys\": [\n \"\"\n ],\n \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"mollit_2c\": \"\"\n }\n },\n \"namespaces\": [\n \"\"\n ],\n \"topologyKey\": \"\"\n },\n \"weight\": \"\"\n }\n ],\n \"requiredDuringSchedulingIgnoredDuringExecution\": [\n {\n \"labelSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"Ut_e4d\": \"\"\n }\n },\n \"matchLabelKeys\": [\n \"\"\n ],\n \"mismatchLabelKeys\": [\n \"\"\n ],\n \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"inf\": \"\",\n \"in_3\": \"\"\n }\n },\n \"namespaces\": [\n \"\"\n ],\n \"topologyKey\": \"\"\n }\n ]\n },\n \"podAntiAffinity\": {\n \"preferredDuringSchedulingIgnoredDuringExecution\": [\n {\n \"podAffinityTerm\": {\n \"labelSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"nulla_d3\": \"\",\n \"id_031\": \"\",\n \"minimf1\": \"\",\n \"magna_6_9\": \"\"\n }\n },\n \"matchLabelKeys\": [\n \"\"\n ],\n \"mismatchLabelKeys\": [\n \"\"\n ],\n \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"dolore_4b2\": \"\",\n \"voluptate_616\": \"\"\n }\n },\n \"namespaces\": [\n \"\"\n ],\n \"topologyKey\": \"\"\n },\n \"weight\": \"\"\n }\n ],\n \"requiredDuringSchedulingIgnoredDuringExecution\": [\n {\n \"labelSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"commodo7e\": \"\",\n \"et_d\": \"\",\n \"deserunt16\": \"\"\n }\n },\n \"matchLabelKeys\": [\n \"\"\n ],\n \"mismatchLabelKeys\": [\n \"\"\n ],\n \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"animb\": \"\",\n \"exb1f\": \"\"\n }\n },\n \"namespaces\": [\n \"\"\n ],\n \"topologyKey\": \"\"\n }\n ]\n }\n },\n \"automountServiceAccountToken\": \"\",\n \"containers\": [\n {\n \"args\": [\n \"\"\n ],\n \"command\": [\n \"\"\n ],\n \"env\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"valueFrom\": {\n \"configMapKeyRef\": {\n \"key\": \"\",\n \"name\": \"\",\n \"optional\": \"\"\n },\n \"fieldRef\": {\n \"apiVersion\": \"\",\n \"fieldPath\": \"\"\n },\n \"fileKeyRef\": {\n \"key\": \"\",\n \"optional\": \"\",\n \"path\": \"\",\n \"volumeName\": \"\"\n },\n \"resourceFieldRef\": {\n \"containerName\": \"\",\n \"divisor\": {},\n \"resource\": \"\"\n },\n \"secretKeyRef\": {\n \"key\": \"\",\n \"name\": \"\",\n \"optional\": \"\"\n }\n }\n }\n ],\n \"envFrom\": [\n {\n \"configMapRef\": {\n \"name\": \"\",\n \"optional\": \"\"\n },\n \"prefix\": \"\",\n \"secretRef\": {\n \"name\": \"\",\n \"optional\": \"\"\n }\n }\n ],\n \"image\": \"\",\n \"imagePullPolicy\": \"\",\n \"lifecycle\": {\n \"postStart\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"sleep\": {\n \"seconds\": \"\"\n },\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n }\n },\n \"preStop\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"sleep\": {\n \"seconds\": \"\"\n },\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n }\n },\n \"stopSignal\": \"\"\n },\n \"livenessProbe\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"failureThreshold\": \"\",\n \"grpc\": {\n \"port\": \"\",\n \"service\": \"\"\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"initialDelaySeconds\": \"\",\n \"periodSeconds\": \"\",\n \"successThreshold\": \"\",\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n },\n \"terminationGracePeriodSeconds\": \"\",\n \"timeoutSeconds\": \"\"\n },\n \"name\": \"\",\n \"ports\": [\n {\n \"containerPort\": \"\",\n \"hostIP\": \"\",\n \"hostPort\": \"\",\n \"name\": \"\",\n \"protocol\": \"\"\n }\n ],\n \"readinessProbe\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"failureThreshold\": \"\",\n \"grpc\": {\n \"port\": \"\",\n \"service\": \"\"\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"initialDelaySeconds\": \"\",\n \"periodSeconds\": \"\",\n \"successThreshold\": \"\",\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n },\n \"terminationGracePeriodSeconds\": \"\",\n \"timeoutSeconds\": \"\"\n },\n \"resizePolicy\": [\n {\n \"resourceName\": \"\",\n \"restartPolicy\": \"\"\n }\n ],\n \"resources\": {\n \"claims\": [\n {\n \"name\": \"\",\n \"request\": \"\"\n }\n ],\n \"limits\": {\n \"deserunt_f\": {},\n \"dolore\": {}\n },\n \"requests\": {\n \"deserunt_a2b\": {},\n \"adc\": {}\n }\n },\n \"restartPolicy\": \"\",\n \"restartPolicyRules\": [\n {\n \"action\": \"\",\n \"exitCodes\": {\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n }\n ],\n \"securityContext\": {\n \"allowPrivilegeEscalation\": \"\",\n \"appArmorProfile\": {\n \"localhostProfile\": \"\",\n \"type\": \"\"\n },\n \"capabilities\": {\n \"add\": [\n \"\"\n ],\n \"drop\": [\n \"\"\n ]\n },\n \"privileged\": \"\",\n \"procMount\": \"\",\n \"readOnlyRootFilesystem\": \"\",\n \"runAsGroup\": \"\",\n \"runAsNonRoot\": \"\",\n \"runAsUser\": \"\",\n \"seLinuxOptions\": {\n \"level\": \"\",\n \"role\": \"\",\n \"type\": \"\",\n \"user\": \"\"\n },\n \"seccompProfile\": {\n \"localhostProfile\": \"\",\n \"type\": \"\"\n },\n \"windowsOptions\": {\n \"gmsaCredentialSpec\": \"\",\n \"gmsaCredentialSpecName\": \"\",\n \"hostProcess\": \"\",\n \"runAsUserName\": \"\"\n }\n },\n \"startupProbe\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"failureThreshold\": \"\",\n \"grpc\": {\n \"port\": \"\",\n \"service\": \"\"\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"initialDelaySeconds\": \"\",\n \"periodSeconds\": \"\",\n \"successThreshold\": \"\",\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n },\n \"terminationGracePeriodSeconds\": \"\",\n \"timeoutSeconds\": \"\"\n },\n \"stdin\": \"\",\n \"stdinOnce\": \"\",\n \"terminationMessagePath\": \"\",\n \"terminationMessagePolicy\": \"\",\n \"tty\": \"\",\n \"volumeDevices\": [\n {\n \"devicePath\": \"\",\n \"name\": \"\"\n }\n ],\n \"volumeMounts\": [\n {\n \"mountPath\": \"\",\n \"mountPropagation\": \"\",\n \"name\": \"\",\n \"readOnly\": \"\",\n \"recursiveReadOnly\": \"\",\n \"subPath\": \"\",\n \"subPathExpr\": \"\"\n }\n ],\n \"workingDir\": \"\"\n }\n ],\n \"dnsConfig\": {\n \"nameservers\": [\n \"\"\n ],\n \"options\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"searches\": [\n \"\"\n ]\n },\n \"dnsPolicy\": \"\",\n \"enableServiceLinks\": \"\",\n \"ephemeralContainers\": [\n {\n \"args\": [\n \"\"\n ],\n \"command\": [\n \"\"\n ],\n \"env\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"valueFrom\": {\n \"configMapKeyRef\": {\n \"key\": \"\",\n \"name\": \"\",\n \"optional\": \"\"\n },\n \"fieldRef\": {\n \"apiVersion\": \"\",\n \"fieldPath\": \"\"\n },\n \"fileKeyRef\": {\n \"key\": \"\",\n \"optional\": \"\",\n \"path\": \"\",\n \"volumeName\": \"\"\n },\n \"resourceFieldRef\": {\n \"containerName\": \"\",\n \"divisor\": {},\n \"resource\": \"\"\n },\n \"secretKeyRef\": {\n \"key\": \"\",\n \"name\": \"\",\n \"optional\": \"\"\n }\n }\n }\n ],\n \"envFrom\": [\n {\n \"configMapRef\": {\n \"name\": \"\",\n \"optional\": \"\"\n },\n \"prefix\": \"\",\n \"secretRef\": {\n \"name\": \"\",\n \"optional\": \"\"\n }\n }\n ],\n \"image\": \"\",\n \"imagePullPolicy\": \"\",\n \"lifecycle\": {\n \"postStart\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"sleep\": {\n \"seconds\": \"\"\n },\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n }\n },\n \"preStop\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"sleep\": {\n \"seconds\": \"\"\n },\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n }\n },\n \"stopSignal\": \"\"\n },\n \"livenessProbe\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"failureThreshold\": \"\",\n \"grpc\": {\n \"port\": \"\",\n \"service\": \"\"\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"initialDelaySeconds\": \"\",\n \"periodSeconds\": \"\",\n \"successThreshold\": \"\",\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n },\n \"terminationGracePeriodSeconds\": \"\",\n \"timeoutSeconds\": \"\"\n },\n \"name\": \"\",\n \"ports\": [\n {\n \"containerPort\": \"\",\n \"hostIP\": \"\",\n \"hostPort\": \"\",\n \"name\": \"\",\n \"protocol\": \"\"\n }\n ],\n \"readinessProbe\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"failureThreshold\": \"\",\n \"grpc\": {\n \"port\": \"\",\n \"service\": \"\"\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"initialDelaySeconds\": \"\",\n \"periodSeconds\": \"\",\n \"successThreshold\": \"\",\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n },\n \"terminationGracePeriodSeconds\": \"\",\n \"timeoutSeconds\": \"\"\n },\n \"resizePolicy\": [\n {\n \"resourceName\": \"\",\n \"restartPolicy\": \"\"\n }\n ],\n \"resources\": {\n \"claims\": [\n {\n \"name\": \"\",\n \"request\": \"\"\n }\n ],\n \"limits\": {\n \"tempor_a\": {},\n \"adipisicing_486\": {},\n \"dolor_5\": {},\n \"dolore234\": {}\n },\n \"requests\": {\n \"culpa71\": {},\n \"ut_696\": {},\n \"voluptate0\": {}\n }\n },\n \"restartPolicy\": \"\",\n \"restartPolicyRules\": [\n {\n \"action\": \"\",\n \"exitCodes\": {\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n }\n ],\n \"securityContext\": {\n \"allowPrivilegeEscalation\": \"\",\n \"appArmorProfile\": {\n \"localhostProfile\": \"\",\n \"type\": \"\"\n },\n \"capabilities\": {\n \"add\": [\n \"\"\n ],\n \"drop\": [\n \"\"\n ]\n },\n \"privileged\": \"\",\n \"procMount\": \"\",\n \"readOnlyRootFilesystem\": \"\",\n \"runAsGroup\": \"\",\n \"runAsNonRoot\": \"\",\n \"runAsUser\": \"\",\n \"seLinuxOptions\": {\n \"level\": \"\",\n \"role\": \"\",\n \"type\": \"\",\n \"user\": \"\"\n },\n \"seccompProfile\": {\n \"localhostProfile\": \"\",\n \"type\": \"\"\n },\n \"windowsOptions\": {\n \"gmsaCredentialSpec\": \"\",\n \"gmsaCredentialSpecName\": \"\",\n \"hostProcess\": \"\",\n \"runAsUserName\": \"\"\n }\n },\n \"startupProbe\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"failureThreshold\": \"\",\n \"grpc\": {\n \"port\": \"\",\n \"service\": \"\"\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"initialDelaySeconds\": \"\",\n \"periodSeconds\": \"\",\n \"successThreshold\": \"\",\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n },\n \"terminationGracePeriodSeconds\": \"\",\n \"timeoutSeconds\": \"\"\n },\n \"stdin\": \"\",\n \"stdinOnce\": \"\",\n \"targetContainerName\": \"\",\n \"terminationMessagePath\": \"\",\n \"terminationMessagePolicy\": \"\",\n \"tty\": \"\",\n \"volumeDevices\": [\n {\n \"devicePath\": \"\",\n \"name\": \"\"\n }\n ],\n \"volumeMounts\": [\n {\n \"mountPath\": \"\",\n \"mountPropagation\": \"\",\n \"name\": \"\",\n \"readOnly\": \"\",\n \"recursiveReadOnly\": \"\",\n \"subPath\": \"\",\n \"subPathExpr\": \"\"\n }\n ],\n \"workingDir\": \"\"\n }\n ],\n \"hostAliases\": [\n {\n \"hostnames\": [\n \"\"\n ],\n \"ip\": \"\"\n }\n ],\n \"hostIPC\": \"\",\n \"hostNetwork\": \"\",\n \"hostPID\": \"\",\n \"hostUsers\": \"\",\n \"hostname\": \"\",\n \"hostnameOverride\": \"\",\n \"imagePullSecrets\": [\n {\n \"name\": \"\"\n }\n ],\n \"initContainers\": [\n {\n \"args\": [\n \"\"\n ],\n \"command\": [\n \"\"\n ],\n \"env\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"valueFrom\": {\n \"configMapKeyRef\": {\n \"key\": \"\",\n \"name\": \"\",\n \"optional\": \"\"\n },\n \"fieldRef\": {\n \"apiVersion\": \"\",\n \"fieldPath\": \"\"\n },\n \"fileKeyRef\": {\n \"key\": \"\",\n \"optional\": \"\",\n \"path\": \"\",\n \"volumeName\": \"\"\n },\n \"resourceFieldRef\": {\n \"containerName\": \"\",\n \"divisor\": {},\n \"resource\": \"\"\n },\n \"secretKeyRef\": {\n \"key\": \"\",\n \"name\": \"\",\n \"optional\": \"\"\n }\n }\n }\n ],\n \"envFrom\": [\n {\n \"configMapRef\": {\n \"name\": \"\",\n \"optional\": \"\"\n },\n \"prefix\": \"\",\n \"secretRef\": {\n \"name\": \"\",\n \"optional\": \"\"\n }\n }\n ],\n \"image\": \"\",\n \"imagePullPolicy\": \"\",\n \"lifecycle\": {\n \"postStart\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"sleep\": {\n \"seconds\": \"\"\n },\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n }\n },\n \"preStop\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"sleep\": {\n \"seconds\": \"\"\n },\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n }\n },\n \"stopSignal\": \"\"\n },\n \"livenessProbe\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"failureThreshold\": \"\",\n \"grpc\": {\n \"port\": \"\",\n \"service\": \"\"\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"initialDelaySeconds\": \"\",\n \"periodSeconds\": \"\",\n \"successThreshold\": \"\",\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n },\n \"terminationGracePeriodSeconds\": \"\",\n \"timeoutSeconds\": \"\"\n },\n \"name\": \"\",\n \"ports\": [\n {\n \"containerPort\": \"\",\n \"hostIP\": \"\",\n \"hostPort\": \"\",\n \"name\": \"\",\n \"protocol\": \"\"\n }\n ],\n \"readinessProbe\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"failureThreshold\": \"\",\n \"grpc\": {\n \"port\": \"\",\n \"service\": \"\"\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"initialDelaySeconds\": \"\",\n \"periodSeconds\": \"\",\n \"successThreshold\": \"\",\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n },\n \"terminationGracePeriodSeconds\": \"\",\n \"timeoutSeconds\": \"\"\n },\n \"resizePolicy\": [\n {\n \"resourceName\": \"\",\n \"restartPolicy\": \"\"\n }\n ],\n \"resources\": {\n \"claims\": [\n {\n \"name\": \"\",\n \"request\": \"\"\n }\n ],\n \"limits\": {\n \"incididunt_9d5\": {},\n \"sunt_e\": {},\n \"reprehenderit_f2\": {}\n },\n \"requests\": {\n \"culpa_0_0\": {},\n \"sunt_4b\": {},\n \"utfa5\": {},\n \"laborumcc\": {}\n }\n },\n \"restartPolicy\": \"\",\n \"restartPolicyRules\": [\n {\n \"action\": \"\",\n \"exitCodes\": {\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n }\n ],\n \"securityContext\": {\n \"allowPrivilegeEscalation\": \"\",\n \"appArmorProfile\": {\n \"localhostProfile\": \"\",\n \"type\": \"\"\n },\n \"capabilities\": {\n \"add\": [\n \"\"\n ],\n \"drop\": [\n \"\"\n ]\n },\n \"privileged\": \"\",\n \"procMount\": \"\",\n \"readOnlyRootFilesystem\": \"\",\n \"runAsGroup\": \"\",\n \"runAsNonRoot\": \"\",\n \"runAsUser\": \"\",\n \"seLinuxOptions\": {\n \"level\": \"\",\n \"role\": \"\",\n \"type\": \"\",\n \"user\": \"\"\n },\n \"seccompProfile\": {\n \"localhostProfile\": \"\",\n \"type\": \"\"\n },\n \"windowsOptions\": {\n \"gmsaCredentialSpec\": \"\",\n \"gmsaCredentialSpecName\": \"\",\n \"hostProcess\": \"\",\n \"runAsUserName\": \"\"\n }\n },\n \"startupProbe\": {\n \"exec\": {\n \"command\": [\n \"\"\n ]\n },\n \"failureThreshold\": \"\",\n \"grpc\": {\n \"port\": \"\",\n \"service\": \"\"\n },\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n },\n \"scheme\": \"\"\n },\n \"initialDelaySeconds\": \"\",\n \"periodSeconds\": \"\",\n \"successThreshold\": \"\",\n \"tcpSocket\": {\n \"host\": \"\",\n \"port\": {\n \"IntVal\": \"\",\n \"StrVal\": \"\",\n \"Type\": \"\"\n }\n },\n \"terminationGracePeriodSeconds\": \"\",\n \"timeoutSeconds\": \"\"\n },\n \"stdin\": \"\",\n \"stdinOnce\": \"\",\n \"terminationMessagePath\": \"\",\n \"terminationMessagePolicy\": \"\",\n \"tty\": \"\",\n \"volumeDevices\": [\n {\n \"devicePath\": \"\",\n \"name\": \"\"\n }\n ],\n \"volumeMounts\": [\n {\n \"mountPath\": \"\",\n \"mountPropagation\": \"\",\n \"name\": \"\",\n \"readOnly\": \"\",\n \"recursiveReadOnly\": \"\",\n \"subPath\": \"\",\n \"subPathExpr\": \"\"\n }\n ],\n \"workingDir\": \"\"\n }\n ],\n \"nodeName\": \"\",\n \"nodeSelector\": {\n \"inf\": \"\"\n },\n \"os\": {\n \"name\": \"\"\n },\n \"overhead\": {\n \"sunt_c\": {},\n \"culpa_3\": {},\n \"adipisicing_2a\": {}\n },\n \"preemptionPolicy\": \"\",\n \"priority\": \"\",\n \"priorityClassName\": \"\",\n \"readinessGates\": [\n {\n \"conditionType\": \"\"\n }\n ],\n \"resourceClaims\": [\n {\n \"name\": \"\",\n \"resourceClaimName\": \"\",\n \"resourceClaimTemplateName\": \"\"\n }\n ],\n \"resources\": {\n \"claims\": [\n {\n \"name\": \"\",\n \"request\": \"\"\n }\n ],\n \"limits\": {\n \"fugiat_593\": {},\n \"id_b\": {},\n \"proident_7\": {},\n \"cillum__b\": {}\n },\n \"requests\": {\n \"anim_f95\": {},\n \"eu6\": {},\n \"laboris8\": {}\n }\n },\n \"restartPolicy\": \"\",\n \"runtimeClassName\": \"\",\n \"schedulerName\": \"\",\n \"schedulingGates\": [\n {\n \"name\": \"\"\n }\n ],\n \"securityContext\": {\n \"appArmorProfile\": {\n \"localhostProfile\": \"\",\n \"type\": \"\"\n },\n \"fsGroup\": \"\",\n \"fsGroupChangePolicy\": \"\",\n \"runAsGroup\": \"\",\n \"runAsNonRoot\": \"\",\n \"runAsUser\": \"\",\n \"seLinuxChangePolicy\": \"\",\n \"seLinuxOptions\": {\n \"level\": \"\",\n \"role\": \"\",\n \"type\": \"\",\n \"user\": \"\"\n },\n \"seccompProfile\": {\n \"localhostProfile\": \"\",\n \"type\": \"\"\n },\n \"supplementalGroups\": [\n \"\"\n ],\n \"supplementalGroupsPolicy\": \"\",\n \"sysctls\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"windowsOptions\": {\n \"gmsaCredentialSpec\": \"\",\n \"gmsaCredentialSpecName\": \"\",\n \"hostProcess\": \"\",\n \"runAsUserName\": \"\"\n }\n },\n \"serviceAccount\": \"\",\n \"serviceAccountName\": \"\",\n \"setHostnameAsFQDN\": \"\",\n \"shareProcessNamespace\": \"\",\n \"subdomain\": \"\",\n \"terminationGracePeriodSeconds\": \"\",\n \"tolerations\": [\n {\n \"effect\": \"\",\n \"key\": \"\",\n \"operator\": \"\",\n \"tolerationSeconds\": \"\",\n \"value\": \"\"\n }\n ],\n \"topologySpreadConstraints\": [\n {\n \"labelSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"ea0\": \"\"\n }\n },\n \"matchLabelKeys\": [\n \"\"\n ],\n \"maxSkew\": \"\",\n \"minDomains\": \"\",\n \"nodeAffinityPolicy\": \"\",\n \"nodeTaintsPolicy\": \"\",\n \"topologyKey\": \"\",\n \"whenUnsatisfiable\": \"\"\n }\n ],\n \"volumes\": [\n {\n \"awsElasticBlockStore\": {\n \"fsType\": \"\",\n \"partition\": \"\",\n \"readOnly\": \"\",\n \"volumeID\": \"\"\n },\n \"azureDisk\": {\n \"cachingMode\": \"\",\n \"diskName\": \"\",\n \"diskURI\": \"\",\n \"fsType\": \"\",\n \"kind\": \"\",\n \"readOnly\": \"\"\n },\n \"azureFile\": {\n \"readOnly\": \"\",\n \"secretName\": \"\",\n \"shareName\": \"\"\n },\n \"cephfs\": {\n \"monitors\": [\n \"\"\n ],\n \"path\": \"\",\n \"readOnly\": \"\",\n \"secretFile\": \"\",\n \"secretRef\": {\n \"name\": \"\"\n },\n \"user\": \"\"\n },\n \"cinder\": {\n \"fsType\": \"\",\n \"readOnly\": \"\",\n \"secretRef\": {\n \"name\": \"\"\n },\n \"volumeID\": \"\"\n },\n \"configMap\": {\n \"defaultMode\": \"\",\n \"items\": [\n {\n \"key\": \"\",\n \"mode\": \"\",\n \"path\": \"\"\n }\n ],\n \"name\": \"\",\n \"optional\": \"\"\n },\n \"csi\": {\n \"driver\": \"\",\n \"fsType\": \"\",\n \"nodePublishSecretRef\": {\n \"name\": \"\"\n },\n \"readOnly\": \"\",\n \"volumeAttributes\": {\n \"sunt_5\": \"\",\n \"enim_143\": \"\"\n }\n },\n \"downwardAPI\": {\n \"defaultMode\": \"\",\n \"items\": [\n {\n \"fieldRef\": {\n \"apiVersion\": \"\",\n \"fieldPath\": \"\"\n },\n \"mode\": \"\",\n \"path\": \"\",\n \"resourceFieldRef\": {\n \"containerName\": \"\",\n \"divisor\": {},\n \"resource\": \"\"\n }\n }\n ]\n },\n \"emptyDir\": {\n \"medium\": \"\",\n \"sizeLimit\": {}\n },\n \"ephemeral\": {\n \"volumeClaimTemplate\": {\n \"annotations\": {\n \"sit72\": \"\",\n \"eiusmod_19e\": \"\",\n \"reprehenderit_9\": \"\",\n \"proidente2\": \"\"\n },\n \"creationTimestamp\": \"\",\n \"deletionGracePeriodSeconds\": \"\",\n \"deletionTimestamp\": \"\",\n \"finalizers\": [\n \"\"\n ],\n \"generateName\": \"\",\n \"generation\": \"\",\n \"labels\": {\n \"mollit_72\": \"\",\n \"Lorem2a\": \"\"\n },\n \"managedFields\": [\n {\n \"apiVersion\": \"\",\n \"fieldsType\": \"\",\n \"fieldsV1\": {},\n \"manager\": \"\",\n \"operation\": \"\",\n \"subresource\": \"\",\n \"time\": \"\"\n }\n ],\n \"name\": \"\",\n \"namespace\": \"\",\n \"ownerReferences\": [\n {\n \"apiVersion\": \"\",\n \"blockOwnerDeletion\": \"\",\n \"controller\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"uid\": \"\"\n }\n ],\n \"resourceVersion\": \"\",\n \"selfLink\": \"\",\n \"spec\": {\n \"accessModes\": [\n \"\"\n ],\n \"dataSource\": {\n \"apiGroup\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n \"dataSourceRef\": {\n \"apiGroup\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"namespace\": \"\"\n },\n \"resources\": {\n \"limits\": {\n \"ipsum_c\": {},\n \"veniam83\": {},\n \"ullamco35\": {},\n \"dolor_5f4\": {}\n },\n \"requests\": {\n \"consequata28\": {}\n }\n },\n \"selector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"fugiat1ec\": \"\",\n \"ullamco_b\": \"\"\n }\n },\n \"storageClassName\": \"\",\n \"volumeAttributesClassName\": \"\",\n \"volumeMode\": \"\",\n \"volumeName\": \"\"\n },\n \"uid\": \"\"\n }\n },\n \"fc\": {\n \"fsType\": \"\",\n \"lun\": \"\",\n \"readOnly\": \"\",\n \"targetWWNs\": [\n \"\"\n ],\n \"wwids\": [\n \"\"\n ]\n },\n \"flexVolume\": {\n \"driver\": \"\",\n \"fsType\": \"\",\n \"options\": {\n \"quis_f\": \"\",\n \"consectetur90c\": \"\",\n \"Excepteur_9\": \"\",\n \"culpa65\": \"\"\n },\n \"readOnly\": \"\",\n \"secretRef\": {\n \"name\": \"\"\n }\n },\n \"flocker\": {\n \"datasetName\": \"\",\n \"datasetUUID\": \"\"\n },\n \"gcePersistentDisk\": {\n \"fsType\": \"\",\n \"partition\": \"\",\n \"pdName\": \"\",\n \"readOnly\": \"\"\n },\n \"gitRepo\": {\n \"directory\": \"\",\n \"repository\": \"\",\n \"revision\": \"\"\n },\n \"glusterfs\": {\n \"endpoints\": \"\",\n \"path\": \"\",\n \"readOnly\": \"\"\n },\n \"hostPath\": {\n \"path\": \"\",\n \"type\": \"\"\n },\n \"image\": {\n \"pullPolicy\": \"\",\n \"reference\": \"\"\n },\n \"iscsi\": {\n \"chapAuthDiscovery\": \"\",\n \"chapAuthSession\": \"\",\n \"fsType\": \"\",\n \"initiatorName\": \"\",\n \"iqn\": \"\",\n \"iscsiInterface\": \"\",\n \"lun\": \"\",\n \"portals\": [\n \"\"\n ],\n \"readOnly\": \"\",\n \"secretRef\": {\n \"name\": \"\"\n },\n \"targetPortal\": \"\"\n },\n \"name\": \"\",\n \"nfs\": {\n \"path\": \"\",\n \"readOnly\": \"\",\n \"server\": \"\"\n },\n \"persistentVolumeClaim\": {\n \"claimName\": \"\",\n \"readOnly\": \"\"\n },\n \"photonPersistentDisk\": {\n \"fsType\": \"\",\n \"pdID\": \"\"\n },\n \"portworxVolume\": {\n \"fsType\": \"\",\n \"readOnly\": \"\",\n \"volumeID\": \"\"\n },\n \"projected\": {\n \"defaultMode\": \"\",\n \"sources\": [\n {\n \"clusterTrustBundle\": {\n \"labelSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"\",\n \"operator\": \"\",\n \"values\": [\n \"\"\n ]\n }\n ],\n \"matchLabels\": {\n \"nisidc\": \"\",\n \"ex_4\": \"\"\n }\n },\n \"name\": \"\",\n \"optional\": \"\",\n \"path\": \"\",\n \"signerName\": \"\"\n },\n \"configMap\": {\n \"items\": [\n {\n \"key\": \"\",\n \"mode\": \"\",\n \"path\": \"\"\n }\n ],\n \"name\": \"\",\n \"optional\": \"\"\n },\n \"downwardAPI\": {\n \"items\": [\n {\n \"fieldRef\": {\n \"apiVersion\": \"\",\n \"fieldPath\": \"\"\n },\n \"mode\": \"\",\n \"path\": \"\",\n \"resourceFieldRef\": {\n \"containerName\": \"\",\n \"divisor\": {},\n \"resource\": \"\"\n }\n }\n ]\n },\n \"podCertificate\": {\n \"certificateChainPath\": \"\",\n \"credentialBundlePath\": \"\",\n \"keyPath\": \"\",\n \"keyType\": \"\",\n \"maxExpirationSeconds\": \"\",\n \"signerName\": \"\",\n \"userAnnotations\": {\n \"aliquab3\": \"\",\n \"deserunt_af3\": \"\"\n }\n },\n \"secret\": {\n \"items\": [\n {\n \"key\": \"\",\n \"mode\": \"\",\n \"path\": \"\"\n }\n ],\n \"name\": \"\",\n \"optional\": \"\"\n },\n \"serviceAccountToken\": {\n \"audience\": \"\",\n \"expirationSeconds\": \"\",\n \"path\": \"\"\n }\n }\n ]\n },\n \"quobyte\": {\n \"group\": \"\",\n \"readOnly\": \"\",\n \"registry\": \"\",\n \"tenant\": \"\",\n \"user\": \"\",\n \"volume\": \"\"\n },\n \"rbd\": {\n \"fsType\": \"\",\n \"image\": \"\",\n \"keyring\": \"\",\n \"monitors\": [\n \"\"\n ],\n \"pool\": \"\",\n \"readOnly\": \"\",\n \"secretRef\": {\n \"name\": \"\"\n },\n \"user\": \"\"\n },\n \"scaleIO\": {\n \"fsType\": \"\",\n \"gateway\": \"\",\n \"protectionDomain\": \"\",\n \"readOnly\": \"\",\n \"secretRef\": {\n \"name\": \"\"\n },\n \"sslEnabled\": \"\",\n \"storageMode\": \"\",\n \"storagePool\": \"\",\n \"system\": \"\",\n \"volumeName\": \"\"\n },\n \"secret\": {\n \"defaultMode\": \"\",\n \"items\": [\n {\n \"key\": \"\",\n \"mode\": \"\",\n \"path\": \"\"\n }\n ],\n \"optional\": \"\",\n \"secretName\": \"\"\n },\n \"storageos\": {\n \"fsType\": \"\",\n \"readOnly\": \"\",\n \"secretRef\": {\n \"name\": \"\"\n },\n \"volumeName\": \"\",\n \"volumeNamespace\": \"\"\n },\n \"vsphereVolume\": {\n \"fsType\": \"\",\n \"storagePolicyID\": \"\",\n \"storagePolicyName\": \"\",\n \"volumePath\": \"\"\n }\n }\n ],\n \"workloadRef\": {\n \"name\": \"\",\n \"podGroup\": \"\",\n \"podGroupReplicaKey\": \"\"\n }\n },\n \"status\": {\n \"allocatedResources\": {\n \"estf9\": {}\n },\n \"conditions\": [\n {\n \"lastProbeTime\": \"\",\n \"lastTransitionTime\": \"\",\n \"message\": \"\",\n \"observedGeneration\": \"\",\n \"reason\": \"\",\n \"status\": \"\",\n \"type\": \"\"\n }\n ],\n \"containerStatuses\": [\n {\n \"allocatedResources\": {\n \"velit270\": {}\n },\n \"allocatedResourcesStatus\": [\n {\n \"name\": \"\",\n \"resources\": [\n {\n \"health\": \"\",\n \"resourceID\": \"\"\n }\n ]\n }\n ],\n \"containerID\": \"\",\n \"image\": \"\",\n \"imageID\": \"\",\n \"lastState\": {\n \"running\": {\n \"startedAt\": \"\"\n },\n \"terminated\": {\n \"containerID\": \"\",\n \"exitCode\": \"\",\n \"finishedAt\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"signal\": \"\",\n \"startedAt\": \"\"\n },\n \"waiting\": {\n \"message\": \"\",\n \"reason\": \"\"\n }\n },\n \"name\": \"\",\n \"ready\": \"\",\n \"resources\": {\n \"claims\": [\n {\n \"name\": \"\",\n \"request\": \"\"\n }\n ],\n \"limits\": {\n \"do__3\": {},\n \"essed3\": {},\n \"exercitation_1\": {},\n \"nulla7\": {}\n },\n \"requests\": {\n \"nisi_bd4\": {},\n \"sit_\": {}\n }\n },\n \"restartCount\": \"\",\n \"started\": \"\",\n \"state\": {\n \"running\": {\n \"startedAt\": \"\"\n },\n \"terminated\": {\n \"containerID\": \"\",\n \"exitCode\": \"\",\n \"finishedAt\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"signal\": \"\",\n \"startedAt\": \"\"\n },\n \"waiting\": {\n \"message\": \"\",\n \"reason\": \"\"\n }\n },\n \"stopSignal\": \"\",\n \"user\": {\n \"linux\": {\n \"gid\": \"\",\n \"supplementalGroups\": [\n \"\"\n ],\n \"uid\": \"\"\n }\n },\n \"volumeMounts\": [\n {\n \"mountPath\": \"\",\n \"name\": \"\",\n \"readOnly\": \"\",\n \"recursiveReadOnly\": \"\"\n }\n ]\n }\n ],\n \"ephemeralContainerStatuses\": [\n {\n \"allocatedResources\": {\n \"exd3d\": {},\n \"in75\": {}\n },\n \"allocatedResourcesStatus\": [\n {\n \"name\": \"\",\n \"resources\": [\n {\n \"health\": \"\",\n \"resourceID\": \"\"\n }\n ]\n }\n ],\n \"containerID\": \"\",\n \"image\": \"\",\n \"imageID\": \"\",\n \"lastState\": {\n \"running\": {\n \"startedAt\": \"\"\n },\n \"terminated\": {\n \"containerID\": \"\",\n \"exitCode\": \"\",\n \"finishedAt\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"signal\": \"\",\n \"startedAt\": \"\"\n },\n \"waiting\": {\n \"message\": \"\",\n \"reason\": \"\"\n }\n },\n \"name\": \"\",\n \"ready\": \"\",\n \"resources\": {\n \"claims\": [\n {\n \"name\": \"\",\n \"request\": \"\"\n }\n ],\n \"limits\": {\n \"ad__\": {},\n \"voluptate4f7\": {}\n },\n \"requests\": {\n \"cillum_e\": {},\n \"inc\": {}\n }\n },\n \"restartCount\": \"\",\n \"started\": \"\",\n \"state\": {\n \"running\": {\n \"startedAt\": \"\"\n },\n \"terminated\": {\n \"containerID\": \"\",\n \"exitCode\": \"\",\n \"finishedAt\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"signal\": \"\",\n \"startedAt\": \"\"\n },\n \"waiting\": {\n \"message\": \"\",\n \"reason\": \"\"\n }\n },\n \"stopSignal\": \"\",\n \"user\": {\n \"linux\": {\n \"gid\": \"\",\n \"supplementalGroups\": [\n \"\"\n ],\n \"uid\": \"\"\n }\n },\n \"volumeMounts\": [\n {\n \"mountPath\": \"\",\n \"name\": \"\",\n \"readOnly\": \"\",\n \"recursiveReadOnly\": \"\"\n }\n ]\n }\n ],\n \"extendedResourceClaimStatus\": {\n \"requestMappings\": [\n {\n \"containerName\": \"\",\n \"requestName\": \"\",\n \"resourceName\": \"\"\n }\n ],\n \"resourceClaimName\": \"\"\n },\n \"hostIP\": \"\",\n \"hostIPs\": [\n {\n \"ip\": \"\"\n }\n ],\n \"initContainerStatuses\": [\n {\n \"allocatedResources\": {\n \"ut_e9_\": {},\n \"veniama35\": {},\n \"anim2\": {},\n \"aliquip_6\": {}\n },\n \"allocatedResourcesStatus\": [\n {\n \"name\": \"\",\n \"resources\": [\n {\n \"health\": \"\",\n \"resourceID\": \"\"\n }\n ]\n }\n ],\n \"containerID\": \"\",\n \"image\": \"\",\n \"imageID\": \"\",\n \"lastState\": {\n \"running\": {\n \"startedAt\": \"\"\n },\n \"terminated\": {\n \"containerID\": \"\",\n \"exitCode\": \"\",\n \"finishedAt\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"signal\": \"\",\n \"startedAt\": \"\"\n },\n \"waiting\": {\n \"message\": \"\",\n \"reason\": \"\"\n }\n },\n \"name\": \"\",\n \"ready\": \"\",\n \"resources\": {\n \"claims\": [\n {\n \"name\": \"\",\n \"request\": \"\"\n }\n ],\n \"limits\": {\n \"sed95_\": {},\n \"et_04\": {}\n },\n \"requests\": {\n \"dolor96\": {}\n }\n },\n \"restartCount\": \"\",\n \"started\": \"\",\n \"state\": {\n \"running\": {\n \"startedAt\": \"\"\n },\n \"terminated\": {\n \"containerID\": \"\",\n \"exitCode\": \"\",\n \"finishedAt\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"signal\": \"\",\n \"startedAt\": \"\"\n },\n \"waiting\": {\n \"message\": \"\",\n \"reason\": \"\"\n }\n },\n \"stopSignal\": \"\",\n \"user\": {\n \"linux\": {\n \"gid\": \"\",\n \"supplementalGroups\": [\n \"\"\n ],\n \"uid\": \"\"\n }\n },\n \"volumeMounts\": [\n {\n \"mountPath\": \"\",\n \"name\": \"\",\n \"readOnly\": \"\",\n \"recursiveReadOnly\": \"\"\n }\n ]\n }\n ],\n \"message\": \"\",\n \"nominatedNodeName\": \"\",\n \"observedGeneration\": \"\",\n \"phase\": \"\",\n \"podIP\": \"\",\n \"podIPs\": [\n {\n \"ip\": \"\"\n }\n ],\n \"qosClass\": \"\",\n \"reason\": \"\",\n \"resize\": \"\",\n \"resourceClaimStatuses\": [\n {\n \"name\": \"\",\n \"resourceClaimName\": \"\"\n }\n ],\n \"resources\": {\n \"claims\": [\n {\n \"name\": \"\",\n \"request\": \"\"\n }\n ],\n \"limits\": {\n \"ex941\": {}\n },\n \"requests\": {\n \"tempor_34a\": {}\n }\n },\n \"startTime\": \"\"\n },\n \"uid\": \"\"\n },\n \"podEvents\": [\n {\n \"action\": \"\",\n \"annotations\": {\n \"fugiat1c3\": \"\"\n },\n \"apiVersion\": \"\",\n \"count\": \"\",\n \"creationTimestamp\": \"\",\n \"deletionGracePeriodSeconds\": \"\",\n \"deletionTimestamp\": \"\",\n \"eventTime\": \"\",\n \"finalizers\": [\n \"\"\n ],\n \"firstTimestamp\": \"\",\n \"generateName\": \"\",\n \"generation\": \"\",\n \"involvedObject\": {\n \"apiVersion\": \"\",\n \"fieldPath\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"namespace\": \"\",\n \"resourceVersion\": \"\",\n \"uid\": \"\"\n },\n \"kind\": \"\",\n \"labels\": {\n \"voluptate_2_1\": \"\",\n \"cupidatat_fb3\": \"\"\n },\n \"lastTimestamp\": \"\",\n \"managedFields\": [\n {\n \"apiVersion\": \"\",\n \"fieldsType\": \"\",\n \"fieldsV1\": {},\n \"manager\": \"\",\n \"operation\": \"\",\n \"subresource\": \"\",\n \"time\": \"\"\n }\n ],\n \"message\": \"\",\n \"name\": \"\",\n \"namespace\": \"\",\n \"ownerReferences\": [\n {\n \"apiVersion\": \"\",\n \"blockOwnerDeletion\": \"\",\n \"controller\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"uid\": \"\"\n }\n ],\n \"reason\": \"\",\n \"related\": {\n \"apiVersion\": \"\",\n \"fieldPath\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"namespace\": \"\",\n \"resourceVersion\": \"\",\n \"uid\": \"\"\n },\n \"reportingComponent\": \"\",\n \"reportingInstance\": \"\",\n \"resourceVersion\": \"\",\n \"selfLink\": \"\",\n \"series\": {\n \"count\": \"\",\n \"lastObservedTime\": \"\"\n },\n \"source\": {\n \"component\": \"\",\n \"host\": \"\"\n },\n \"type\": \"\",\n \"uid\": \"\"\n }\n ],\n \"success\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-9bcbde56-d007-47d3-beed-cba5edb922a5" }, { "id": "53a8f1ee-b455-4458-a0a1-7ba88fd16293", "name": "Returned on bad input", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "pod" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-53a8f1ee-b455-4458-a0a1-7ba88fd16293" }, { "id": "498bde2f-aee0-4abb-a052-3978a81e346d", "name": "Return if the caller is not authorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "pod" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-498bde2f-aee0-4abb-a052-3978a81e346d" }, { "id": "f2fd77ea-0bc9-4ee5-b338-ffe0d5825848", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "pod" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-f2fd77ea-0bc9-4ee5-b338-ffe0d5825848" }, { "id": "e4a3b617-38a3-4988-ba58-dc0628124b13", "name": "Returned on resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/pod", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "pod" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-e4a3b617-38a3-4988-ba58-dc0628124b13" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-51358b90-072e-4f94-a741-449ca5153c84" } ], "id": "e707c48e-5884-4704-b7d6-eb4220a41e26", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-e707c48e-5884-4704-b7d6-eb4220a41e26" }, { "name": "resources", "item": [ { "name": "{resource_type}", "item": [ { "name": "Get parsed Kubernetes resources from a support bundle.", "id": "e15f304e-e545-443c-86c8-ae7a9838eeb2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/resources/:resource_type", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "resources", ":resource_type" ], "variable": [ { "id": "764a5a5f-8f00-4aa2-83cf-80b6ef5da985", "key": "bundle_id", "value": "", "description": "(Required) The ID or slug of the support bundle." }, { "id": "97e07908-25a6-470d-bdcf-eab25971a872", "key": "resource_type", "value": "", "description": "(Required) The type of Kubernetes resource to retrieve." } ] }, "description": "Retrieve structured Kubernetes resources (pods, deployments, services, etc.) from the cluster-resources data in a support bundle.\n\nRequired RBAC Policy: kots/app/[:appid]/supportbundle/read \u2014 enforced via getBundleWithAuth" }, "response": [ { "id": "82136e6f-5385-4cee-a6a5-4c732603a3ba", "name": "GetResourcesResponse contains the get resources response properties", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/resources/:resource_type", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "resources", ":resource_type" ], "variable": [ { "key": "bundle_id" }, { "key": "resource_type" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-82136e6f-5385-4cee-a6a5-4c732603a3ba" }, { "id": "2e47992d-fe0f-42b7-8181-67344423ab0d", "name": "Returned on bad input", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/resources/:resource_type", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "resources", ":resource_type" ], "variable": [ { "key": "bundle_id" }, { "key": "resource_type" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-2e47992d-fe0f-42b7-8181-67344423ab0d" }, { "id": "cb8589d7-acda-4d2d-b2ac-b16013505f9a", "name": "Return if the caller is not authorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/resources/:resource_type", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "resources", ":resource_type" ], "variable": [ { "key": "bundle_id" }, { "key": "resource_type" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-cb8589d7-acda-4d2d-b2ac-b16013505f9a" }, { "id": "09b22eef-368d-4114-8362-0581d2165798", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/resources/:resource_type", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "resources", ":resource_type" ], "variable": [ { "key": "bundle_id" }, { "key": "resource_type" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-09b22eef-368d-4114-8362-0581d2165798" }, { "id": "0eb623f3-9c20-4657-9b80-ffa8f1bcd333", "name": "Returned on resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/resources/:resource_type", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "resources", ":resource_type" ], "variable": [ { "key": "bundle_id" }, { "key": "resource_type" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-0eb623f3-9c20-4657-9b80-ffa8f1bcd333" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-e15f304e-e545-443c-86c8-ae7a9838eeb2" } ], "id": "82753bde-1cbf-42c4-8904-f7ee1b7d82f9", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-82753bde-1cbf-42c4-8904-f7ee1b7d82f9" } ], "id": "d2ec7b09-e9aa-4087-8b3e-d271229f6e90", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-d2ec7b09-e9aa-4087-8b3e-d271229f6e90" }, { "name": "share", "item": [ { "name": "Share a support bundle with the requested teams.", "id": "1efc4fb5-b9a1-4eeb-ac66-5e49f5638478", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"teamIDs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/share", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "share" ], "variable": [ { "id": "66087067-afab-4af6-95f1-1ff989f671bd", "key": "bundle_id", "value": "", "description": "(Required) SupportBundle identifier" } ] }, "description": "Allow the owner of a support bundle to share access with other teams by specifying their team IDs. Passing an empty list will remove all existing shares.\n\nRequired RBAC Policy: team/support-issues/write" }, "response": [ { "id": "b0f5b6a7-4946-4c62-b02b-09eff7235742", "name": "ShareSupportBundleResponse contains the share support bundle command response properties", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"teamIDs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/share", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "share" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-b0f5b6a7-4946-4c62-b02b-09eff7235742" }, { "id": "5cfde909-f492-4cf9-9415-1352fa1da7f8", "name": "Returned on bad input", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"teamIDs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/share", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "share" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-5cfde909-f492-4cf9-9415-1352fa1da7f8" }, { "id": "994dc322-d524-49b2-b04a-c113e2c4a930", "name": "Return if the caller is not authorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"teamIDs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/share", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "share" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-994dc322-d524-49b2-b04a-c113e2c4a930" }, { "id": "620ef419-d97b-49d1-8e1b-2148b0ee5003", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"teamIDs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/share", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "share" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-620ef419-d97b-49d1-8e1b-2148b0ee5003" }, { "id": "3a814e7e-45d4-4dc4-9191-f4b567aa9023", "name": "Returned on resource not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"teamIDs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/share", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "share" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-3a814e7e-45d4-4dc4-9191-f4b567aa9023" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-1efc4fb5-b9a1-4eeb-ac66-5e49f5638478" } ], "id": "8f907d7d-b668-4cbe-9560-e3b49885497c", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-8f907d7d-b668-4cbe-9560-e3b49885497c" }, { "name": "uploaded", "item": [ { "name": "Set that a support bundle has been successfully uploaded.", "id": "2e4d09a5-6bfd-4a1a-9d87-1b9814aaac48", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"app_id\": \"\",\n \"issue_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/uploaded", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "uploaded" ], "variable": [ { "id": "f0498115-e307-4a27-8335-1e41de1bfc0d", "key": "bundle_id", "value": "", "description": "(Required) SupportBundle identifier" } ] }, "description": "Mark a support bundle as uploaded using the bundle ID returned from /supportbundle/upload-url after uploading the support bundle to S3.\nIt links the uploaded support bundle to an app and/or a GitHub issue, if provided, and triggers an analysis of the bundle.\n\nRequired RBAC Policy: team/support-issues/write" }, "response": [ { "id": "f683e736-e27c-4d8d-a5aa-a83aa6813f9c", "name": "SetSupportBundleUploadedResponse contains the get support bundle command response properties", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"app_id\": \"\",\n \"issue_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/uploaded", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "uploaded" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"slug\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-f683e736-e27c-4d8d-a5aa-a83aa6813f9c" }, { "id": "61931fa2-cba9-4346-b8ca-dcc31e3c849d", "name": "Returned on bad input", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"app_id\": \"\",\n \"issue_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/uploaded", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "uploaded" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-61931fa2-cba9-4346-b8ca-dcc31e3c849d" }, { "id": "62a82ef3-bc86-4f01-98e9-a573d7b9152f", "name": "Return if the caller is not authorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"app_id\": \"\",\n \"issue_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/uploaded", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "uploaded" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-62a82ef3-bc86-4f01-98e9-a573d7b9152f" }, { "id": "5485498f-7a98-4c12-97e4-b9b319bf14c2", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"app_id\": \"\",\n \"issue_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/uploaded", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "uploaded" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-5485498f-7a98-4c12-97e4-b9b319bf14c2" }, { "id": "05f4029a-c295-4e30-8997-0fab74ca66a0", "name": "Returned on resource not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"app_id\": \"\",\n \"issue_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id/uploaded", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id", "uploaded" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-05f4029a-c295-4e30-8997-0fab74ca66a0" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-2e4d09a5-6bfd-4a1a-9d87-1b9814aaac48" } ], "id": "fe8c3e6e-135d-4a86-aaef-6b2379b7b07e", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-fe8c3e6e-135d-4a86-aaef-6b2379b7b07e" }, { "name": "Get support bundle analysis results.", "id": "4a78c092-8a21-4e47-805d-c599049e9dba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "id": "39c41725-9125-4096-b9a0-242839df3060", "key": "bundle_id", "value": "", "description": "(Required) SupportBundle identifier" } ] }, "description": "Retrieve the analysis results and metadata for a specific support bundle, including insights, a file tree, and a signed download URI if available.\n\nRequired RBAC Policy: kots/app/[:appid]/supportbundle/read" }, "response": [ { "id": "a3d9a92c-17a5-4659-b392-70824d1180a0", "name": "GetSupportBundleResponse contains the get support bundle response properties", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bundle\": {\n \"analyzeChannelId\": \"\",\n \"appId\": \"\",\n \"collectedAt\": \"\",\n \"createdAt\": \"\",\n \"customer\": {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"ut_f\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"dolore_3\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n \"adipisicing_2\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n \"velit1\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"eta0\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n \"in_b4\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n \"dolore_74\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"cillum_805\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n \"adipisicing5_\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"culpa_2\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"mollit_8e2\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"exercitation__\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"dolorfc\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n \"customerId\": \"\",\n \"downloadUri\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"id\": \"\",\n \"insights\": [\n {\n \"desiredPosition\": \"\",\n \"detail\": \"\",\n \"icon\": \"\",\n \"icon_key\": \"\",\n \"involvedObject\": {\n \"x-go-name\": \"InvolvedObject\"\n },\n \"key\": \"\",\n \"level\": \"\",\n \"primary\": \"\"\n },\n {\n \"desiredPosition\": \"\",\n \"detail\": \"\",\n \"icon\": \"\",\n \"icon_key\": \"\",\n \"involvedObject\": {\n \"x-go-name\": \"InvolvedObject\"\n },\n \"key\": \"\",\n \"level\": \"\",\n \"primary\": \"\"\n }\n ],\n \"instanceId\": \"\",\n \"isArchived\": \"\",\n \"issueUrl\": \"\",\n \"metadata\": {\n \"id6e8\": {}\n },\n \"name\": \"\",\n \"notes\": \"\",\n \"releaseSequence\": \"\",\n \"resolution\": \"\",\n \"scope\": {\n \"deployments\": \"\",\n \"events\": \"\",\n \"has_cluster_resources\": \"\",\n \"has_host_collectors\": \"\",\n \"namespaces\": \"\",\n \"nodes\": \"\",\n \"pods\": \"\",\n \"pods_with_logs\": \"\",\n \"services\": \"\",\n \"warning_events\": \"\"\n },\n \"signedUri\": \"\",\n \"size\": \"\",\n \"slug\": \"\",\n \"source\": \"\",\n \"status\": \"\",\n \"teamId\": \"\",\n \"teamName\": \"\",\n \"teamSharedIds\": [\n \"\",\n \"\"\n ],\n \"treeIndex\": \"\",\n \"uploadedAt\": \"\",\n \"uri\": \"\",\n \"vendorUploadedAt\": \"\",\n \"viewed\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-a3d9a92c-17a5-4659-b392-70824d1180a0" }, { "id": "16d44535-2954-43f3-9ce7-7269bbf7d68a", "name": "Returned on bad input", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-16d44535-2954-43f3-9ce7-7269bbf7d68a" }, { "id": "ddc42819-d83e-4d30-8b30-79b8afd25145", "name": "Return if the caller is not authorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-ddc42819-d83e-4d30-8b30-79b8afd25145" }, { "id": "aa0b92a2-f2f6-4e15-acb5-bf9a5dcde82f", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-aa0b92a2-f2f6-4e15-acb5-bf9a5dcde82f" }, { "id": "e0f72847-4288-4476-ad9f-ccf67d73bee8", "name": "Returned on resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-e0f72847-4288-4476-ad9f-ccf67d73bee8" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-4a78c092-8a21-4e47-805d-c599049e9dba" }, { "name": "Delete a support bundle.", "id": "78ce9423-62a6-4409-9f03-e43790bdc169", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "id": "a58fa834-35df-4c5d-9363-4c14024e1d74", "key": "bundle_id", "value": "", "description": "(Required) SupportBundle identifier" } ] }, "description": "Delete a specific support bundle, removing it from the system and revoking access for all teams.\n\nRequired RBAC Policy: team/support-issues/write" }, "response": [ { "id": "f0ad7241-e7d3-408a-b222-dddd19a56468", "name": "DeleteSupportBundleResponse contains the delete support bundle command response properties", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-f0ad7241-e7d3-408a-b222-dddd19a56468" }, { "id": "e25d7e29-ec1a-4124-859a-59636fcb96fb", "name": "Returned on bad input", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-e25d7e29-ec1a-4124-859a-59636fcb96fb" }, { "id": "4c47d889-1ae3-40eb-b979-bfc206addf66", "name": "Return if the caller is not authorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-4c47d889-1ae3-40eb-b979-bfc206addf66" }, { "id": "78135708-8a45-4a35-84b2-1c40896f9d76", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-78135708-8a45-4a35-84b2-1c40896f9d76" }, { "id": "0d448502-238d-4586-a12a-17ca4822254b", "name": "Returned on resource not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundle/:bundle_id", "host": [ "{{baseUrl}}" ], "path": [ "supportbundle", ":bundle_id" ], "variable": [ { "key": "bundle_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-0d448502-238d-4586-a12a-17ca4822254b" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-78ce9423-62a6-4409-9f03-e43790bdc169" } ], "id": "adfaa6f3-4a02-4be1-b8cd-98bb5f122a89", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-adfaa6f3-4a02-4be1-b8cd-98bb5f122a89" } ], "id": "e201e639-0b46-438b-84d7-c57ca28f7745", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-e201e639-0b46-438b-84d7-c57ca28f7745" }, { "name": "supportbundles", "item": [ { "name": "List support bundles.", "id": "fb955e96-64f0-4518-9047-8cbab988988e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/supportbundles", "host": [ "{{baseUrl}}" ], "path": [ "supportbundles" ] }, "description": "Return a list of support bundles accessible to the requesting team, with optional filtering by app, customer, instance, date range or severity.\n\nRequired RBAC Policy: kots/app/[:appid]/supportbundle/read" }, "response": [ { "id": "59f12e9b-a328-4306-a21e-1078f3703358", "name": "ListSupportBundlesResponse contains the list support bundles response properties", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundles", "host": [ "{{baseUrl}}" ], "path": [ "supportbundles" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bundles\": [\n {\n \"analyzeChannelId\": \"\",\n \"appId\": \"\",\n \"collectedAt\": \"\",\n \"createdAt\": \"\",\n \"customer\": {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"velitb14\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"laborisa1\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n \"deserunt_eb\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n \"anim_e7f\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"cupidatat_f9e\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n \"tempor_c5\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n \"in__d6\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"Lorem_4\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"dolor_2\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"anim_020\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"consequat_9\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n \"customerId\": \"\",\n \"downloadUri\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"id\": \"\",\n \"insights\": [\n {\n \"desiredPosition\": \"\",\n \"detail\": \"\",\n \"icon\": \"\",\n \"icon_key\": \"\",\n \"involvedObject\": {\n \"x-go-name\": \"InvolvedObject\"\n },\n \"key\": \"\",\n \"level\": \"\",\n \"primary\": \"\"\n },\n {\n \"desiredPosition\": \"\",\n \"detail\": \"\",\n \"icon\": \"\",\n \"icon_key\": \"\",\n \"involvedObject\": {\n \"x-go-name\": \"InvolvedObject\"\n },\n \"key\": \"\",\n \"level\": \"\",\n \"primary\": \"\"\n }\n ],\n \"instanceId\": \"\",\n \"isArchived\": \"\",\n \"issueUrl\": \"\",\n \"metadata\": {\n \"ind_9\": {},\n \"aute_0\": {}\n },\n \"name\": \"\",\n \"notes\": \"\",\n \"releaseSequence\": \"\",\n \"resolution\": \"\",\n \"scope\": {\n \"deployments\": \"\",\n \"events\": \"\",\n \"has_cluster_resources\": \"\",\n \"has_host_collectors\": \"\",\n \"namespaces\": \"\",\n \"nodes\": \"\",\n \"pods\": \"\",\n \"pods_with_logs\": \"\",\n \"services\": \"\",\n \"warning_events\": \"\"\n },\n \"signedUri\": \"\",\n \"size\": \"\",\n \"slug\": \"\",\n \"source\": \"\",\n \"status\": \"\",\n \"teamId\": \"\",\n \"teamName\": \"\",\n \"teamSharedIds\": [\n \"\",\n \"\"\n ],\n \"treeIndex\": \"\",\n \"uploadedAt\": \"\",\n \"uri\": \"\",\n \"vendorUploadedAt\": \"\",\n \"viewed\": \"\"\n },\n {\n \"analyzeChannelId\": \"\",\n \"appId\": \"\",\n \"collectedAt\": \"\",\n \"createdAt\": \"\",\n \"customer\": {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"sunt04d\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"qui_4d_\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"tempor_2d\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"consecteture\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"esse049\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"enim55\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n \"customerId\": \"\",\n \"downloadUri\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"id\": \"\",\n \"insights\": [\n {\n \"desiredPosition\": \"\",\n \"detail\": \"\",\n \"icon\": \"\",\n \"icon_key\": \"\",\n \"involvedObject\": {\n \"x-go-name\": \"InvolvedObject\"\n },\n \"key\": \"\",\n \"level\": \"\",\n \"primary\": \"\"\n },\n {\n \"desiredPosition\": \"\",\n \"detail\": \"\",\n \"icon\": \"\",\n \"icon_key\": \"\",\n \"involvedObject\": {\n \"x-go-name\": \"InvolvedObject\"\n },\n \"key\": \"\",\n \"level\": \"\",\n \"primary\": \"\"\n }\n ],\n \"instanceId\": \"\",\n \"isArchived\": \"\",\n \"issueUrl\": \"\",\n \"metadata\": {\n \"tempor_16\": {}\n },\n \"name\": \"\",\n \"notes\": \"\",\n \"releaseSequence\": \"\",\n \"resolution\": \"\",\n \"scope\": {\n \"deployments\": \"\",\n \"events\": \"\",\n \"has_cluster_resources\": \"\",\n \"has_host_collectors\": \"\",\n \"namespaces\": \"\",\n \"nodes\": \"\",\n \"pods\": \"\",\n \"pods_with_logs\": \"\",\n \"services\": \"\",\n \"warning_events\": \"\"\n },\n \"signedUri\": \"\",\n \"size\": \"\",\n \"slug\": \"\",\n \"source\": \"\",\n \"status\": \"\",\n \"teamId\": \"\",\n \"teamName\": \"\",\n \"teamSharedIds\": [\n \"\",\n \"\"\n ],\n \"treeIndex\": \"\",\n \"uploadedAt\": \"\",\n \"uri\": \"\",\n \"vendorUploadedAt\": \"\",\n \"viewed\": \"\"\n }\n ],\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-59f12e9b-a328-4306-a21e-1078f3703358" }, { "id": "e004a464-e5b1-40c4-a417-293a4a63b03a", "name": "Returned on bad input", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundles", "host": [ "{{baseUrl}}" ], "path": [ "supportbundles" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-e004a464-e5b1-40c4-a417-293a4a63b03a" }, { "id": "d147e51a-260b-43d8-a2b9-f59622f85a2a", "name": "Return if the caller is not authorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundles", "host": [ "{{baseUrl}}" ], "path": [ "supportbundles" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-d147e51a-260b-43d8-a2b9-f59622f85a2a" }, { "id": "6fbcccb5-b0ab-40c7-af74-9bfea9da20f9", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundles", "host": [ "{{baseUrl}}" ], "path": [ "supportbundles" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"messageCode\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-6fbcccb5-b0ab-40c7-af74-9bfea9da20f9" }, { "id": "eaeeac06-2bf1-4f44-b714-e0c4ecd69496", "name": "Returned on resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/supportbundles", "host": [ "{{baseUrl}}" ], "path": [ "supportbundles" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:42.000Z", "updatedAt": "2026-07-28T02:45:42.000Z", "uid": "35240-eaeeac06-2bf1-4f44-b714-e0c4ecd69496" } ], "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-fb955e96-64f0-4518-9047-8cbab988988e" } ], "id": "9c9208b6-2dec-46ea-a1e9-bcc89efd5cd2", "createdAt": "2026-07-28T02:45:41.000Z", "updatedAt": "2026-07-28T02:45:41.000Z", "uid": "35240-9c9208b6-2dec-46ea-a1e9-bcc89efd5cd2" } ], "variable": [ { "key": "baseUrl", "value": "https://api.replicated.com/vendor/v3" } ] }