Retrieves a full description of a previously registered custom metric function.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | name | str | Registered name of the custom metric. |
KEY | TYPE | DESCRIPTION | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
success | Boolean | true if the call succeeded, false if there was an error | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result | CustomMetric |
|
TYPE | WHEN |
---|---|
InvalidParameterError | If the custom metric name is invalid. |
DataNotFoundError | If a custom metric with the given name is not found in the organization. |
Coming Soon!