CREATE API_TOKEN
Syntax
Description
An API_TOKEN
can be used for automated systems to access Deltastream. A token must be renewed every 90 days. Use ALTER API_TOKEN command to refresh an existing API_TOKEN
.
When an API_TOKEN
is used it assumes all organizations, roles, and priviledges of the creator.
Arguments
api_token_name
This specifies the name of the new API_TOKEN
. This name is only used for managing the API token within the Organization.
Examples
Create a new API_TOKEN
The following creates an API_TOKEN
named my_token
.
Use an API_TOKEN with cli
Use an API_TOKEN with cli - env property
Last updated