Miscellaneous
Utility endpoints for checking service capabilities, retrieving the CLI version, exchanging OAuth tokens, and fetching the OpenAPI specification.
Capabilities
GET
/api/capabilitiesReturns the set of capabilities that the service supports.
Responses
200
OK
Schema: AppCapabilitiesResponse
- List of capabilities
- ↳
capabilityenum requiredThe capability identifier for this configuration entry.Values:delta-checkpoint-uploads,delta-checkpoint-uploads-v2,batch-encrypt,copilot-summarize-error,copilot-explain-preview,deployment-schema-version,stack-policy-packs - ↳
versioninteger optionalThe version of this capability supported by the service. - ↳
configurationobject optionalAdditional configuration data required for client integration with this capability.
Version
GET
/api/cli/versionReturns version information about the CLI.
Responses
200
OK
Schema: AppCLIVersionResponse
latestVersionstring requiredThe latest stable CLI version (semver string, e.g. ‘3.100.0’).oldestWithoutWarningstring requiredThe oldest CLI version that will not show an upgrade warning.latestDevVersionstring requiredThe latest development/pre-release CLI version.
Fetch Rest Specification
GET
/api/openapi/pulumi-spec.jsonReturns the OpenAPI v3 specification for the service.
Responses
200
OK
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.