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

GetDiscoveredProjectResponse

    Response for the discovered project detail endpoint, containing a single discovered project and its stacks.

    Properties

    • project DiscoveredProject required
      The discovered project details.
    • orgName string required
      The organization name.
    • name string required
      The discovered project name.
    • stacks array[DiscoveredStack] required
      The discovered stacks belonging to this project.
    • continuationToken string optional
      Opaque token for fetching the next page of stacks. Null when all stacks have been returned.