Metric Data Sources

Get Metric Data Sources

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Query parameters
start-indexinteger · int32Optional

an integer specifying the starting point (beginning with 0) when paging through a list of entities

Default: 0
max-resultsinteger · int32 · max: 100Optional

the maximum number of results when paging through a list of metric data sources

Default: 10
Responses
200

The Metric Data Sources

application/json
get
/metric-data-sources
200

The Metric Data Sources

Create a new Metric Data Source.

post
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-sources
200

The newly created Metric Data Source

Get a specific Metric Data Source

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
200

The requested Metric Data Source

application/json
get
/metric-data-sources/{id}
200

The requested Metric Data Source

Update the specific Metric Data Source

put
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

Delete a specific Metric Data Source

delete
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
delete
/metric-data-sources/{id}
204

Empty body delete response

No content

Last updated

Was this helpful?