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

AppListStacksResponse

    ListStacksResponse returns a set of stack summaries. This call is designed to be inexpensive.

    Properties

    • stacks array[AppStackSummary] required
      List of stacks
    • id string required
      The logical identifier of the stack.
    • orgName string required
      OrgName is the organization name the stack is found in.
    • projectName string required
      ProjectName is the name of the project the stack is associated with.
    • stackName string required
      StackName is the name of the stack.
    • lastUpdate integer optional
      LastUpdate is a Unix timestamp of the start time of the stack’s last update, as applicable.
    • resourceCount integer optional
      ResourceCount is the number of resources associated with this stack, as applicable.
    • links AppStackLinks optional
      Links to the stack in the Pulumi Console
    • continuationToken string optional

      ContinuationToken is an opaque value used to mark the end of the all stacks. If non-nil, pass it into a subsequent call in order to get the next batch of results.

      A value of nil means that all stacks have been returned.