Metric
Package : spaceone.api.monitoring.v1
Metric
Metric Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 |
get_data
GET /monitoring/v1/data-source/{data_source_id}/metric-data
Type | Message |
Request | |
Response |
list
GET /monitoring/v1/data-source/{data_source_id}/metrics
Type | Message |
Request | |
Response |
Message
MetricDataInfo
No | Field | Type | Required | Description |
1 | labels | |||
2 | resource_values | |||
3 | domain_id | string |
MetricDataRequest
No | Field | Type | Required | Description |
1 | data_source_id | string | required | |
2 | resource_type | string | required | |
3 | resources | string | required | |
4 | metric | string | required | |
5 | start | required | ||
6 | end | required | ||
7 | period | optional | ||
8 | stat | string | optional | |
9 | domain_id | string | required |
MetricInfo
No | Field | Type | Required | Description |
1 | key | string | ||
2 | name | string | ||
3 | unit | |||
4 | chart_type | string | ||
5 | chart_options |
MetricRequest
No | Field | Type | Required | Description |
1 | data_source_id | string | required | |
2 | resource_type | string | required | |
3 | resources | string | required | |
4 | domain_id | string | required |
MetricsInfo
No | Field | Type | Required | Description |
1 | metrics | |||
2 | available_resources | |||
3 | domain_id | string |
Last updated