URL

GET https://{api-url}/api/v2/metric/tenants/{tenantId}/metrictype

Sample URLs

https://{api-url}/api/v2/metric/tenants/client_7/metrictype

Parameters

FieldData TypeDescription
metricNameStringMetric type name.
displayNameString(Optional) Metric display name.
descriptionString(Optional) Summary of the metric type.
unitString(Optional) Metric type unit.
typeString(Optional) Metric type.
groupNameString(Optional) Metric group name.
displayUnitString(Optional) Unit name displayed in the graph.
unitLabelString(Optional) Label of the y-axis in the graph widget.
resourceTypeString(Optional) Resource type.
metricNameString(Optional) Metric type name.

Sample request

{
	"metricName" : "system.cpu.stats.kernel",
	"displayName" : "CPUSTATS",
	"description" : "Cpu Statistics",
	"groupName" : "system.cpustats.*",
	"unit" : "%",
	"type" : "Gauge",
	"displayUnit" : "%",
	"unitLabel" : "Percentage"
}

Sample response

Null