Full 360 is now part of Micro Focus

Vertica Announces Early Access of Vertica Accelerator

Vertica-as-a-Service Now Available via Early Access Program, Acquisition of Full360 further deepens commitment to delivering Vertica-as-a-Service

ElasticDW Docs

Command: environment reset-token

The environment reset-token command revokes the existing token for the environment and creates a new one.

Usage

edw environment reset-token [flags]

Required Flags

  • -id - The ID of the Environment for which the token is being reset.

Output

  • api_token - The new environment scoped token that can be used instead of the master token for the environment.

Example

$ edw environment reset-token -id k9don5r4e9ag

{
    "api_token": <the_reset_token>
}