Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppCapabilitiesResponse

AppCapabilitiesResponse

    CapabilitiesResponse defines all feature sets that are available in the service backend and are therefore available for the CLI to integrate against.

    Properties

    • capabilities array[AppAPICapabilityConfig] required
      List of capabilities
    • capability enum required
      The capability identifier for this configuration entry.
      Values:
      delta-checkpoint-uploads — DeltaCheckpointUploads
      Deprecated. Use DeltaCheckpointUploadsV2.
      delta-checkpoint-uploads-v2 — DeltaCheckpointUploadsV2
      DeltaCheckpointUploads is the feature that enables the CLI to upload checkpoints via the PatchUpdateCheckpointDeltaRequest API to save on network bytes.
      batch-encrypt — BatchEncrypt
      Indicates that the service backend supports batch encryption.
      copilot-summarize-error — CopilotSummarizeError
      Indicates whether the service supports summarizing errors via Copilot.
      copilot-explain-preview — CopilotExplainPreview
      Indicates whether the service supports the Copilot explainer.
      deployment-schema-version — DeploymentSchemaVersion
      Indicates the maximum deployment schema version that the service supports.
      stack-policy-packs — StackPolicyPacks
      Indicates whether the service supports retrieving a stack’s required policy packs.
      api-version — APIVersion
      Advertises the REST API versions (the Accept: application/vnd.pulumi+N header) that the service supports. The configuration object carries maxVersion, minVersion, and defaultVersion.
      neo-cli-mode — NeoCLIMode
      Advertises that the service supports Neo CLI mode. The configuration object carries minCliVersion, the minimum pulumi CLI semver required to start a Neo CLI session.
      begin-update — BeginUpdate
      Indicates that the service supports the combined begin-update endpoint.
    • version integer optional
      The version of this capability supported by the service.
    • configuration object optional
      Additional configuration data required for client integration with this capability.

      The infrastructure as code platform for any cloud.