{ "info": { "_postman_id": "b4fc27b1-09e5-4bce-9794-85423bbc47be", "name": "Vendor API V3 apps 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:08.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "lastUpdatedBy": "35240", "uid": "35240-b4fc27b1-09e5-4bce-9794-85423bbc47be" }, "item": [ { "name": "app", "item": [ { "name": "{app_id}", "item": [ { "name": "builtin-license-field", "item": [ { "name": "{field_name}", "item": [ { "name": "Set a builtin license field value override for a given app and named field.", "id": "5866122c-a01a-4ca4-89d5-313844d3ad93", "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 \"value\": \"\",\n \"is_locked\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "id": "5e286f47-89f2-4fbc-b0bb-3a620b55232f", "key": "app_id", "value": "", "description": "(Required) App identifier" }, { "id": "8d45e207-5e1c-4c58-8254-858be8383202", "key": "field_name", "value": "", "description": "(Required) Field name" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/builtin-licensefields/update" }, "response": [ { "id": "bf4478d0-bb4d-45e2-a5e5-7eb6d6dba10b", "name": "SetBuiltinLicenseFieldOverrideResponse contains the response of the builtin license field override", "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 \"value\": \"\",\n \"is_locked\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "key": "app_id" }, { "key": "field_name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"builtin_license_field\": {\n \"FieldName\": \"\",\n \"is_default\": \"\",\n \"is_hidden\": \"\",\n \"is_locked\": \"\",\n \"is_required\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-bf4478d0-bb4d-45e2-a5e5-7eb6d6dba10b" }, { "id": "78181861-8f53-487d-a7ba-d361b8b7b516", "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 \"value\": \"\",\n \"is_locked\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "key": "app_id" }, { "key": "field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-78181861-8f53-487d-a7ba-d361b8b7b516" }, { "id": "20d1009a-63b0-473f-9182-332ce2960924", "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 \"value\": \"\",\n \"is_locked\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "key": "app_id" }, { "key": "field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-20d1009a-63b0-473f-9182-332ce2960924" }, { "id": "774e311c-8b2e-4336-81f1-c675d2287677", "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 \"value\": \"\",\n \"is_locked\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "key": "app_id" }, { "key": "field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-774e311c-8b2e-4336-81f1-c675d2287677" }, { "id": "f9b8bb2a-b94f-458b-b299-d6d500cd9df4", "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 \"value\": \"\",\n \"is_locked\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "key": "app_id" }, { "key": "field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-f9b8bb2a-b94f-458b-b299-d6d500cd9df4" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-5866122c-a01a-4ca4-89d5-313844d3ad93" }, { "name": "Delete a builtin license field override for a given app and named field.", "id": "8fd705f5-3fd1-42c3-bf00-4df9d20a13c6", "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}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "id": "6db55b36-00b6-408f-83c9-d9f5f6208d48", "key": "app_id", "value": "", "description": "(Required) App identifier" }, { "id": "a43b92d7-9df3-4a98-bd90-cb846755339f", "key": "field_name", "value": "", "description": "(Required) Field name" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/builtin-licensefields/delete" }, "response": [ { "id": "da9bc0d9-3847-4021-ba2f-b48d9d758226", "name": "On success, no payload returned", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "key": "app_id" }, { "key": "field_name" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-da9bc0d9-3847-4021-ba2f-b48d9d758226" }, { "id": "d1d26a8d-46f2-42d0-ac87-1fc8bc500de2", "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}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "key": "app_id" }, { "key": "field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-d1d26a8d-46f2-42d0-ac87-1fc8bc500de2" }, { "id": "735b2cac-b4a7-40de-8709-9c37f658234e", "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}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "key": "app_id" }, { "key": "field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-735b2cac-b4a7-40de-8709-9c37f658234e" }, { "id": "ce34e080-04f9-489b-81bf-2058ae39f6fa", "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}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "key": "app_id" }, { "key": "field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ce34e080-04f9-489b-81bf-2058ae39f6fa" }, { "id": "1247dcf5-7e7f-4f09-9a82-30ace0d8eb24", "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}}/app/:app_id/builtin-license-field/:field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-field", ":field_name" ], "variable": [ { "key": "app_id" }, { "key": "field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-1247dcf5-7e7f-4f09-9a82-30ace0d8eb24" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-8fd705f5-3fd1-42c3-bf00-4df9d20a13c6" } ], "id": "c338b268-4ddb-49ce-9cb7-484ecb1e88dc", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-c338b268-4ddb-49ce-9cb7-484ecb1e88dc" } ], "id": "b868cc3b-3d8c-43bc-8eb2-90bbe6573f4f", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-b868cc3b-3d8c-43bc-8eb2-90bbe6573f4f" }, { "name": "builtin-license-fields", "item": [ { "name": "List builtin license fields for a given appId, with overrides applied.", "id": "88e5c666-cf57-4f6e-b765-c498d85f0dc5", "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}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "variable": [ { "id": "399950df-df6a-44e8-b750-1bcbedbe603f", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/license/create" }, "response": [ { "id": "4b19521d-85ea-4c8b-bda5-bc12dfc07322", "name": "ListBuiltinLicenseFieldsResponse contains the list of builtin license fields, with overrides applied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"builtin_license_fields\": [\n {\n \"FieldName\": \"\",\n \"is_default\": \"\",\n \"is_hidden\": \"\",\n \"is_locked\": \"\",\n \"is_required\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"FieldName\": \"\",\n \"is_default\": \"\",\n \"is_hidden\": \"\",\n \"is_locked\": \"\",\n \"is_required\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-4b19521d-85ea-4c8b-bda5-bc12dfc07322" }, { "id": "24aa2a7d-7091-4b5b-bbc2-21375ae12d68", "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}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-24aa2a7d-7091-4b5b-bbc2-21375ae12d68" }, { "id": "d7cddb2e-a154-4690-8c5d-884a25a4ba7a", "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}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-d7cddb2e-a154-4690-8c5d-884a25a4ba7a" }, { "id": "44971694-057f-44e5-bc8f-1250e6222137", "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}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-44971694-057f-44e5-bc8f-1250e6222137" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-88e5c666-cf57-4f6e-b765-c498d85f0dc5" }, { "name": "Delete all of the builtin license field overrides for a given app and revert to the builtin defaults.", "id": "a1ef5e19-86f6-48c8-ab33-c055260ced44", "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}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "variable": [ { "id": "205f8eb3-d215-4bbe-9e02-008b4b8e046f", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/builtin-licensefields/delete" }, "response": [ { "id": "5405cd79-4bbd-4402-8051-ef6cb2e0f797", "name": "On success, no payload returned", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "variable": [ { "key": "app_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-5405cd79-4bbd-4402-8051-ef6cb2e0f797" }, { "id": "6099867c-9011-4ffa-94b8-693099a15ffd", "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}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-6099867c-9011-4ffa-94b8-693099a15ffd" }, { "id": "05515648-8188-49bf-ba68-83a685c5055b", "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}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-05515648-8188-49bf-ba68-83a685c5055b" }, { "id": "c1cd2da3-464a-4d79-a8b0-35d9ea1e1cb3", "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}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-c1cd2da3-464a-4d79-a8b0-35d9ea1e1cb3" }, { "id": "cc2ac425-af21-4cbe-94f1-dce16dfccdf1", "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}}/app/:app_id/builtin-license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "builtin-license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-cc2ac425-af21-4cbe-94f1-dce16dfccdf1" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-a1ef5e19-86f6-48c8-ab33-c055260ced44" } ], "id": "7682289d-30c9-4490-8cea-daee13b2eb1b", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-7682289d-30c9-4490-8cea-daee13b2eb1b" }, { "name": "customer_instances", "item": [ { "name": "Export customer instances for an app as CSV or JSON.", "id": "9096575b-f35f-4e3e-96f8-14665120da42", "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}}/app/:app_id/customer_instances?sortColumn=&sortDesc=&format=&customerIds=,&IncludeArchived=&Query=&IncludeActive=&IncludeInactive=&IncludeArchivedCustomers=&LicenseType=&ChannelName=&AdoptionRateFilter=&IncludeArchivedInstances=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customer_instances" ], "query": [ { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "Format to export: csv or json", "key": "format", "value": "" }, { "description": "Comma separated array of customer ids", "key": "customerIds", "value": "," }, { "key": "IncludeArchived", "value": "" }, { "description": "Customer-level filters", "key": "Query", "value": "" }, { "key": "IncludeActive", "value": "" }, { "key": "IncludeInactive", "value": "" }, { "key": "IncludeArchivedCustomers", "value": "" }, { "key": "LicenseType", "value": "" }, { "key": "ChannelName", "value": "" }, { "key": "AdoptionRateFilter", "value": "" }, { "description": "Instance-level filters", "key": "IncludeArchivedInstances", "value": "" } ], "variable": [ { "id": "1445a37f-6286-4609-b55b-3edcb93a53a8", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Generate and return a report of all customer instances for a specific app, in either CSV or JSON format.\nIncludes instance metadata and supports filtering by customer IDs and archived status.\n\nRequired RBAC Policy: kots/app/[:appid]/read (app-level gate; results are also\nfiltered per-customer by kots/app/[:appid]/license/[:licenseid]/read)" }, "response": [ { "id": "3c2dc216-e26b-403d-b63e-1d389f036444", "name": "ListAppCustomerInstancesResponse contains the list of customers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/customer_instances?sortColumn=&sortDesc=&format=&customerIds=,&IncludeArchived=&Query=&IncludeActive=&IncludeInactive=&IncludeArchivedCustomers=&LicenseType=&ChannelName=&AdoptionRateFilter=&IncludeArchivedInstances=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customer_instances" ], "query": [ { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "Format to export: csv or json", "key": "format", "value": "" }, { "description": "Comma separated array of customer ids", "key": "customerIds", "value": "," }, { "key": "IncludeArchived", "value": "" }, { "description": "Customer-level filters", "key": "Query", "value": "" }, { "key": "IncludeActive", "value": "" }, { "key": "IncludeInactive", "value": "" }, { "key": "IncludeArchivedCustomers", "value": "" }, { "key": "LicenseType", "value": "" }, { "key": "ChannelName", "value": "" }, { "key": "AdoptionRateFilter", "value": "" }, { "description": "Instance-level filters", "key": "IncludeArchivedInstances", "value": "" } ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "Required: true\nIn: header", "type": "text/plain" }, "key": "ContentDisposition", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-3c2dc216-e26b-403d-b63e-1d389f036444" }, { "id": "0710f87c-0bee-448a-9b47-f164829836c6", "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}}/app/:app_id/customer_instances?sortColumn=&sortDesc=&format=&customerIds=,&IncludeArchived=&Query=&IncludeActive=&IncludeInactive=&IncludeArchivedCustomers=&LicenseType=&ChannelName=&AdoptionRateFilter=&IncludeArchivedInstances=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customer_instances" ], "query": [ { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "Format to export: csv or json", "key": "format", "value": "" }, { "description": "Comma separated array of customer ids", "key": "customerIds", "value": "," }, { "key": "IncludeArchived", "value": "" }, { "description": "Customer-level filters", "key": "Query", "value": "" }, { "key": "IncludeActive", "value": "" }, { "key": "IncludeInactive", "value": "" }, { "key": "IncludeArchivedCustomers", "value": "" }, { "key": "LicenseType", "value": "" }, { "key": "ChannelName", "value": "" }, { "key": "AdoptionRateFilter", "value": "" }, { "description": "Instance-level filters", "key": "IncludeArchivedInstances", "value": "" } ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-0710f87c-0bee-448a-9b47-f164829836c6" }, { "id": "8616e231-b769-4885-8480-1cbbab45c082", "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}}/app/:app_id/customer_instances?sortColumn=&sortDesc=&format=&customerIds=,&IncludeArchived=&Query=&IncludeActive=&IncludeInactive=&IncludeArchivedCustomers=&LicenseType=&ChannelName=&AdoptionRateFilter=&IncludeArchivedInstances=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customer_instances" ], "query": [ { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "Format to export: csv or json", "key": "format", "value": "" }, { "description": "Comma separated array of customer ids", "key": "customerIds", "value": "," }, { "key": "IncludeArchived", "value": "" }, { "description": "Customer-level filters", "key": "Query", "value": "" }, { "key": "IncludeActive", "value": "" }, { "key": "IncludeInactive", "value": "" }, { "key": "IncludeArchivedCustomers", "value": "" }, { "key": "LicenseType", "value": "" }, { "key": "ChannelName", "value": "" }, { "key": "AdoptionRateFilter", "value": "" }, { "description": "Instance-level filters", "key": "IncludeArchivedInstances", "value": "" } ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-8616e231-b769-4885-8480-1cbbab45c082" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-9096575b-f35f-4e3e-96f8-14665120da42" } ], "id": "1ee098e5-f19a-401b-a19e-f6015005a204", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-1ee098e5-f19a-401b-a19e-f6015005a204" }, { "name": "customers_csv", "item": [ { "name": "Get customer report in CSV format.", "id": "c1f1c2aa-2d8d-4200-ae4d-fe90926d32f2", "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}}/app/:app_id/customers_csv?sortColumn=&sortDesc=&customerName=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customers_csv" ], "query": [ { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "filter by customer name", "key": "customerName", "value": "" } ], "variable": [ { "id": "b8169326-22cd-47fa-8ee3-3b267df9a2c2", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Generate and return a CSV report of all customers for a specific app, including metadata and instance information.\n\nRequired RBAC Policy: kots/app/[:appid]/license/[:licenseid]/read" }, "response": [ { "id": "78d31084-4fb6-46d8-a5fd-138f8bdb6858", "name": "ListAppCustomersCsvResponse contains the list of customers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/customers_csv?sortColumn=&sortDesc=&customerName=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customers_csv" ], "query": [ { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "filter by customer name", "key": "customerName", "value": "" } ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "Required: true\nIn: header", "type": "text/plain" }, "key": "ContentDisposition", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-78d31084-4fb6-46d8-a5fd-138f8bdb6858" }, { "id": "a431bb0e-5d9b-41b6-b33b-0a3a3c78117b", "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}}/app/:app_id/customers_csv?sortColumn=&sortDesc=&customerName=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customers_csv" ], "query": [ { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "filter by customer name", "key": "customerName", "value": "" } ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-a431bb0e-5d9b-41b6-b33b-0a3a3c78117b" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-c1f1c2aa-2d8d-4200-ae4d-fe90926d32f2" } ], "id": "f3a51cc2-3222-41ef-9203-7910aeadf577", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-f3a51cc2-3222-41ef-9203-7910aeadf577" }, { "name": "events", "item": [ { "name": "Get instance events in JSON format.", "id": "ab671775-41d6-4bb1-85e0-430fae38b898", "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}}/app/:app_id/events?customerIds=,&instanceIds=,&eventTypes=,&before=&after=&Format=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "events" ], "query": [ { "description": "Comma separated array of customer ids", "key": "customerIds", "value": "," }, { "key": "instanceIds", "value": "," }, { "key": "eventTypes", "value": "," }, { "key": "before", "value": "" }, { "key": "after", "value": "" }, { "key": "Format", "value": "" } ], "variable": [ { "id": "5aec976c-9388-4ceb-b03a-044506e97f8a", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] } }, "response": [ { "id": "34c41fcc-8722-4508-9894-020689ff4936", "name": "ListAppInstanceEventsResponse contains the list of instance events", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/events?customerIds=,&instanceIds=,&eventTypes=,&before=&after=&Format=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "events" ], "query": [ { "description": "Comma separated array of customer ids", "key": "customerIds", "value": "," }, { "key": "instanceIds", "value": "," }, { "key": "eventTypes", "value": "," }, { "key": "before", "value": "" }, { "key": "after", "value": "" }, { "key": "Format", "value": "" } ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"appId\": \"\",\n \"customerId\": \"\",\n \"fieldName\": \"\",\n \"instanceId\": \"\",\n \"isCustom\": \"\",\n \"newValue\": \"\",\n \"previousValue\": \"\",\n \"reportedAt\": \"\"\n },\n {\n \"appId\": \"\",\n \"customerId\": \"\",\n \"fieldName\": \"\",\n \"instanceId\": \"\",\n \"isCustom\": \"\",\n \"newValue\": \"\",\n \"previousValue\": \"\",\n \"reportedAt\": \"\"\n }\n]", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-34c41fcc-8722-4508-9894-020689ff4936" }, { "id": "4c5428e8-b7e5-433d-9935-b7a58471f511", "name": "On success, no payload returned", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/events?customerIds=,&instanceIds=,&eventTypes=,&before=&after=&Format=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "events" ], "query": [ { "description": "Comma separated array of customer ids", "key": "customerIds", "value": "," }, { "key": "instanceIds", "value": "," }, { "key": "eventTypes", "value": "," }, { "key": "before", "value": "" }, { "key": "after", "value": "" }, { "key": "Format", "value": "" } ], "variable": [ { "key": "app_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-4c5428e8-b7e5-433d-9935-b7a58471f511" }, { "id": "4d495198-6438-42c2-b838-112fac75c42a", "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}}/app/:app_id/events?customerIds=,&instanceIds=,&eventTypes=,&before=&after=&Format=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "events" ], "query": [ { "description": "Comma separated array of customer ids", "key": "customerIds", "value": "," }, { "key": "instanceIds", "value": "," }, { "key": "eventTypes", "value": "," }, { "key": "before", "value": "" }, { "key": "after", "value": "" }, { "key": "Format", "value": "" } ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-4d495198-6438-42c2-b838-112fac75c42a" }, { "id": "5830555e-ab00-4290-98e3-76833a6907c2", "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}}/app/:app_id/events?customerIds=,&instanceIds=,&eventTypes=,&before=&after=&Format=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "events" ], "query": [ { "description": "Comma separated array of customer ids", "key": "customerIds", "value": "," }, { "key": "instanceIds", "value": "," }, { "key": "eventTypes", "value": "," }, { "key": "before", "value": "" }, { "key": "after", "value": "" }, { "key": "Format", "value": "" } ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-5830555e-ab00-4290-98e3-76833a6907c2" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ab671775-41d6-4bb1-85e0-430fae38b898" } ], "id": "9d12f566-c1e7-422e-b62a-e34eb5231bfa", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-9d12f566-c1e7-422e-b62a-e34eb5231bfa" }, { "name": "images", "item": [ { "name": "delete", "item": [ { "name": "Deletes registry images for an app by ID.", "id": "e8045f46-f4b6-4f05-80d3-be9818ec115e", "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 \"imageRefs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/images/delete", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images", "delete" ], "variable": [ { "id": "acf9b19d-799b-43f3-89bc-babac891bcca", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/image/delete" }, "response": [ { "id": "20ac9b4f-5fb7-436a-afc7-da323945ae04", "name": "On success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageRefs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/images/delete", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images", "delete" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-20ac9b4f-5fb7-436a-afc7-da323945ae04" }, { "id": "21cac6c3-e49d-4772-a5be-1d49fb47f1bd", "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 \"imageRefs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/images/delete", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images", "delete" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-21cac6c3-e49d-4772-a5be-1d49fb47f1bd" }, { "id": "89d25a73-6968-4b33-98da-7bc0ffc595c1", "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 \"imageRefs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/images/delete", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images", "delete" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-89d25a73-6968-4b33-98da-7bc0ffc595c1" }, { "id": "e65f0d4b-4424-48f3-99f3-7df1fa842e2d", "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 \"imageRefs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/images/delete", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images", "delete" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-e65f0d4b-4424-48f3-99f3-7df1fa842e2d" }, { "id": "70a5ba7b-e517-46c3-b70e-ddf4fe4a0a1f", "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 \"imageRefs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/images/delete", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images", "delete" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-70a5ba7b-e517-46c3-b70e-ddf4fe4a0a1f" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-e8045f46-f4b6-4f05-80d3-be9818ec115e" } ], "id": "50633348-aac4-4987-8293-28647fc35883", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-50633348-aac4-4987-8293-28647fc35883" }, { "name": "Lists all registry images for an app by ID.", "id": "54eea313-30bc-4ee3-b1eb-3d9cb3e0cad3", "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}}/app/:app_id/images", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images" ], "variable": [ { "id": "fc51799c-5b05-4ed0-ae89-f633576fc737", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/image/list" }, "response": [ { "id": "659368a4-f993-4299-8a87-bc7031d5c626", "name": "ListImagesResponse represents a list of images.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/images", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"images\": [\n {\n \"name\": \"\",\n \"versions\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"versions\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-659368a4-f993-4299-8a87-bc7031d5c626" }, { "id": "06998244-0ac9-40f2-a4ed-a421163caea0", "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}}/app/:app_id/images", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-06998244-0ac9-40f2-a4ed-a421163caea0" }, { "id": "85ade82c-d3c6-473f-9e9a-5649e21495fd", "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}}/app/:app_id/images", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-85ade82c-d3c6-473f-9e9a-5649e21495fd" }, { "id": "874a7f7b-05b2-41e3-a5f1-0c7767d0213d", "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}}/app/:app_id/images", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "images" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-874a7f7b-05b2-41e3-a5f1-0c7767d0213d" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-54eea313-30bc-4ee3-b1eb-3d9cb3e0cad3" } ], "id": "1845b154-bb0c-43de-bc34-5f53762d0b6d", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-1845b154-bb0c-43de-bc34-5f53762d0b6d" }, { "name": "license-field", "item": [ { "name": "{license_field_name}", "item": [ { "name": "Update a license field for a given appId and licenseFieldName.", "id": "6ea2e11e-8611-4a96-9cb0-813eabfed301", "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 \"title\": \"\",\n \"default\": \"\",\n \"hidden\": \"\",\n \"required\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field/:license_field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "variable": [ { "id": "5bb1e6c3-0c4c-48bd-8297-e38c19249ef6", "key": "app_id", "value": "", "description": "(Required) App identifier" }, { "id": "2f0b0102-94c1-42c5-92d3-7ed6d4f60056", "key": "license_field_name", "value": "", "description": "(Required) Field name" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/licensefields/update" }, "response": [ { "id": "e33aeee9-23b7-4732-b6bf-5d0550c3f49e", "name": "EditLicenseFieldResponse contains the license fields", "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 \"title\": \"\",\n \"default\": \"\",\n \"hidden\": \"\",\n \"required\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field/:license_field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "variable": [ { "key": "app_id" }, { "key": "license_field_name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"default\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ],\n \"hidden\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-e33aeee9-23b7-4732-b6bf-5d0550c3f49e" }, { "id": "10cc0fe3-d009-4909-8705-f1fc6068f6ee", "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 \"title\": \"\",\n \"default\": \"\",\n \"hidden\": \"\",\n \"required\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field/:license_field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "variable": [ { "key": "app_id" }, { "key": "license_field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-10cc0fe3-d009-4909-8705-f1fc6068f6ee" }, { "id": "39d6b65c-03d3-45dd-8541-5516b60fb553", "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 \"title\": \"\",\n \"default\": \"\",\n \"hidden\": \"\",\n \"required\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field/:license_field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "variable": [ { "key": "app_id" }, { "key": "license_field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-39d6b65c-03d3-45dd-8541-5516b60fb553" }, { "id": "7f906357-f6b8-41ab-a47d-83b42eb55bf2", "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 \"title\": \"\",\n \"default\": \"\",\n \"hidden\": \"\",\n \"required\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field/:license_field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "variable": [ { "key": "app_id" }, { "key": "license_field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-7f906357-f6b8-41ab-a47d-83b42eb55bf2" }, { "id": "43c3e8da-4a2d-4d4c-bc9c-1308b4523ec8", "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 \"title\": \"\",\n \"default\": \"\",\n \"hidden\": \"\",\n \"required\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field/:license_field_name", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "variable": [ { "key": "app_id" }, { "key": "license_field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-43c3e8da-4a2d-4d4c-bc9c-1308b4523ec8" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-6ea2e11e-8611-4a96-9cb0-813eabfed301" }, { "name": "Delete a field for a given app and named field.", "id": "8eb81915-9d0b-46e2-b961-6d31aef38a8a", "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}}/app/:app_id/license-field/:license_field_name?preserve_fields=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "query": [ { "description": "Field name", "key": "preserve_fields", "value": "" } ], "variable": [ { "id": "4339bed6-8112-4224-8fe2-2cc8e0f37b5a", "key": "app_id", "value": "", "description": "(Required) App identifier" }, { "id": "6a0f9acf-fa5c-43fc-a146-dbe2cee4b780", "key": "license_field_name", "value": "", "description": "(Required) Field name" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/licensefields/delete" }, "response": [ { "id": "4b2f27d2-feef-4eeb-baa1-bb3b9789d795", "name": "DeleteLicenseFieldResponse contains the response from deleting a license field", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/license-field/:license_field_name?preserve_fields=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "query": [ { "description": "Field name", "key": "preserve_fields", "value": "" } ], "variable": [ { "key": "app_id" }, { "key": "license_field_name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-4b2f27d2-feef-4eeb-baa1-bb3b9789d795" }, { "id": "187ce1d1-2b1e-44a3-8f99-02ba0e8536d9", "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}}/app/:app_id/license-field/:license_field_name?preserve_fields=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "query": [ { "description": "Field name", "key": "preserve_fields", "value": "" } ], "variable": [ { "key": "app_id" }, { "key": "license_field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-187ce1d1-2b1e-44a3-8f99-02ba0e8536d9" }, { "id": "c765f5c5-83f3-42cf-a0b2-6af278f8fd6b", "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}}/app/:app_id/license-field/:license_field_name?preserve_fields=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "query": [ { "description": "Field name", "key": "preserve_fields", "value": "" } ], "variable": [ { "key": "app_id" }, { "key": "license_field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-c765f5c5-83f3-42cf-a0b2-6af278f8fd6b" }, { "id": "0c440845-ba73-4531-8918-2475a63f127e", "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}}/app/:app_id/license-field/:license_field_name?preserve_fields=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "query": [ { "description": "Field name", "key": "preserve_fields", "value": "" } ], "variable": [ { "key": "app_id" }, { "key": "license_field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-0c440845-ba73-4531-8918-2475a63f127e" }, { "id": "083676fb-111f-43e0-ac5b-4784da8c31c0", "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}}/app/:app_id/license-field/:license_field_name?preserve_fields=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field", ":license_field_name" ], "query": [ { "description": "Field name", "key": "preserve_fields", "value": "" } ], "variable": [ { "key": "app_id" }, { "key": "license_field_name" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-083676fb-111f-43e0-ac5b-4784da8c31c0" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-8eb81915-9d0b-46e2-b961-6d31aef38a8a" } ], "id": "e77a1ea7-104e-4536-9f6d-e26207307dc1", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-e77a1ea7-104e-4536-9f6d-e26207307dc1" }, { "name": "Create a license field for a given app.", "id": "d667b3c7-e874-4f4b-929c-b59befa14914", "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 \"name\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"hidden\": \"\",\n \"default\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ],\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field" ], "variable": [ { "id": "adaa6fe2-9caa-4ec1-81c0-98be12f36692", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/licensefields/create" }, "response": [ { "id": "e423ce19-5fb4-430f-862d-fbc6c61bd5cd", "name": "CreateLicenseFieldResponse contains the response of all license fields", "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 \"name\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"hidden\": \"\",\n \"default\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ],\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"default\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ],\n \"hidden\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-e423ce19-5fb4-430f-862d-fbc6c61bd5cd" }, { "id": "51619dfd-de45-403d-85a6-867118417845", "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 \"name\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"hidden\": \"\",\n \"default\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ],\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-51619dfd-de45-403d-85a6-867118417845" }, { "id": "f358001f-f62e-4c01-8677-616262393804", "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 \"name\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"hidden\": \"\",\n \"default\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ],\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-f358001f-f62e-4c01-8677-616262393804" }, { "id": "a4ddaee4-f629-41a8-bb4e-7eecf4afdc4e", "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 \"name\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"hidden\": \"\",\n \"default\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ],\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-a4ddaee4-f629-41a8-bb4e-7eecf4afdc4e" }, { "id": "8cfdf632-5564-472a-9785-5d4f05782ca1", "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 \"name\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"hidden\": \"\",\n \"default\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ],\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/license-field", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-field" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-8cfdf632-5564-472a-9785-5d4f05782ca1" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-d667b3c7-e874-4f4b-929c-b59befa14914" } ], "id": "d3f608c8-5f4f-4b84-a325-a3d2cb64a21b", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-d3f608c8-5f4f-4b84-a325-a3d2cb64a21b" }, { "name": "license-fields", "item": [ { "name": "List license fields for a given appId.", "id": "3d57cd57-5401-4adf-9ceb-704575e3d188", "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}}/app/:app_id/license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-fields" ], "variable": [ { "id": "6f7c01da-abcb-4d0f-8ac7-474ab4a22ad3", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/licensefields/read" }, "response": [ { "id": "e9dba00f-1aa4-4339-b5f5-16e568138cd6", "name": "ListLicenseFieldsResponse contains the list of license fields", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-fields" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"default\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ],\n \"hidden\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n },\n {\n \"default\": \"\",\n \"enumOptions\": [\n \"\",\n \"\"\n ],\n \"hidden\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n }\n]", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-e9dba00f-1aa4-4339-b5f5-16e568138cd6" }, { "id": "a38731f5-e65a-4693-9958-94dcc50adcc1", "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}}/app/:app_id/license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-a38731f5-e65a-4693-9958-94dcc50adcc1" }, { "id": "e8f4d9b2-a103-4ec4-ad86-f8f220e23a4f", "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}}/app/:app_id/license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-e8f4d9b2-a103-4ec4-ad86-f8f220e23a4f" }, { "id": "3d4c1104-86b4-47e4-8101-d94105aa785b", "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}}/app/:app_id/license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-3d4c1104-86b4-47e4-8101-d94105aa785b" }, { "id": "84d72b74-9e9f-4c53-839a-45ce84a32fa4", "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}}/app/:app_id/license-fields", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "license-fields" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-84d72b74-9e9f-4c53-839a-45ce84a32fa4" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-3d57cd57-5401-4adf-9ceb-704575e3d188" } ], "id": "ab8936ed-e5ee-4016-9d33-b900d26f414a", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ab8936ed-e5ee-4016-9d33-b900d26f414a" }, { "name": "rename", "item": [ { "name": "Rename the app.", "id": "ac2782c1-afbc-4e13-9133-457091d41072", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/rename", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "rename" ], "variable": [ { "id": "6f9a5a96-438f-4707-97bf-a9f319e534c5", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Required RBAC Policy: kots/app/[:appid]/update" }, "response": [ { "id": "0055e0e0-fe65-41dd-b298-5730a91528de", "name": "On success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "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}}/app/:app_id/rename", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "rename" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-0055e0e0-fe65-41dd-b298-5730a91528de" }, { "id": "bdf4ae0d-05be-417a-8833-27e320c14922", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/rename", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "rename" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-bdf4ae0d-05be-417a-8833-27e320c14922" }, { "id": "0b602ab0-0880-4881-9c81-d01f6b2a803e", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/rename", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "rename" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-0b602ab0-0880-4881-9c81-d01f6b2a803e" }, { "id": "2a956d6e-199c-46bd-9f24-8fb71e463cc6", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/rename", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "rename" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-2a956d6e-199c-46bd-9f24-8fb71e463cc6" }, { "id": "d2540c8b-d403-4365-80de-560f23cab8bf", "name": "Return if the caller is being rate limited", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "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}}/app/:app_id/rename", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "rename" ], "variable": [ { "key": "app_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-d2540c8b-d403-4365-80de-560f23cab8bf" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ac2782c1-afbc-4e13-9133-457091d41072" } ], "id": "66d11bf7-cbb3-4e8c-bd71-57a8a77c48b7", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-66d11bf7-cbb3-4e8c-bd71-57a8a77c48b7" }, { "name": "security-center-settings", "item": [ { "name": "Get app security center settings.", "id": "33ecddf9-896e-4ec5-9002-741904842d2d", "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}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "variable": [ { "id": "23b241c9-d934-44af-98c8-1ce5263ed21d", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Get the security center configuration settings for the specified app.\n\nRequired RBAC Policy: kots/app/[:appid]/read" }, "response": [ { "id": "f2062060-a5f6-4785-bc00-fca38058a536", "name": "SecurityCenterSettingsResponse contains the security center settings for an app", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"enabled\": \"\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-f2062060-a5f6-4785-bc00-fca38058a536" }, { "id": "67e44ef9-d5b1-4af7-adee-3946a51ddd9f", "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}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-67e44ef9-d5b1-4af7-adee-3946a51ddd9f" }, { "id": "2d6c47bc-1d0f-426c-828b-ef57a133b072", "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}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-2d6c47bc-1d0f-426c-828b-ef57a133b072" }, { "id": "63f61154-759d-41a7-81e6-bd13c58dfbf7", "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}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-63f61154-759d-41a7-81e6-bd13c58dfbf7" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-33ecddf9-896e-4ec5-9002-741904842d2d" }, { "name": "Update app security center settings.", "id": "9a824d2b-c083-43e8-985f-af6a4969e505", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "variable": [ { "id": "7cb49ae6-4f59-421c-860e-6cb49f1cb8ba", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Update the security center configuration settings for the specified app.\n\nRequired RBAC Policy: kots/app/[:appid]/update" }, "response": [ { "id": "bbc6d750-e3d1-4485-9b83-a9ea56a21999", "name": "SecurityCenterSettingsResponse contains the security center settings for an app", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"enabled\": \"\"\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-bbc6d750-e3d1-4485-9b83-a9ea56a21999" }, { "id": "a7f6b451-07e3-4414-a0b6-85890635ce6e", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-a7f6b451-07e3-4414-a0b6-85890635ce6e" }, { "id": "b75d9989-71b2-491a-9363-c9e222252421", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-b75d9989-71b2-491a-9363-c9e222252421" }, { "id": "828f5b86-1bd2-45f4-9e73-27175cef9086", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-828f5b86-1bd2-45f4-9e73-27175cef9086" }, { "id": "697848c9-8919-41d8-9861-0d71955e7b72", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/security-center-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "security-center-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-697848c9-8919-41d8-9861-0d71955e7b72" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-9a824d2b-c083-43e8-985f-af6a4969e505" } ], "id": "c532651c-74ac-4ad4-8f32-8d3f72c21a15", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-c532651c-74ac-4ad4-8f32-8d3f72c21a15" }, { "name": "trial-signup", "item": [ { "name": "Update app trial signup setting.", "id": "0b8ab7e6-269f-47d3-86a8-b12e6ea67021", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup" ], "variable": [ { "id": "61e0254b-a3ce-428a-92ea-24cb3a167aae", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Enable or disable trial signup for the specified app.\n\nRequired RBAC Policy: kots/app/[:appid]/update" }, "response": [ { "id": "80be54fd-2a39-41f6-a670-2fe3e40adbe5", "name": "GetAppResponse represents an app.", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"app\": {\n \"activeEnterprisePortalTemplate\": \"\",\n \"askAiEnabled\": \"\",\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 \"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 \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\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 \"laborum_b\": {\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 \"non_9\": {\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 \"non_c\": {\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 \"Duisd5e\": {\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 \"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 \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\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 \"fugiat__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 },\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 \"quif7\": {\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 \"do_ec5\": {\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 \"created\": \"\",\n \"defaultFromEmail\": \"\",\n \"description\": \"\",\n \"downloadPortalFqdnOverride\": \"\",\n \"emailVerifiedAt\": \"\",\n \"hideSupportBundleUploadEnabled\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isKotsApp\": \"\",\n \"name\": \"\",\n \"publicKeyPem\": \"\",\n \"renamedAt\": \"\",\n \"securityCenterEnabled\": \"\",\n \"slug\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"teamId\": \"\",\n \"trialSignupEnabled\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-80be54fd-2a39-41f6-a670-2fe3e40adbe5" }, { "id": "f2cc0198-b1c6-41a1-a70e-f41da320ff82", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-f2cc0198-b1c6-41a1-a70e-f41da320ff82" }, { "id": "1153631a-58be-454a-9127-d6e3ab813e8e", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-1153631a-58be-454a-9127-d6e3ab813e8e" }, { "id": "506df4b3-31d9-41f1-8e0b-ad84bcbd30b0", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-506df4b3-31d9-41f1-8e0b-ad84bcbd30b0" }, { "id": "c2984c7e-e29c-4c7e-97e2-3920e3987cce", "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 \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-c2984c7e-e29c-4c7e-97e2-3920e3987cce" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-0b8ab7e6-269f-47d3-86a8-b12e6ea67021" } ], "id": "a2cfb023-bd8a-465a-89e6-3b14852c4a49", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-a2cfb023-bd8a-465a-89e6-3b14852c4a49" }, { "name": "trial-signup-settings", "item": [ { "name": "Get app trial signup settings.", "id": "afeec9c5-c768-41de-9aa2-ee7d5b8bc953", "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}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "variable": [ { "id": "07ca8163-1a76-443e-9d2f-bc4eb373cfbe", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Get the trial signup configuration settings for the specified app.\n\nRequired RBAC Policy: kots/app/[:appid]/read" }, "response": [ { "id": "fc77a90a-ede0-43e3-87df-1c71f546d4c3", "name": "TrialSignupSettingsResponse contains the trial signup settings for an app", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"settings\": {\n \"appId\": \"\",\n \"createdAt\": \"\",\n \"customSignupFields\": [\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n },\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n }\n ],\n \"defaultChannelId\": \"\",\n \"domainFilterDomains\": [\n \"\",\n \"\"\n ],\n \"domainFilterMode\": \"\",\n \"domainFilterUseDefaultBlocklist\": \"\",\n \"embeddedClusterEnabled\": \"\",\n \"expirationDays\": \"\",\n \"helmInstallEnabled\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"licenseType\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"termsAndConditionsUrl\": \"\",\n \"updatedAt\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-fc77a90a-ede0-43e3-87df-1c71f546d4c3" }, { "id": "ef3a59f8-19ec-4724-bcf9-348344f34596", "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}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ef3a59f8-19ec-4724-bcf9-348344f34596" }, { "id": "9a784efd-2092-449c-a5c6-5a063f04fe20", "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}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-9a784efd-2092-449c-a5c6-5a063f04fe20" }, { "id": "4d4f49c1-abd9-405a-81cb-4056931769fd", "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}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-4d4f49c1-abd9-405a-81cb-4056931769fd" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-afeec9c5-c768-41de-9aa2-ee7d5b8bc953" }, { "name": "Update app trial signup settings.", "id": "3a74ba60-8772-44e3-bc26-d5599145947d", "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 \"defaultChannelId\": \"\",\n \"expirationDays\": \"\",\n \"helmInstallEnabled\": \"\",\n \"embeddedClusterEnabled\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"licenseType\": \"\",\n \"customSignupFields\": [\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n },\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n }\n ],\n \"domainFilterDomains\": [\n \"\",\n \"\"\n ],\n \"domainFilterMode\": \"\",\n \"domainFilterUseDefaultBlocklist\": \"\",\n \"termsAndConditionsUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "variable": [ { "id": "148b7b65-2625-4669-b3d2-f9958435ea53", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Update the trial signup configuration settings for the specified app.\n\nRequired RBAC Policy: kots/app/[:appid]/update" }, "response": [ { "id": "cb2ede8d-c78f-455b-97ad-e1dfc431da57", "name": "TrialSignupSettingsResponse contains the trial signup settings for an app", "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 \"defaultChannelId\": \"\",\n \"expirationDays\": \"\",\n \"helmInstallEnabled\": \"\",\n \"embeddedClusterEnabled\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"licenseType\": \"\",\n \"customSignupFields\": [\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n },\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n }\n ],\n \"domainFilterDomains\": [\n \"\",\n \"\"\n ],\n \"domainFilterMode\": \"\",\n \"domainFilterUseDefaultBlocklist\": \"\",\n \"termsAndConditionsUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"settings\": {\n \"appId\": \"\",\n \"createdAt\": \"\",\n \"customSignupFields\": [\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n },\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n }\n ],\n \"defaultChannelId\": \"\",\n \"domainFilterDomains\": [\n \"\",\n \"\"\n ],\n \"domainFilterMode\": \"\",\n \"domainFilterUseDefaultBlocklist\": \"\",\n \"embeddedClusterEnabled\": \"\",\n \"expirationDays\": \"\",\n \"helmInstallEnabled\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"licenseType\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"termsAndConditionsUrl\": \"\",\n \"updatedAt\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-cb2ede8d-c78f-455b-97ad-e1dfc431da57" }, { "id": "7a291ce1-4ce3-45f3-b452-dc018e38e8b5", "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 \"defaultChannelId\": \"\",\n \"expirationDays\": \"\",\n \"helmInstallEnabled\": \"\",\n \"embeddedClusterEnabled\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"licenseType\": \"\",\n \"customSignupFields\": [\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n },\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n }\n ],\n \"domainFilterDomains\": [\n \"\",\n \"\"\n ],\n \"domainFilterMode\": \"\",\n \"domainFilterUseDefaultBlocklist\": \"\",\n \"termsAndConditionsUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-7a291ce1-4ce3-45f3-b452-dc018e38e8b5" }, { "id": "a86afc23-8c9b-46a5-8a62-37f14e040abd", "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 \"defaultChannelId\": \"\",\n \"expirationDays\": \"\",\n \"helmInstallEnabled\": \"\",\n \"embeddedClusterEnabled\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"licenseType\": \"\",\n \"customSignupFields\": [\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n },\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n }\n ],\n \"domainFilterDomains\": [\n \"\",\n \"\"\n ],\n \"domainFilterMode\": \"\",\n \"domainFilterUseDefaultBlocklist\": \"\",\n \"termsAndConditionsUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-a86afc23-8c9b-46a5-8a62-37f14e040abd" }, { "id": "2345e05c-6b4a-4abd-9c81-3b225680084f", "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 \"defaultChannelId\": \"\",\n \"expirationDays\": \"\",\n \"helmInstallEnabled\": \"\",\n \"embeddedClusterEnabled\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"licenseType\": \"\",\n \"customSignupFields\": [\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n },\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n }\n ],\n \"domainFilterDomains\": [\n \"\",\n \"\"\n ],\n \"domainFilterMode\": \"\",\n \"domainFilterUseDefaultBlocklist\": \"\",\n \"termsAndConditionsUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-2345e05c-6b4a-4abd-9c81-3b225680084f" }, { "id": "ba1a5e93-30a3-4841-9328-07bea1a961ab", "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 \"defaultChannelId\": \"\",\n \"expirationDays\": \"\",\n \"helmInstallEnabled\": \"\",\n \"embeddedClusterEnabled\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"licenseType\": \"\",\n \"customSignupFields\": [\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n },\n {\n \"key\": \"\",\n \"label\": \"\",\n \"placeholder\": \"\",\n \"required\": \"\"\n }\n ],\n \"domainFilterDomains\": [\n \"\",\n \"\"\n ],\n \"domainFilterMode\": \"\",\n \"domainFilterUseDefaultBlocklist\": \"\",\n \"termsAndConditionsUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app/:app_id/trial-signup-settings", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "trial-signup-settings" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ba1a5e93-30a3-4841-9328-07bea1a961ab" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-3a74ba60-8772-44e3-bc26-d5599145947d" } ], "id": "8b47f503-d02d-4ef8-8218-6ee50a5ae17c", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-8b47f503-d02d-4ef8-8218-6ee50a5ae17c" }, { "name": "Get an app.", "id": "a3eaeb88-12e0-4b26-a9fd-dcdd09486fa9", "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}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "variable": [ { "id": "30fafec6-013c-45ff-b2d8-bba68ec0491f", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Retrieve the details of a specific app, including its metadata and a list of associated channels.\n\nRequired RBAC Policy: kots/app/[:appid]/read" }, "response": [ { "id": "1625b36e-9adf-4d87-a1f4-3f02f380b099", "name": "GetAppResponse represents an app.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"app\": {\n \"activeEnterprisePortalTemplate\": \"\",\n \"askAiEnabled\": \"\",\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 \"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 \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\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 \"laborum_b\": {\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 \"non_9\": {\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 \"non_c\": {\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 \"Duisd5e\": {\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 \"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 \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\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 \"fugiat__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 },\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 \"quif7\": {\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 \"do_ec5\": {\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 \"created\": \"\",\n \"defaultFromEmail\": \"\",\n \"description\": \"\",\n \"downloadPortalFqdnOverride\": \"\",\n \"emailVerifiedAt\": \"\",\n \"hideSupportBundleUploadEnabled\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isKotsApp\": \"\",\n \"name\": \"\",\n \"publicKeyPem\": \"\",\n \"renamedAt\": \"\",\n \"securityCenterEnabled\": \"\",\n \"slug\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"teamId\": \"\",\n \"trialSignupEnabled\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-1625b36e-9adf-4d87-a1f4-3f02f380b099" }, { "id": "b0580dd7-c2ad-45dc-a1aa-e84af7318870", "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}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-b0580dd7-c2ad-45dc-a1aa-e84af7318870" }, { "id": "88a910fe-e700-411f-94a0-fc48808085a6", "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}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-88a910fe-e700-411f-94a0-fc48808085a6" }, { "id": "ff374cae-ae6a-4241-8ee8-630038aeefd2", "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}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ff374cae-ae6a-4241-8ee8-630038aeefd2" }, { "id": "8529f279-bc14-4536-8830-fb781ce31fc9", "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}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-8529f279-bc14-4536-8830-fb781ce31fc9" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-a3eaeb88-12e0-4b26-a9fd-dcdd09486fa9" }, { "name": "Delete an app.", "id": "1a727684-8da8-4179-878b-042d8bf6a9c2", "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}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "variable": [ { "id": "66beea9e-bf06-440e-8f58-e46e66b2a168", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Delete the specified app from the team.\nThe app and all its associated resources will be removed.\n\nRequired RBAC Policy: kots/app/[:appid]/delete" }, "response": [ { "id": "014dc544-f8cd-4da6-a1d9-c0243d620fe7", "name": "On success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "variable": [ { "key": "app_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-014dc544-f8cd-4da6-a1d9-c0243d620fe7" }, { "id": "317fb8c3-6d88-4065-8540-31e9fff0934e", "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}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-317fb8c3-6d88-4065-8540-31e9fff0934e" }, { "id": "39102d25-f968-4ab5-b4d4-7d83be34e9b0", "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}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-39102d25-f968-4ab5-b4d4-7d83be34e9b0" }, { "id": "473b3ff9-5a8e-4dd1-a79c-7c63c8f7123d", "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}}/app/:app_id", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id" ], "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-473b3ff9-5a8e-4dd1-a79c-7c63c8f7123d" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-1a727684-8da8-4179-878b-042d8bf6a9c2" } ], "id": "9b95d1f9-7c18-440a-a83b-d1aeb962fb35", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-9b95d1f9-7c18-440a-a83b-d1aeb962fb35" }, { "name": "Create an app.", "id": "5a1797c8-a06a-437b-99f3-87f298f2cb46", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app", "host": [ "{{baseUrl}}" ], "path": [ "app" ] }, "description": "Create a new app for the team with the provided name.\nThe app will be available for further configuration and channel management.\n\nRequired RBAC Policy: kots/app/create" }, "response": [ { "id": "1ab552bc-b751-4423-a19b-4474ee55d02c", "name": "GetAppResponse represents an app.", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app", "host": [ "{{baseUrl}}" ], "path": [ "app" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"app\": {\n \"activeEnterprisePortalTemplate\": \"\",\n \"askAiEnabled\": \"\",\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 \"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 \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\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 \"laborum_b\": {\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 \"non_9\": {\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 \"non_c\": {\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 \"Duisd5e\": {\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 \"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 \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\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 \"fugiat__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 },\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 \"quif7\": {\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 \"do_ec5\": {\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 \"created\": \"\",\n \"defaultFromEmail\": \"\",\n \"description\": \"\",\n \"downloadPortalFqdnOverride\": \"\",\n \"emailVerifiedAt\": \"\",\n \"hideSupportBundleUploadEnabled\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isKotsApp\": \"\",\n \"name\": \"\",\n \"publicKeyPem\": \"\",\n \"renamedAt\": \"\",\n \"securityCenterEnabled\": \"\",\n \"slug\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"teamId\": \"\",\n \"trialSignupEnabled\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-1ab552bc-b751-4423-a19b-4474ee55d02c" }, { "id": "ab94f60b-8978-40e0-9418-7e160087750b", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app", "host": [ "{{baseUrl}}" ], "path": [ "app" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ab94f60b-8978-40e0-9418-7e160087750b" }, { "id": "5a77ef68-a78e-4dfa-aaca-18cfc8a389b6", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app", "host": [ "{{baseUrl}}" ], "path": [ "app" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-5a77ef68-a78e-4dfa-aaca-18cfc8a389b6" }, { "id": "c4aaba91-7272-4e1f-9676-0a070afb3ef2", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/app", "host": [ "{{baseUrl}}" ], "path": [ "app" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-c4aaba91-7272-4e1f-9676-0a070afb3ef2" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-5a1797c8-a06a-437b-99f3-87f298f2cb46" } ], "id": "c522755a-c5ed-49ae-bacb-9f8739d6bb3a", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-c522755a-c5ed-49ae-bacb-9f8739d6bb3a" }, { "name": "apps", "item": [ { "name": "List apps for a team.", "id": "bdec4fe8-244d-414f-acf8-ca229281369e", "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}}/apps", "host": [ "{{baseUrl}}" ], "path": [ "apps" ] }, "description": "Return a list of all apps accessible to the authenticated team, including their metadata and associated channels.\nOptionally, channels can be excluded from the response using the excludeChannels query parameter.\n\nRequired RBAC Policy: kots/app/[:appid]/read and kots/app/[:appid]/channel/[:channelid]/read" }, "response": [ { "id": "ca325548-66b0-447c-ac6d-b26aecbd3b27", "name": "ListAppsResponse contains the JSON apps list", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/apps", "host": [ "{{baseUrl}}" ], "path": [ "apps" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"apps\": [\n {\n \"activeEnterprisePortalTemplate\": \"\",\n \"askAiEnabled\": \"\",\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 \"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 \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\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 \"ullamco_d5\": {\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 \"eiusmod__\": {\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 \"Excepteur_4f0\": {\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 \"occaecat8_a\": {\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 \"sunt5\": {\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 \"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 \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\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 \"reprehenderit8a1\": {\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 \"irurefb\": {\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 \"Duis__\": {\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 \"do7\": {\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 \"in_6f\": {\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 \"created\": \"\",\n \"defaultFromEmail\": \"\",\n \"description\": \"\",\n \"downloadPortalFqdnOverride\": \"\",\n \"emailVerifiedAt\": \"\",\n \"hideSupportBundleUploadEnabled\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isKotsApp\": \"\",\n \"name\": \"\",\n \"publicKeyPem\": \"\",\n \"renamedAt\": \"\",\n \"securityCenterEnabled\": \"\",\n \"slug\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"teamId\": \"\",\n \"trialSignupEnabled\": \"\"\n },\n {\n \"activeEnterprisePortalTemplate\": \"\",\n \"askAiEnabled\": \"\",\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 \"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 \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\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 \"in_5\": {\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 \"aliquip_11\": {\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 \"nulla_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 \"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 \"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 \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\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 \"in23\": {\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 \"aliquip_a73\": {\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 \"ad_5\": {\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 \"do7\": {\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_9\": {\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 \"non_28\": {\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 \"created\": \"\",\n \"defaultFromEmail\": \"\",\n \"description\": \"\",\n \"downloadPortalFqdnOverride\": \"\",\n \"emailVerifiedAt\": \"\",\n \"hideSupportBundleUploadEnabled\": \"\",\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isKotsApp\": \"\",\n \"name\": \"\",\n \"publicKeyPem\": \"\",\n \"renamedAt\": \"\",\n \"securityCenterEnabled\": \"\",\n \"slug\": \"\",\n \"supportBundleUploadEnabled\": \"\",\n \"teamId\": \"\",\n \"trialSignupEnabled\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-ca325548-66b0-447c-ac6d-b26aecbd3b27" }, { "id": "d312d229-7b2a-4abb-a311-929ee61de413", "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}}/apps", "host": [ "{{baseUrl}}" ], "path": [ "apps" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-d312d229-7b2a-4abb-a311-929ee61de413" }, { "id": "75c68d3c-1894-4b2b-9f4f-4b00ded6294c", "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}}/apps", "host": [ "{{baseUrl}}" ], "path": [ "apps" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-75c68d3c-1894-4b2b-9f4f-4b00ded6294c" }, { "id": "c963d698-4088-4303-838e-850740fba48c", "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}}/apps", "host": [ "{{baseUrl}}" ], "path": [ "apps" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-c963d698-4088-4303-838e-850740fba48c" }, { "id": "421342b5-e848-4989-9be6-cd0c377e211b", "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}}/apps", "host": [ "{{baseUrl}}" ], "path": [ "apps" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-421342b5-e848-4989-9be6-cd0c377e211b" } ], "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-bdec4fe8-244d-414f-acf8-ca229281369e" } ], "id": "6db0988a-4a0b-42b4-b5ca-b8026eb194af", "createdAt": "2026-07-28T02:45:09.000Z", "updatedAt": "2026-07-28T02:45:09.000Z", "uid": "35240-6db0988a-4a0b-42b4-b5ca-b8026eb194af" } ], "variable": [ { "key": "baseUrl", "value": "https://api.replicated.com/vendor/v3" } ] }