**Lists the metric baseline values for a resource**.
Supports noop? false
Parameters
resource_uri(Optional[String[1]])
— The identifier of the resource.
metricnames(Optional[String[1]])
— The names of the metrics (comma separated) to retrieve.
metricnamespace(Optional[String[1]])
— Metric namespace to query metric definitions for.
interval(Optional[String[1]])
— The interval (i.e. timegrain) of the query.
filter(Optional[String[1]])
— The **$filter** is used to reduce the set of metric data returned.Example:Metric contains metadata A, B and C.- Return all time series of C where A = a1 and B = b1 or b2**$filter=A eq ‘a1’ and B eq ‘b1’ or B eq ‘b2’ and C eq ‘*’**- Invalid variant:**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘*’ or B = ‘b2’**This is invalid because the logical or operator cannot separate two different metadata names.- Return all time series where A = a1, B = b1 and C = c1:**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘c1’**- Return all time series where A = a1**$filter=A eq ‘a1’ and B eq ‘*’ and C eq ‘*’**.
api_version(Optional[String[1]])
— Client Api Version.
timespan(Optional[String[1]])
— The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'.
aggregation(Optional[String[1]])
— The list of aggregation types (comma separated) to retrieve.
sensitivities(Optional[String[1]])
— The list of sensitivities (comma separated) to retrieve.
result_type(Optional[String[1]])
— Allows retrieving only metadata of the baseline. On data request all information is retrieved.
code(Optional[String[1]])
— Error code
message(Optional[String[1]])
— Error message indicating why the operation failed.