1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DiscoveredStack

DiscoveredStack

    A discovered cloud infrastructure stack from an Insights scan, representing a single Discovered Stack with is_discovered=true.

    Properties

    • id string required
      The Discovered Stack ID.
    • name string required
      The stack name.
    • resourceCount integer required
      Number of cloud resources discovered in this stack.
    • provider string required
      The cloud provider package (e.g. ‘aws-cloudformation’, ‘azure-arm’).
    • tags map[string]string optional
      User-defined tags associated with the discovered stack.
    • lastScanTime integer optional
      Unix epoch timestamp (seconds) of the last scan. Omitted if never scanned.