Metric
A Metric is a monitoring metric of a specific cloud service delivered from a DataSource.
Metric
Method
Request
Response
list
Type
Message
{
"data_source_id": "ds-31190a65a42a",
"resource_type": "inventory.CloudService",
"resources": [
"cloud-svc-cd0105d255da"
],
"domain_id": "domain-58010aa2e451"
}{
"metrics": [
{
"key": "AWS/EC2.CPUUtilization",
"name": "CPUUtilization",
"unit": {
"y": "Percent",
"x": "Timestamp"
},
"chart_type": "line",
"chart_options": {}
},
{
"key": "AWS/EC2.NetworkIn",
"name": "NetworkIn",
"unit": {
"y": "Bytes",
"x": "Timestamp"
},
"chart_type": "line",
"chart_options": {}
}
],
"available_resources": {
"cloud-svc-cd0105d255da": true
},
"domain_id": "domain-58010aa2e451"
}get_data
Type
Message
Message
MetricDataInfo
Field
Type
Description
MetricDataRequest
Field
Type
Required
Description
MetricInfo
Field
Type
Description
MetricRequest
Field
Type
Required
Description
MetricsInfo
Field
Type
Description
Last updated