Reference resources by name.
uniqueName
property in the main Propel resources.
The Propel APIs offer the ability to locate a resource by unique name, giving you the option to use a human-readable, unique, and stable name instead of the default alphanumeric ID.
This guide explains their intended use, their uniqueness scope, how to use them in the APIs, their limitations, and best practices.
MET01FN9DJZM6J02X73PZBA207YK4
metric.
Resource | Scope |
---|---|
Account | Global |
Environment | Account |
Application | Environment |
Data Source | Environment |
Data Pool | Environment |
Metric | Environment |
Resource | Default value |
---|---|
Account | The owner’s email followed by the word “Account”. For example, “alice@example.com’s Account”. |
Environment | Production, staging, and development environments are autogenerated by the system with “production”, “staging”, and “development” unique names. |
Application | The Application’s ID. |
Data Source | The Data Source’s ID. |
Data Pool | The Data Pool’s ID. |
Metric | The Metric’s ID. |