checkEnvironment checks the environment definition.
Organization name
The environment definition
The environment diagnostics
Check environment
checkEnvironmentYaml checks the environment definition from a YAML string.
Organization name
YAML representation of the environment
The environment diagnostics
Check environment YAML
cloneEnvironment clones an environment
Organization name
Destination project name
Destionation environment name
Optional
cloneOptions: CloneEnvironmentOptionsClone options
A promise that resolves when the environment is created
Clone environment
createEnvironment creates a new environment.
Organization name
Project name
Environment name
A promise that resolves when the environment is created
Create environment
createEnvironmentRevisionTag creates a new environment revision tag.
Organization name
Project name
Environment name
The tag name
The revision number
A promise that resolves when the tag is created
Create environment revision tag
createEnvironmentTag creates a new environment tag.
Organization name
Project name
Environment name
The tag name
The tag value
A promise that resolves when the tag is created
Create environment tag
decryptEnvironment decrypts the environment definition.
Organization name
Project name
Environment name
The decrypted environment definition and the YAML representation
Decrypt environment
deleteEnvironment deletes an environment.
Organization name
Project name
Environment name
A promise that resolves when the environment is deleted
Delete environment
deleteEnvironmentRevisionTag deletes the environment revision tag.
Organization name
Project name
Environment name
The tag name
A promise that resolves when the tag is deleted
Delete environment revision tag
deleteEnvironmentTag deletes the environment tag.
Organization name
Project name
Environment name
The tag name
A promise that resolves when the tag is deleted
Delete environment tag
getEnvironment gets the definition of an environment.
Organization name
Project name
Environment name
The environment definition and the YAML representation
Get environment
getEnvironmentAtVersion gets the definition of an environment at a specific version.
Organization name
Project name
Environment name
Version of the environment
The environment definition and the YAML representation
Get environment at version
getEnvironmentRevisionTag gets the environment revision tag.
Organization name
Project name
Environment name
The tag name
The environment revision tag
Get environment revision tag
getEnvironmentTag gets the environment tag.
Organization name
Project name
Environment name
The tag name
The environment tag
Get environment tag
listEnvironmentRevisionTags lists the environment revision tags.
Organization name
Project name
Environment name
Optional
after: stringThe tag to start listing from
Optional
count: numberThe number of tags to list
A list of environment revision tags
List environment revision tags
listEnvironmentRevisions lists the environment revisions, from oldest to newest.
Organization name
Project name
Environment name
Optional
before: numberThe revision number to start listing from
Optional
count: numberThe number of revisions to list
A list of environment revisions
List environment revisions
listEnvironmentTags lists the environment tags.
Organization name
Project name
Environment name
Optional
after: stringThe tag to start listing from
Optional
count: numberThe number of tags to list
A list of environment tags
List environment tags
listEnvironments lists the environments in an organization.
Organization name
Optional
continuationToken: stringcontinuation Token from previous query to fetch next page of results
A list of environments
List environments
openAndReadEnvironment opens an environment session and reads the environment properties, resolving configuration variables and secrets.
Organization name
Project name
Environment name
The environment and its values
Open and read environment
openAndReadEnvironmentAtVersion opens an environment session at a specific version and reads the environment properties, resolving configuration variables and secrets.
Organization name
Project name
Environment name
Version of the environment
The environment and its values
Open and read environment at version
openEnvironment opens an environment session
Organization name
Project name
Environment name
The open environment session information
Open environment
openEnvironmentAtVersion opens an environment session at a specific version
Organization name
Project name
Environment name
Version of the environment
The open environment session information
Open environment at version
readOpenEnvironment reads the environment properties in an open session, resolving configuration variables and secrets.
Organization name
Project name
Environment name
Open session ID
The environment and its values
Read environment
readOpenEnvironmentProperty reads a specific environment property in an open session, resolving configuration variables and secrets.
Organization name
Project name
Environment name
Open session ID
Property name
The environment property and its value
Read environment property
updateEnvironment updates the environment definition.
Organization name
Project name
Environment name
The environment definition
The environment diagnostics
Update environment
updateEnvironmentRevisionTag updates the environment revision tag.
Organization name
Project name
Environment name
The tag name
The revision number
A promise that resolves when the tag is updated
Update environment revision tag
updateEnvironmentTag updates the environment tag.
Organization name
Project name
Environment name
The tag name
The tag value
The new tag name
The new tag value
A promise that resolves when the tag is updated
Update environment tag
updateEnvironmentYaml updates the environment definition from a YAML string.
Organization name
Project name
Environment name
YAML representation of the environment
The environment diagnostics
Update environment YAML
Generated using TypeDoc
EscApi is a client for the ESC API. It wraps the raw API client and provides a more convenient interface.
Export
EscApi