Skip to main content
IDs for objects throughout the platform follow a familiar format, with its components separated by underscores (_). For example:
nly_test_buc_123abc
In this example, the following parts mean the following things:
  1. nly is a static prefix on all IDs.
  2. test will either be test or prod, depending on the environment that the object is located in.
  3. buc is a 3-letter representation of the object in question. In this case, Bucket is represented by buc.
  4. 123abc will be replaced by an alphanumeric string that makes the entire string unique.
Identifiers never change once created.

Object Types

The following table lists the object types and their ID representations
ObjectIdentifier
Tokenapi
Bucketbuk
Userusr
Pipelinepip
Errorerr