{ "info": { "_postman_id": "ed12298a-3b52-4b75-9904-f2dca90f8973", "name": "Vendor API V3 apps customers 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:17.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "lastUpdatedBy": "35240", "uid": "35240-ed12298a-3b52-4b75-9904-f2dca90f8973" }, "item": [ { "name": "app", "item": [ { "name": "{app_id}", "item": [ { "name": "customer", "item": [ { "name": "{customer_id}", "item": [ { "name": "license-download", "item": [ { "name": "Download a customer license file as YAML.", "id": "689c2680-1b6e-4729-b0cb-a4382b7782e5", "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/:customer_id/license-download", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customer", ":customer_id", "license-download" ], "variable": [ { "id": "43da363a-34b6-4180-9b0a-2443d1b32c40", "key": "app_id", "value": "", "description": "(Required) App identifier" }, { "id": "409dd34e-b749-4d2b-904b-8f1788361d07", "key": "customer_id", "value": "", "description": "(Required) Customer identifier" } ] }, "description": "Retrieve the license for a specific customer and app, returning it as a YAML file suitable for use with KOTS installations.\nThe license includes all entitlements and metadata required for installation and updates.\n\nRequired RBAC Policy: kots/app/[:appid]/license/[:licenseid]/read" }, "response": [ { "id": "c5e97e62-1cd3-4ede-a306-d0af7bbbb68a", "name": "DownloadLicenseResponse contains the license yaml", "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/:customer_id/license-download", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customer", ":customer_id", "license-download" ], "variable": [ { "key": "app_id" }, { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-c5e97e62-1cd3-4ede-a306-d0af7bbbb68a" }, { "id": "e8b80d67-d5fe-4681-892d-5b9fb8f7e487", "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/:customer_id/license-download", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customer", ":customer_id", "license-download" ], "variable": [ { "key": "app_id" }, { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-e8b80d67-d5fe-4681-892d-5b9fb8f7e487" }, { "id": "bfadb201-db95-4df5-a432-45bfedfe7b33", "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/customer/:customer_id/license-download", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customer", ":customer_id", "license-download" ], "variable": [ { "key": "app_id" }, { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-bfadb201-db95-4df5-a432-45bfedfe7b33" }, { "id": "046893ed-2114-472b-93ed-6134e4269703", "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/customer/:customer_id/license-download", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customer", ":customer_id", "license-download" ], "variable": [ { "key": "app_id" }, { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-046893ed-2114-472b-93ed-6134e4269703" }, { "id": "476766a5-6b5b-40cb-a254-050a0dc12154", "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/:customer_id/license-download", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customer", ":customer_id", "license-download" ], "variable": [ { "key": "app_id" }, { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-476766a5-6b5b-40cb-a254-050a0dc12154" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-689c2680-1b6e-4729-b0cb-a4382b7782e5" } ], "id": "6d17db92-69d8-4bba-a5a7-3c188da7d25b", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-6d17db92-69d8-4bba-a5a7-3c188da7d25b" } ], "id": "862a73fd-eacf-4f2e-ab6a-d088f98e3040", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-862a73fd-eacf-4f2e-ab6a-d088f98e3040" } ], "id": "563a374c-cab2-4a8b-bc6c-695162bfe947", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-563a374c-cab2-4a8b-bc6c-695162bfe947" }, { "name": "customers", "item": [ { "name": "List customers for an app.", "id": "8a3164b9-a8ca-4095-89bb-99ba333d3968", "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?pageSize=20¤tPage=&sortColumn=&sortDesc=&customerName=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "filter by customer name", "key": "customerName", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "value": "" } ], "variable": [ { "id": "9233ac6e-f282-490c-b429-39ffb5f841a2", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Return a paginated list of customers for a specific app, with optional filtering by name, test status, and expiration.\nIncludes customer metadata and instance information.\n\nRequired RBAC Policy: kots/app/[:appid]/license/[:licenseid]/read" }, "response": [ { "id": "eff81e76-fc1b-47b0-82cc-d065b9979ae4", "name": "ListCustomersResponse contains the JSON customers 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}}/app/:app_id/customers?pageSize=20¤tPage=&sortColumn=&sortDesc=&customerName=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "filter by customer name", "key": "customerName", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "value": "" } ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"customers\": [\n {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"dolor_3\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\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 \"aute398\": {\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 \"nostrud_b6\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"quis_f4\": {\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 \"magnac\": {\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 \"esse_7c7\": {\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 \"dolore33c\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"dolore32\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"anim_892\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"consequate6e\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"in1ad\": {\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_4d\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"proident9\": {\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 \"Excepteur_dd\": {\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 \"do8\": {\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 \"eiusmodcd\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"est_64c\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"ut_c3\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"nulla_6ba\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"id_a2\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"totalCustomers\": \"\"\n}", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-eff81e76-fc1b-47b0-82cc-d065b9979ae4" }, { "id": "500c016f-2bc1-4421-9409-2479f2141458", "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?pageSize=20¤tPage=&sortColumn=&sortDesc=&customerName=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "filter by customer name", "key": "customerName", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-500c016f-2bc1-4421-9409-2479f2141458" }, { "id": "d5a22de6-eeaf-4022-a966-b36f7c9775fa", "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/customers?pageSize=20¤tPage=&sortColumn=&sortDesc=&customerName=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "filter by customer name", "key": "customerName", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "value": "" } ], "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-d5a22de6-eeaf-4022-a966-b36f7c9775fa" }, { "id": "ef1c1a73-a4fc-4621-b90a-0a00bccc4b89", "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/customers?pageSize=20¤tPage=&sortColumn=&sortDesc=&customerName=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "filter by customer name", "key": "customerName", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "value": "" } ], "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-ef1c1a73-a4fc-4621-b90a-0a00bccc4b89" }, { "id": "43a2d30f-1a4d-4fe4-8837-ccadfcda1cc0", "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/customers?pageSize=20¤tPage=&sortColumn=&sortDesc=&customerName=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "filter by customer name", "key": "customerName", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-43a2d30f-1a4d-4fe4-8837-ccadfcda1cc0" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-8a3164b9-a8ca-4095-89bb-99ba333d3968" } ], "id": "b99d284e-7a3e-45c4-99b9-614b652bd8a3", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-b99d284e-7a3e-45c4-99b9-614b652bd8a3" }, { "name": "enterprise-portal", "item": [ { "name": "trials", "item": [ { "name": "List all trial signups for an app.", "id": "4961f6d3-18dc-45ac-9879-65bfc7e8d5b2", "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/enterprise-portal/trials?pageSize=20¤tPage=&sortColumn=&sortDesc=&Verified=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "enterprise-portal", "trials" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "Filter for verification status: \"true\" for verified, \"false\" for unverified, omit for all", "key": "Verified", "value": "" } ], "variable": [ { "id": "8a42d246-61c1-44d0-8264-4003b8cd039b", "key": "app_id", "value": "", "description": "(Required) App identifier" } ] }, "description": "Return a paginated list of trial signups for a specific app,\nwith email, company, and status information.\n\nRequired RBAC Policy: kots/app/[:appid]/license/*/read" }, "response": [ { "id": "65ce9b93-bbd1-4140-b7bc-b230a9c6622e", "name": "ListPendingTrialsResponse contains the JSON pending trials 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}}/app/:app_id/enterprise-portal/trials?pageSize=20¤tPage=&sortColumn=&sortDesc=&Verified=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "enterprise-portal", "trials" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "Filter for verification status: \"true\" for verified, \"false\" for unverified, omit for all", "key": "Verified", "value": "" } ], "variable": [ { "key": "app_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pendingTrials\": [\n {\n \"appId\": \"\",\n \"company\": \"\",\n \"createdAt\": \"\",\n \"customFields\": {\n \"sedc2_\": \"\",\n \"exercitation_6b\": \"\"\n },\n \"email\": \"\",\n \"expiresAt\": \"\",\n \"teamId\": \"\",\n \"updatedAt\": \"\",\n \"verifiedAt\": \"\"\n },\n {\n \"appId\": \"\",\n \"company\": \"\",\n \"createdAt\": \"\",\n \"customFields\": {\n \"consectetur_b10\": \"\",\n \"eiusmod_94d\": \"\"\n },\n \"email\": \"\",\n \"expiresAt\": \"\",\n \"teamId\": \"\",\n \"updatedAt\": \"\",\n \"verifiedAt\": \"\"\n }\n ],\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-65ce9b93-bbd1-4140-b7bc-b230a9c6622e" }, { "id": "57eab906-e542-4c22-abb2-114fb3d02546", "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/enterprise-portal/trials?pageSize=20¤tPage=&sortColumn=&sortDesc=&Verified=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "enterprise-portal", "trials" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "Filter for verification status: \"true\" for verified, \"false\" for unverified, omit for all", "key": "Verified", "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-57eab906-e542-4c22-abb2-114fb3d02546" }, { "id": "5ad9a654-24e6-4d50-baf5-9045898d3b52", "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/enterprise-portal/trials?pageSize=20¤tPage=&sortColumn=&sortDesc=&Verified=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "enterprise-portal", "trials" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "Filter for verification status: \"true\" for verified, \"false\" for unverified, omit for all", "key": "Verified", "value": "" } ], "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-5ad9a654-24e6-4d50-baf5-9045898d3b52" }, { "id": "c06253db-4ff8-43b2-8804-d703f59240c3", "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/enterprise-portal/trials?pageSize=20¤tPage=&sortColumn=&sortDesc=&Verified=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "enterprise-portal", "trials" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "Filter for verification status: \"true\" for verified, \"false\" for unverified, omit for all", "key": "Verified", "value": "" } ], "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-c06253db-4ff8-43b2-8804-d703f59240c3" }, { "id": "bff3eb3f-3f9e-416e-9195-03452cfc1ec3", "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/enterprise-portal/trials?pageSize=20¤tPage=&sortColumn=&sortDesc=&Verified=", "host": [ "{{baseUrl}}" ], "path": [ "app", ":app_id", "enterprise-portal", "trials" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "description": "Filter for verification status: \"true\" for verified, \"false\" for unverified, omit for all", "key": "Verified", "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-bff3eb3f-3f9e-416e-9195-03452cfc1ec3" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-4961f6d3-18dc-45ac-9879-65bfc7e8d5b2" } ], "id": "1f22a22e-82d2-48ca-830d-5bc78fcda9b6", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-1f22a22e-82d2-48ca-830d-5bc78fcda9b6" } ], "id": "059139a0-74e2-4885-9255-d03d47c51345", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-059139a0-74e2-4885-9255-d03d47c51345" } ], "id": "c001181f-ff51-4a6b-bd51-49317531407c", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-c001181f-ff51-4a6b-bd51-49317531407c" } ], "id": "f32b7a73-f9c8-4af9-aea8-101fb3444cae", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-f32b7a73-f9c8-4af9-aea8-101fb3444cae" }, { "name": "customer", "item": [ { "name": "{customer_id}", "item": [ { "name": "airgap", "item": [ { "name": "password", "item": [ { "name": "Regenerate the airgap password used to access the customer's download portal.", "id": "7ef52216-63fa-472c-a70a-1c8f99af0557", "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 \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id/airgap/password", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "airgap", "password" ], "variable": [ { "id": "7780bb34-4699-465b-ace3-cbd24dcfcc3f", "key": "customer_id", "value": "", "description": "(Required) Customer identifier" } ] }, "description": "Generate a new password (or set a provided one) for accessing the customer's airgap download portal.\n\nRequired RBAC Policy: kots/license/[:licenseid]/airgap/password" }, "response": [ { "id": "2a054d53-1687-4f47-87ba-b883af1d33db", "name": "PostAirgapPasswordResponse contains the returned password", "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 \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id/airgap/password", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "airgap", "password" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"password\": \"\"\n}", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-2a054d53-1687-4f47-87ba-b883af1d33db" }, { "id": "08f4ddca-9a00-48d1-bced-d1cc45be95ee", "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 \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id/airgap/password", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "airgap", "password" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-08f4ddca-9a00-48d1-bced-d1cc45be95ee" }, { "id": "0b8a862b-2020-43a3-b3d8-14e795066685", "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 \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id/airgap/password", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "airgap", "password" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-0b8a862b-2020-43a3-b3d8-14e795066685" }, { "id": "b06f2af6-46bf-42d2-aef2-1aa4155a0c9e", "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 \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id/airgap/password", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "airgap", "password" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-b06f2af6-46bf-42d2-aef2-1aa4155a0c9e" }, { "id": "fe0d8e3a-abf6-436f-af51-6fa625babfc1", "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 \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id/airgap/password", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "airgap", "password" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-fe0d8e3a-abf6-436f-af51-6fa625babfc1" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-7ef52216-63fa-472c-a70a-1c8f99af0557" } ], "id": "447bb6b6-be17-438c-b616-9678d3ed797c", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-447bb6b6-be17-438c-b616-9678d3ed797c" } ], "id": "d5b42075-f5b2-4fff-b7e7-5b24a5869bd2", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-d5b42075-f5b2-4fff-b7e7-5b24a5869bd2" }, { "name": "archive", "item": [ { "name": "Archive a customer.", "id": "d701b2c6-3536-4a6e-8191-c9ebc10f82aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "archive" ], "variable": [ { "id": "f7c54038-6653-4693-9235-a6ef5749d02e", "key": "customer_id", "value": "", "description": "(Required) Customer identifier" } ] }, "description": "Deactivate a customer, revoking their license and access to associated resources.\nUseful for offboarding or suspending customers without deleting their data.\n\nRequired RBAC Policy: kots/license/[:customerid]/archive\nand kots/app/[:appid]/license/[:customerid]/archive" }, "response": [ { "id": "f2384586-bca4-4fed-9441-d85fd51cf254", "name": "On success, no payload returned", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "archive" ], "variable": [ { "key": "customer_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-f2384586-bca4-4fed-9441-d85fd51cf254" }, { "id": "7ef75bca-4d20-4b51-aec5-0a9c96f41571", "name": "Returned on bad input", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "archive" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-7ef75bca-4d20-4b51-aec5-0a9c96f41571" }, { "id": "80c76751-399d-4598-a5dc-c6936d60412f", "name": "Return if the caller is not authorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "archive" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-80c76751-399d-4598-a5dc-c6936d60412f" }, { "id": "8f004772-6969-49d5-a821-1665d31198bb", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "archive" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-8f004772-6969-49d5-a821-1665d31198bb" }, { "id": "a37d440a-fc0a-418e-ba87-2e6152da5233", "name": "Returned on resource not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/archive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "archive" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-a37d440a-fc0a-418e-ba87-2e6152da5233" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-d701b2c6-3536-4a6e-8191-c9ebc10f82aa" } ], "id": "7d83af77-c02e-4286-a207-c524ccc6d558", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-7d83af77-c02e-4286-a207-c524ccc6d558" }, { "name": "unarchive", "item": [ { "name": "Unarchive a customer.", "id": "cda4539f-efb1-4ff7-9753-2b1740afb2d2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/unarchive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "unarchive" ], "variable": [ { "id": "449b4e9e-051b-4e41-add9-ed2938f39415", "key": "customer_id", "value": "", "description": "(Required) Customer identifier" } ] }, "description": "Restore a previously archived customer, making their license and associated data active again.\nUseful for re-enabling access for customers who were previously deactivated.\n\nRequired RBAC Policy: kots/license/[:customerid]/unarchive\nand kots/app/[:appid]/license/[:customerid]/unarchive" }, "response": [ { "id": "bb2c96ab-5bb8-4e27-a4a3-458f9cc04574", "name": "On success, no payload returned", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/unarchive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "unarchive" ], "variable": [ { "key": "customer_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-bb2c96ab-5bb8-4e27-a4a3-458f9cc04574" }, { "id": "f6ecbe50-0268-46d9-9819-12ab1fd1367c", "name": "Returned on bad input", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/unarchive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "unarchive" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-f6ecbe50-0268-46d9-9819-12ab1fd1367c" }, { "id": "665c9c55-d8d8-47b9-a14e-7b2222cb7b81", "name": "Return if the caller is not authorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/unarchive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "unarchive" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-665c9c55-d8d8-47b9-a14e-7b2222cb7b81" }, { "id": "057d59be-2fb0-427b-9881-1c7f14c2ce64", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/unarchive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "unarchive" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-057d59be-2fb0-427b-9881-1c7f14c2ce64" }, { "id": "a617115b-cd73-422b-83d0-2b934f3d62dc", "name": "Returned on resource not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id/unarchive", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id", "unarchive" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-a617115b-cd73-422b-83d0-2b934f3d62dc" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-cda4539f-efb1-4ff7-9753-2b1740afb2d2" } ], "id": "f02adc35-ce1b-4736-9bc3-fb3df86a20da", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-f02adc35-ce1b-4736-9bc3-fb3df86a20da" }, { "name": "Get a customer.", "id": "f1c1cb54-d79e-41c6-b66a-b2747d4697dc", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "id": "fd0ec16e-af65-48db-a409-15c0429086f8", "key": "customer_id", "value": "", "description": "(Required) Customer identifier" } ] }, "description": "Retrieve the details of a specific customer, including metadata, license, and instance information.\nOptionally, channel details can be excluded from the response.\n\nRequired RBAC Policy: kots/app/[:appid]/license/[:licenseid]/read" }, "response": [ { "id": "811d7e7a-a348-4327-aaa4-d332b8800b01", "name": "GetCustomerResponse represents a customer.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"customer\": {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"dod\": {\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 \"occaecat35\": {\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 \"Excepteur_25\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"eu__cf\": {\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 \"reprehenderitbad\": {\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 \"Lorem_53a\": {\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 \"consequatd8b\": {\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_02e\": {\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 \"cupidatat_4b\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"incididunt_b\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"sit_7b\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"Utb\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"nulla_c\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"occaecat_93\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"quis2\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"adipisicingb\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-811d7e7a-a348-4327-aaa4-d332b8800b01" }, { "id": "e00d36d9-e028-470b-9ae3-2da389a88d84", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-e00d36d9-e028-470b-9ae3-2da389a88d84" }, { "id": "62102cae-25c7-4abb-aad3-f17a294ade0d", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-62102cae-25c7-4abb-aad3-f17a294ade0d" }, { "id": "a97e909c-d428-4180-bdca-9e98e6172c31", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-a97e909c-d428-4180-bdca-9e98e6172c31" }, { "id": "5010e5fd-0694-4bac-8be8-088ba80432cd", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-5010e5fd-0694-4bac-8be8-088ba80432cd" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-f1c1cb54-d79e-41c6-b66a-b2747d4697dc" }, { "name": "Update a customer.", "id": "53f884a2-0762-4de3-b7d5-521dcc4b492d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "id": "a4d95399-c130-4913-98c5-c39570db8de0", "key": "customer_id", "value": "", "description": "(Required) Customer identifier" } ] }, "description": "Update the details, license, and channel assignments for an existing customer.\nSupports changing metadata, license type, expiration, entitlements, and feature flags.\nParameters that are not provided are reset to default values.\n\nRequired RBAC Policy: kots/app/[:appid]/license/[:licenseid]/update" }, "response": [ { "id": "bc012483-2673-4dab-8d1d-fd5a25a2563d", "name": "GetCustomerResponse represents a customer.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"customer\": {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"dod\": {\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 \"occaecat35\": {\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 \"Excepteur_25\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"eu__cf\": {\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 \"reprehenderitbad\": {\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 \"Lorem_53a\": {\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 \"consequatd8b\": {\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_02e\": {\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 \"cupidatat_4b\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"incididunt_b\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"sit_7b\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"Utb\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"nulla_c\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"occaecat_93\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"quis2\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"adipisicingb\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-bc012483-2673-4dab-8d1d-fd5a25a2563d" }, { "id": "c4779889-642b-4662-8ead-0ee804f5824a", "name": "Returned on bad input", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-c4779889-642b-4662-8ead-0ee804f5824a" }, { "id": "a5e1d729-4bcf-4428-aaa9-7aff9f96c1db", "name": "Return if the caller is not authorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-a5e1d729-4bcf-4428-aaa9-7aff9f96c1db" }, { "id": "ac1028f7-e382-4d36-ac0b-b3cc443fa6ee", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-ac1028f7-e382-4d36-ac0b-b3cc443fa6ee" }, { "id": "e6e64be4-3b29-45a7-be87-8d1647d90a6f", "name": "Returned on resource not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-e6e64be4-3b29-45a7-be87-8d1647d90a6f" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-53f884a2-0762-4de3-b7d5-521dcc4b492d" }, { "name": "Delete a customer.", "id": "ed936de5-54bb-4c3b-8a9c-daac4ec4e255", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "id": "9b896080-9d71-4356-8084-c0b4ca93a0e9", "key": "customer_id", "value": "", "description": "(Required) Customer identifier" } ] }, "description": "Permanently delete a customer, removing all their data including licenses and access to associated resources.\nThis action is irreversible. For temporary deactivation, use the archive endpoint instead.\n\nSafety Restriction: Only development customers (type: \"dev\") can be deleted.\nAttempting to delete customers of other types (prod, trial, community, test) will return a 400 Bad Request error.\n\nRequired RBAC Policy: kots/license/[:customerid]/delete\nand kots/app/[:appid]/license/[:customerid]/delete" }, "response": [ { "id": "332475a5-143e-4dd9-a9fe-e4207ac19e4f", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-332475a5-143e-4dd9-a9fe-e4207ac19e4f" }, { "id": "a16e1180-1ed9-421e-92e9-6378b8497635", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-a16e1180-1ed9-421e-92e9-6378b8497635" }, { "id": "303b6c50-c1d0-4499-b0ff-7e1a63331612", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-303b6c50-c1d0-4499-b0ff-7e1a63331612" }, { "id": "417d6d4e-85d6-46a3-a663-f291293f37af", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-417d6d4e-85d6-46a3-a663-f291293f37af" }, { "id": "ba05cc89-4227-40d1-aac0-dc3afb71b382", "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}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-ba05cc89-4227-40d1-aac0-dc3afb71b382" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-ed936de5-54bb-4c3b-8a9c-daac4ec4e255" }, { "name": "Patch a customer.", "id": "3d4b92b2-cfe1-42c2-931b-e550cfc49b56", "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": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"add_channels\": [\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n },\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n }\n ],\n \"add_entitlements\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"custom_id\": \"\",\n \"email\": \"\",\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_security_center_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"name\": \"\",\n \"remove_channels\": [\n \"\",\n \"\"\n ],\n \"remove_entitlements\": [\n \"\",\n \"\"\n ],\n \"remove_expires_at\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "id": "f0e19028-4700-487d-a16e-94ad2c73c01c", "key": "customer_id", "value": "", "description": "(Required) Customer identifier" } ] }, "description": "Apply partial updates to a customer's details, license, channels, and entitlements.\nOnly the fields provided in the request body will be updated.\n\nRequired RBAC Policy: kots/app/[:appid]/license/[:licenseid]/update" }, "response": [ { "id": "c91c21f8-50c5-49da-baf7-63babc6dea54", "name": "GetCustomerResponse represents a customer.", "originalRequest": { "method": "PATCH", "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 \"add_channels\": [\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n },\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n }\n ],\n \"add_entitlements\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"custom_id\": \"\",\n \"email\": \"\",\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_security_center_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"name\": \"\",\n \"remove_channels\": [\n \"\",\n \"\"\n ],\n \"remove_entitlements\": [\n \"\",\n \"\"\n ],\n \"remove_expires_at\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"customer\": {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"dod\": {\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 \"occaecat35\": {\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 \"Excepteur_25\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"eu__cf\": {\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 \"reprehenderitbad\": {\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 \"Lorem_53a\": {\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 \"consequatd8b\": {\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_02e\": {\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 \"cupidatat_4b\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"incididunt_b\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"sit_7b\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"Utb\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"nulla_c\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"occaecat_93\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"quis2\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"adipisicingb\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-c91c21f8-50c5-49da-baf7-63babc6dea54" }, { "id": "aa1f5cec-db9f-4e83-bec8-98889a500b90", "name": "Returned on bad input", "originalRequest": { "method": "PATCH", "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 \"add_channels\": [\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n },\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n }\n ],\n \"add_entitlements\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"custom_id\": \"\",\n \"email\": \"\",\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_security_center_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"name\": \"\",\n \"remove_channels\": [\n \"\",\n \"\"\n ],\n \"remove_entitlements\": [\n \"\",\n \"\"\n ],\n \"remove_expires_at\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-aa1f5cec-db9f-4e83-bec8-98889a500b90" }, { "id": "4ce5c5e8-173f-4dd0-884e-56a96a2c7deb", "name": "Return if the caller is not authorized", "originalRequest": { "method": "PATCH", "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 \"add_channels\": [\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n },\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n }\n ],\n \"add_entitlements\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"custom_id\": \"\",\n \"email\": \"\",\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_security_center_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"name\": \"\",\n \"remove_channels\": [\n \"\",\n \"\"\n ],\n \"remove_entitlements\": [\n \"\",\n \"\"\n ],\n \"remove_expires_at\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-4ce5c5e8-173f-4dd0-884e-56a96a2c7deb" }, { "id": "1efaa2e4-6914-465e-bd6a-e9be8664e839", "name": "Returned if the caller does not have the needed permission", "originalRequest": { "method": "PATCH", "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 \"add_channels\": [\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n },\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n }\n ],\n \"add_entitlements\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"custom_id\": \"\",\n \"email\": \"\",\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_security_center_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"name\": \"\",\n \"remove_channels\": [\n \"\",\n \"\"\n ],\n \"remove_entitlements\": [\n \"\",\n \"\"\n ],\n \"remove_expires_at\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-1efaa2e4-6914-465e-bd6a-e9be8664e839" }, { "id": "14115f02-b926-4b90-b943-06f886d0c038", "name": "Returned on resource not found", "originalRequest": { "method": "PATCH", "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 \"add_channels\": [\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n },\n {\n \"channel_id\": \"\",\n \"is_default_for_customer\": \"\",\n \"pinned_channel_sequence\": \"\"\n }\n ],\n \"add_entitlements\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"custom_id\": \"\",\n \"email\": \"\",\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_enterprise_portal_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_security_center_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"name\": \"\",\n \"remove_channels\": [\n \"\",\n \"\"\n ],\n \"remove_entitlements\": [\n \"\",\n \"\"\n ],\n \"remove_expires_at\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-14115f02-b926-4b90-b943-06f886d0c038" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-3d4b92b2-cfe1-42c2-931b-e550cfc49b56" } ], "id": "0d0373ce-831f-450b-8cef-7b62af3aa363", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-0d0373ce-831f-450b-8cef-7b62af3aa363" }, { "name": "Create a KOTS customer.", "id": "d7683672-7ffd-450d-ab10-3347526572a5", "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 \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_installer_support_enabled\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer", "host": [ "{{baseUrl}}" ], "path": [ "customer" ] }, "description": "Create a new customer and license for a specified app, with options for channel assignment, license type, expiration, and feature flags.\nThe created customer will be available for management and download.\n\nRequired RBAC Policy: kots/app/[:appid]/license/create" }, "response": [ { "id": "76430725-816d-4eed-96ad-f344630e8a21", "name": "GetCustomerResponse represents a customer.", "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 \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_installer_support_enabled\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer", "host": [ "{{baseUrl}}" ], "path": [ "customer" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"customer\": {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"dod\": {\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 \"occaecat35\": {\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 \"Excepteur_25\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"eu__cf\": {\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 \"reprehenderitbad\": {\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 \"Lorem_53a\": {\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 \"consequatd8b\": {\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_02e\": {\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 \"cupidatat_4b\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"incididunt_b\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"sit_7b\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"Utb\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"nulla_c\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"occaecat_93\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"quis2\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"adipisicingb\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-76430725-816d-4eed-96ad-f344630e8a21" }, { "id": "951753e7-3f4f-427f-8ead-63e3294a0340", "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 \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_installer_support_enabled\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer", "host": [ "{{baseUrl}}" ], "path": [ "customer" ] } }, "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-951753e7-3f4f-427f-8ead-63e3294a0340" }, { "id": "d12749c3-f1f2-4b60-9cf7-25eb624a83b9", "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 \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_installer_support_enabled\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer", "host": [ "{{baseUrl}}" ], "path": [ "customer" ] } }, "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-d12749c3-f1f2-4b60-9cf7-25eb624a83b9" }, { "id": "34136808-bff7-49ca-b558-385793132bb3", "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 \"app_id\": \"\",\n \"channel_id\": \"\",\n \"custom_id\": \"\",\n \"email\": \"\",\n \"entitlementValues\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"expires_at\": \"\",\n \"is_airgap_enabled\": \"\",\n \"is_dev_mode_enabled\": \"\",\n \"is_disaster_recovery_supported\": \"\",\n \"is_embedded_cluster_download_enabled\": \"\",\n \"is_embedded_cluster_multinode_enabled\": \"\",\n \"is_geoaxis_supported\": \"\",\n \"is_gitops_supported\": \"\",\n \"is_helm_airgap_enabled\": \"\",\n \"is_helm_install_enabled\": \"\",\n \"is_identity_service_supported\": \"\",\n \"is_installer_support_enabled\": \"\",\n \"is_kots_install_enabled\": \"\",\n \"is_kurl_install_enabled\": \"\",\n \"is_snapshot_supported\": \"\",\n \"is_support_bundle_upload_enabled\": \"\",\n \"saml_allowed\": \"\",\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customer", "host": [ "{{baseUrl}}" ], "path": [ "customer" ] } }, "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-34136808-bff7-49ca-b558-385793132bb3" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-d7683672-7ffd-450d-ab10-3347526572a5" } ], "id": "1477b098-5939-4f60-8176-122e69e77a1e", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-1477b098-5939-4f60-8176-122e69e77a1e" }, { "name": "customer-entitlements", "item": [ { "name": "{customer_id}", "item": [ { "name": "Get customer entitlements.", "id": "c7bf95fc-b0d1-4616-8d61-4d89cf4fd08c", "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}}/customer-entitlements/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer-entitlements", ":customer_id" ], "variable": [ { "id": "91b54d3c-969e-4547-8e69-8351b6383733", "key": "customer_id", "value": "", "description": "(Required) Customer identifier" } ] }, "description": "Retrieve the entitlement values for a specific customer and app, including all custom and default entitlements assigned to the customer.\n\nRequired RBAC Policy: kots/app/[:appid]/license/[:licenseid]/read" }, "response": [ { "id": "4333f34e-4d18-4282-8caa-05f8f759a637", "name": "GetCustomerEntitlementsResponse represents a customer.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/customer-entitlements/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer-entitlements", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-4333f34e-4d18-4282-8caa-05f8f759a637" }, { "id": "2aaa8776-37e0-47d2-b918-f120c2b108a7", "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}}/customer-entitlements/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer-entitlements", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-2aaa8776-37e0-47d2-b918-f120c2b108a7" }, { "id": "d9e79e41-f873-4974-a2b3-1079782f2b04", "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}}/customer-entitlements/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer-entitlements", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-d9e79e41-f873-4974-a2b3-1079782f2b04" }, { "id": "a05bb4a6-249f-4774-8b55-af1c18f90e12", "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}}/customer-entitlements/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer-entitlements", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-a05bb4a6-249f-4774-8b55-af1c18f90e12" }, { "id": "194f0137-9218-4af4-8904-aa9c4e574f0e", "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}}/customer-entitlements/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customer-entitlements", ":customer_id" ], "variable": [ { "key": "customer_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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-194f0137-9218-4af4-8904-aa9c4e574f0e" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-c7bf95fc-b0d1-4616-8d61-4d89cf4fd08c" } ], "id": "1f601574-43b5-471f-8790-735e920b2db1", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-1f601574-43b5-471f-8790-735e920b2db1" } ], "id": "3a316e94-ab6b-48b6-b66b-96394930e467", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-3a316e94-ab6b-48b6-b66b-96394930e467" }, { "name": "customers", "item": [ { "name": "search", "item": [ { "name": "Search all customers for a given team context.", "id": "e6d247ef-40cd-4e02-865c-39ec9d076171", "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 \"adoption_rate_filter\": \"\",\n \"app_id\": \"\",\n \"channel_names\": [\n \"\",\n \"\"\n ],\n \"expires_before\": \"\",\n \"include_active\": \"\",\n \"include_archived\": \"\",\n \"include_community\": \"\",\n \"include_dev\": \"\",\n \"include_inactive\": \"\",\n \"include_paid\": \"\",\n \"include_test\": \"\",\n \"include_trial\": \"\",\n \"instance_preview\": \"\",\n \"license_or_service_account\": \"\",\n \"max_instances\": \"\",\n \"offset\": \"\",\n \"page_size\": \"\",\n \"query\": \"\",\n \"sort_direction\": \"\",\n \"sort_field\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/search", "host": [ "{{baseUrl}}" ], "path": [ "customers", "search" ] }, "description": "Search for customers within a team using flexible query parameters, including name, type, channel, and status.\nSupports pagination, sorting, and filtering by customer attributes.\n\nRequired RBAC Policy: kots/app/[:appid]/license/[:licenseid]/read" }, "response": [ { "id": "9c5ad6d9-d8a8-4324-b1b9-0cde7ac690ed", "name": "SearchTeamCustomersResponse contains the list of licenses", "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 \"adoption_rate_filter\": \"\",\n \"app_id\": \"\",\n \"channel_names\": [\n \"\",\n \"\"\n ],\n \"expires_before\": \"\",\n \"include_active\": \"\",\n \"include_archived\": \"\",\n \"include_community\": \"\",\n \"include_dev\": \"\",\n \"include_inactive\": \"\",\n \"include_paid\": \"\",\n \"include_test\": \"\",\n \"include_trial\": \"\",\n \"instance_preview\": \"\",\n \"license_or_service_account\": \"\",\n \"max_instances\": \"\",\n \"offset\": \"\",\n \"page_size\": \"\",\n \"query\": \"\",\n \"sort_direction\": \"\",\n \"sort_field\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/search", "host": [ "{{baseUrl}}" ], "path": [ "customers", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"customers\": [\n {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"airgapInstancesCount\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"ad550\": {\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 \"exercitationf_\": {\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 \"nulla45c\": {\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 \"Ut__\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"exercitation_\": {\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 \"adipisicing2\": {\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 \"mollite\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n \"deserunt_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 \"laboris_320\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"irure4\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"in0\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"fugiat_00\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"exercitation87f\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"inactiveInstancesCount\": \"\",\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isActive\": \"\",\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"onlineActiveInstancesCount\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"totalInstancesCount\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"airgapInstancesCount\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"nullaa\": {\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 \"eu5\": {\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 \"do_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 \"deserunt4c\": {\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 \"amet683\": {\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 \"dolor95\": {\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 \"et3\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"cillum_8e\": {\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 \"sintf5e\": {\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 \"in7_7\": {\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_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 \"nond2\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"ut_67\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"ex_7a\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"incididunt2\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"nostrud9\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"qui1\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"inactiveInstancesCount\": \"\",\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isActive\": \"\",\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"onlineActiveInstancesCount\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"totalInstancesCount\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"query\": \"\",\n \"total_hits\": \"\"\n}", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-9c5ad6d9-d8a8-4324-b1b9-0cde7ac690ed" }, { "id": "0ef0b7ae-a09a-493e-9541-455575227629", "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 \"adoption_rate_filter\": \"\",\n \"app_id\": \"\",\n \"channel_names\": [\n \"\",\n \"\"\n ],\n \"expires_before\": \"\",\n \"include_active\": \"\",\n \"include_archived\": \"\",\n \"include_community\": \"\",\n \"include_dev\": \"\",\n \"include_inactive\": \"\",\n \"include_paid\": \"\",\n \"include_test\": \"\",\n \"include_trial\": \"\",\n \"instance_preview\": \"\",\n \"license_or_service_account\": \"\",\n \"max_instances\": \"\",\n \"offset\": \"\",\n \"page_size\": \"\",\n \"query\": \"\",\n \"sort_direction\": \"\",\n \"sort_field\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/search", "host": [ "{{baseUrl}}" ], "path": [ "customers", "search" ] } }, "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-0ef0b7ae-a09a-493e-9541-455575227629" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-e6d247ef-40cd-4e02-865c-39ec9d076171" } ], "id": "21c7fd44-22f4-455c-9266-a889ce1adf40", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-21c7fd44-22f4-455c-9266-a889ce1adf40" }, { "name": "List all customers.", "id": "d5857531-3102-4972-af64-b2e0e7204567", "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}}/customers?pageSize=20¤tPage=&sortColumn=&sortDesc=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "value": "" } ] }, "description": "Return a paginated list of all customers accessible to the team, with optional filtering and sorting.\nIncludes metadata and license information for each customer.\n\nRequired RBAC Policy: kots/app/[:appid]/license/[:licenseid]/read" }, "response": [ { "id": "9f19c6b1-af24-47d5-9494-9fcfe60ae6a0", "name": "ListCustomersResponse contains the JSON customers 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}}/customers?pageSize=20¤tPage=&sortColumn=&sortDesc=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"customers\": [\n {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"dolor_3\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\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 \"aute398\": {\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 \"nostrud_b6\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"quis_f4\": {\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 \"magnac\": {\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 \"esse_7c7\": {\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 \"dolore33c\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"dolore32\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"anim_892\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"consequate6e\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n },\n {\n \"actions\": {\n \"shipApply\": \"\",\n \"shipApplyDocker\": \"\",\n \"shipInitCloud\": \"\",\n \"shipInitHomebrew\": \"\"\n },\n \"activeInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"airgap\": \"\",\n \"airgapDownloadedAt\": \"\",\n \"airgapDownloadedChannelId\": \"\",\n \"airgapDownloadedChannelSequence\": \"\",\n \"airgapDownloadedReleaseLabel\": \"\",\n \"airgapDownloadedReleaseSequence\": \"\",\n \"appType\": \"\",\n \"channels\": [\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"in1ad\": {\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_4d\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n },\n {\n \"adoptionRate\": [\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n },\n {\n \"channelId\": \"\",\n \"count\": \"\",\n \"percent\": \"\",\n \"releaseSequence\": \"\",\n \"semver\": \"\",\n \"totalOnChannel\": \"\",\n \"versionsFromLatest\": \"\"\n }\n ],\n \"airgapDiffBundlesEnabled\": \"\",\n \"airgapDockerRegistryFormatEnabled\": \"\",\n \"allowPublishableKey\": \"\",\n \"appId\": \"\",\n \"appName\": \"\",\n \"appSlug\": \"\",\n \"buildAirgapAutomatically\": \"\",\n \"channelIcon\": \"\",\n \"channelSequence\": \"\",\n \"channelSlug\": \"\",\n \"channel_id\": \"\",\n \"chartReleases\": [\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n },\n {\n \"error\": \"\",\n \"hasPreflightSpec\": \"\",\n \"isKotsInstallerOnly\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"weight\": \"\"\n }\n ],\n \"created\": \"\",\n \"currentVersion\": \"\",\n \"customHostnameOverrides\": {\n \"downloadPortal\": {\n \"hostname\": \"\"\n },\n \"proxy\": {\n \"hostname\": \"\"\n },\n \"registry\": {\n \"hostname\": \"\"\n },\n \"replicatedApp\": {\n \"hostname\": \"\"\n }\n },\n \"customers\": {\n \"activeCustomers\": \"\",\n \"inactiveCustomers\": \"\",\n \"totalCustomers\": \"\"\n },\n \"description\": \"\",\n \"embeddedClusterInstallCommand\": \"\",\n \"enterprisePartnerChannelID\": \"\",\n \"existingClusterInstallCommand\": \"\",\n \"gitHubRef\": {},\n \"hasKurlInstaller\": \"\",\n \"hasV1Beta3PreflightSpec\": \"\",\n \"id\": \"\",\n \"isArchived\": \"\",\n \"isDefault\": \"\",\n \"isHelmOnly\": \"\",\n \"is_default_for_customer\": \"\",\n \"latestChannelSequence\": \"\",\n \"name\": \"\",\n \"numActiveInstances\": \"\",\n \"numReleases\": \"\",\n \"pinned_channel_sequence\": \"\",\n \"releaseNotes\": \"\",\n \"releaseSequence\": \"\",\n \"releases\": [\n {\n \"airgapBuildError\": \"\",\n \"airgapBuildStatus\": \"\",\n \"airgapBundleImages\": [\n \"\",\n \"\"\n ],\n \"channelIcon\": \"\",\n \"channelId\": \"\",\n \"channelName\": \"\",\n \"channelSequence\": \"\",\n \"created\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customResourceError\": \"\",\n \"customResourceWarnings\": [\n \"\",\n \"\"\n ],\n \"demotedAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"hasECInstaller\": \"\",\n \"hasKurlInstaller\": \"\",\n \"imageSecurityInfo\": [\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n },\n {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n ],\n \"imageSecuritySums\": {\n \"proident9\": {\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 \"Excepteur_dd\": {\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 \"do8\": {\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 \"eiusmodcd\": {\n \"counts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n },\n \"digest\": \"\",\n \"digest_first_seen_at\": \"\",\n \"image_size_bytes\": \"\",\n \"input\": \"\",\n \"installation_phase\": \"\",\n \"last_scanned_at\": \"\",\n \"not_found\": \"\",\n \"sbom_status\": \"\",\n \"sbom_status_message\": \"\",\n \"sbom_status_updated_at\": \"\",\n \"scan_status\": \"\",\n \"scan_status_message\": \"\",\n \"scan_status_updated_at\": \"\",\n \"scanned_images\": \"\",\n \"total_images\": \"\"\n }\n },\n \"installationTypes\": {\n \"embeddedCluster\": {\n \"proxyRegistryDomain\": \"\",\n \"replicatedAppDomain\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"version\": \"\"\n },\n \"helm\": {},\n \"helmInstallabilityIssue\": {\n \"message\": \"\",\n \"resources\": [\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n },\n {\n \"filePath\": \"\",\n \"identifier\": \"\",\n \"kind\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"kots\": {\n \"minKotsVersion\": \"\",\n \"targetKotsVersion\": \"\"\n },\n \"kotsConfig\": {\n \"apiVersion\": \"\"\n },\n \"kurl\": {\n \"installerVersion\": \"\"\n },\n \"preflight\": {\n \"apiVersion\": \"\"\n },\n \"replicatedSDK\": {\n \"sdkVersion\": \"\"\n },\n \"supportBundle\": {\n \"apiVersion\": \"\"\n }\n },\n \"isDemoted\": \"\",\n \"isRequired\": \"\",\n \"kurlInstallerID\": \"\",\n \"lintResult\": {\n \"isLintingComplete\": \"\",\n \"lintExpressions\": [\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n },\n {\n \"message\": \"\",\n \"path\": \"\",\n \"rule\": \"\",\n \"type\": \"\"\n }\n ]\n },\n \"proxyRegistryDomain\": \"\",\n \"registrySecret\": \"\",\n \"releaseNotes\": \"\",\n \"releasedAt\": \"\",\n \"replicatedRegistryDomain\": \"\",\n \"semver\": \"\",\n \"sequence\": \"\",\n \"updated\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"replicatedRegistryDomain\": \"\",\n \"semverRequired\": \"\",\n \"semverWarning\": \"\",\n \"targetKotsVersion\": \"\",\n \"updated\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"createdBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n },\n \"customId\": \"\",\n \"downloadPortalUrl\": \"\",\n \"email\": \"\",\n \"enterprise_portal\": {\n \"access_granted_at\": \"\",\n \"access_granted_by\": \"\",\n \"access_method\": \"\",\n \"access_milestones\": {\n \"est_64c\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n },\n \"ut_c3\": {\n \"access_granted_at\": \"\",\n \"access_method\": \"\"\n }\n },\n \"enabled\": \"\",\n \"first_invite_sent_at\": \"\",\n \"first_software_pulled_asset_type\": \"\",\n \"first_software_pulled_asset_version\": \"\",\n \"first_software_pulled_at\": \"\",\n \"last_software_pulled_asset_type\": \"\",\n \"last_software_pulled_asset_version\": \"\",\n \"last_software_pulled_at\": \"\",\n \"software_pull_milestones\": {\n \"nulla_6ba\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n },\n \"id_a2\": {\n \"asset_type\": \"\",\n \"asset_version\": \"\",\n \"first_pulled_at\": \"\"\n }\n },\n \"total_active_users\": \"\"\n },\n \"entitlements\": [\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"isDefault\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"esInstances\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamChannelName\": \"\",\n \"downstreamChannelSequence\": \"\",\n \"installedReleaseLabel\": \"\",\n \"instanceId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"inactiveInstances\": {\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"moreAvailable\": \"\",\n \"totalCount\": \"\"\n },\n \"installationId\": \"\",\n \"installationVersion\": \"\",\n \"installedReleaseLabel\": \"\",\n \"installedReleaseSequence\": \"\",\n \"instances\": [\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n },\n {\n \"active\": \"\",\n \"appStatus\": \"\",\n \"client\": \"\",\n \"cloud\": \"\",\n \"clusterId\": \"\",\n \"createdAt\": \"\",\n \"embeddedClusterVersion\": \"\",\n \"instanceId\": \"\",\n \"isAirgap\": \"\",\n \"isArchived\": \"\",\n \"isDummyInstance\": \"\",\n \"isEmbeddedCluster\": \"\",\n \"isKurl\": \"\",\n \"k8sVersion\": \"\",\n \"kotsVersion\": \"\",\n \"kurlNodeCountReady\": \"\",\n \"kurlNodeCountTotal\": \"\",\n \"lastActive\": \"\",\n \"licenseId\": \"\",\n \"replicatedSdkVersion\": \"\",\n \"securitySummary\": {\n \"imageCount\": \"\",\n \"lastScannedAt\": \"\",\n \"vulnerabilityCounts\": {\n \"critical\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"medium\": \"\",\n \"total\": \"\"\n }\n },\n \"serviceAccountId\": \"\",\n \"tags\": [\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n },\n {\n \"instanceId\": \"\",\n \"key\": \"\",\n \"origin\": \"\",\n \"value\": \"\"\n }\n ],\n \"versionHistory\": [\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n },\n {\n \"clusterId\": \"\",\n \"downstreamChannelId\": \"\",\n \"downstreamReleaseSequence\": \"\",\n \"instanceId\": \"\",\n \"intervalLast\": \"\",\n \"intervalStart\": \"\",\n \"nativeHelmCount\": \"\",\n \"replHelmCount\": \"\",\n \"versionLabel\": \"\"\n }\n ]\n }\n ],\n \"isArchived\": \"\",\n \"isDevModeEnabled\": \"\",\n \"isDisasterRecoverySupported\": \"\",\n \"isEmbeddedClusterDownloadEnabled\": \"\",\n \"isEmbeddedClusterMultiNodeEnabled\": \"\",\n \"isEnterprisePortalEnabled\": \"\",\n \"isGeoaxisSupported\": \"\",\n \"isGitopsSupported\": \"\",\n \"isHelmAirgapEnabled\": \"\",\n \"isHelmInstallEnabled\": \"\",\n \"isIdentityServiceSupported\": \"\",\n \"isInstallerSupportEnabled\": \"\",\n \"isInstancesLimited\": \"\",\n \"isKotsInstallEnabled\": \"\",\n \"isKurlInstallEnabled\": \"\",\n \"isSecurityCenterEnabled\": \"\",\n \"isSnapshotSupported\": \"\",\n \"isSupportBundleUploadEnabled\": \"\",\n \"lastActive\": \"\",\n \"lowercaseName\": \"\",\n \"name\": \"\",\n \"pinnedChannelSequence\": \"\",\n \"samlAllowed\": \"\",\n \"shipInstallStatus\": {\n \"status\": \"\",\n \"updatedAt\": \"\"\n },\n \"teamId\": \"\",\n \"type\": \"\",\n \"updatedAt\": \"\",\n \"updatedBy\": {\n \"description\": \"\",\n \"id\": \"\",\n \"link\": \"\",\n \"timestamp\": \"\",\n \"type\": \"\"\n }\n }\n ],\n \"totalCustomers\": \"\"\n}", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-9f19c6b1-af24-47d5-9494-9fcfe60ae6a0" }, { "id": "6bf45b9b-5590-47cb-a6cd-1eec500c375d", "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}}/customers?pageSize=20¤tPage=&sortColumn=&sortDesc=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "value": "" } ] } }, "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-6bf45b9b-5590-47cb-a6cd-1eec500c375d" }, { "id": "382f013b-fc8f-4fb2-a3b0-bdad7c43c7dc", "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}}/customers?pageSize=20¤tPage=&sortColumn=&sortDesc=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "value": "" } ] } }, "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-382f013b-fc8f-4fb2-a3b0-bdad7c43c7dc" }, { "id": "179c5ece-da64-4bad-a8bc-256abba010a5", "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}}/customers?pageSize=20¤tPage=&sortColumn=&sortDesc=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "value": "" } ] } }, "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-179c5ece-da64-4bad-a8bc-256abba010a5" }, { "id": "9c5de6c0-0912-40d0-b604-1a183ecd026f", "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}}/customers?pageSize=20¤tPage=&sortColumn=&sortDesc=&IncludeTest=&ExpiresBefore=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Page size", "key": "pageSize", "value": "20" }, { "description": "Current page", "key": "currentPage", "value": "" }, { "description": "Sort column", "key": "sortColumn", "value": "" }, { "description": "Sort descending", "key": "sortDesc", "value": "" }, { "key": "IncludeTest", "value": "" }, { "key": "ExpiresBefore", "value": "" } ] } }, "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:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-9c5de6c0-0912-40d0-b604-1a183ecd026f" } ], "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-d5857531-3102-4972-af64-b2e0e7204567" } ], "id": "57621dbb-29c4-4a6f-9f93-f8c709c25068", "createdAt": "2026-07-28T02:45:18.000Z", "updatedAt": "2026-07-28T02:45:18.000Z", "uid": "35240-57621dbb-29c4-4a6f-9f93-f8c709c25068" } ], "variable": [ { "key": "baseUrl", "value": "https://api.replicated.com/vendor/v3" } ] }