Metric Data Sources
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Query parameters
start-indexinteger · int32OptionalDefault:
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0max-resultsinteger · int32 · max: 100OptionalDefault:
the maximum number of results when paging through a list of metric data sources
10Responses
200
The Metric Data Sources
application/json
get
/metric-data-sources200
The Metric Data Sources
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Body
namestringRequired
typestring · enumRequiredPossible values:
metadataone ofRequired
or
Responses
200
The newly created Metric Data Source
application/json
post
/metric-data-sources200
The newly created Metric Data Source
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Body
namestringRequired
typestring · enumRequiredPossible values:
metadataone ofRequired
or
Responses
200
The updated Metric Data Source
application/json
put
/metric-data-sources/{id}200
The updated Metric Data Source
Last updated
Was this helpful?