v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Dashboard Definition Versions

Parse Dashboard Definition Version

Validate Executive Dashboard version

post/v1/executive_dashboard_version/parseImport

Request body

contentsAsJSONstring

Response

Parsed

titlestring
descriptionstring
showTitleboolean
widgetPrimaryColorstring
widgetSecondaryColorstring
flavor'AiAgents' | 'AppSecOps' | 'FinOps' | 'Governance' | 'SecOps'

Flavor of the dashboard

cloud'AWS' | 'Azure' | 'AzureStack' | 'Azure_CSP' | 'Azure_CSP-Direct' | 'Azure_EA' | 'Azure_MCA' | 'Cloudstack' | 'GCP' | 'MS_VMM' | 'OCI' | 'Openstack' | 'PrivateCloud' | 'Rackspace' | 'VMware' | 'VMware_VCD' | 'vCenter'

Cloud provider for the dashboard. If not specified, the dashboard is considered multi-cloud.

platform'kubernetes'

Platform for the dashboard. If not specified, the dashboard is considered multi-platform.

saasstring[]
clusterTypestring
serviceAccountEvaluationMode'Lazy' | 'Eager'

If not specified, the dashboard is considered eagerly evaluated

Example response

{
  "flavor": "AiAgents",
  "cloud": "AWS",
  "platform": "kubernetes",
  "saas": [
    "Anthropic"
  ],
  "bannerSegments": [
    {
      "branding": {
        "horizontalPlacement": "Left",
        "verticalPlacement": "Top"
      }
    }
  ],
  "widgets": [
    {
      "config": {
        "toolbarBehavior": "AlwaysShow"
      }
    }
  ],
  "portalFilter": {
    "toolbarBehavior": "AlwaysShow",
    "context": {
      "filter": {
        "clouds": [
          "AWS"
        ]
      },
      "currency": "AED",
      "timeRange": {
        "range": "Last15Minutes"
      },
      "granularity": "day"
    },
    "timeRangeOptions": "RecentMonths"
  },
  "serviceAccountEvaluationMode": "Lazy"
}