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 | Description |
1 | labels | ||
2 | resource_values | ||
3 | domain_id | string |
MetricDataRequest
No | Field | Type | Required | Description |
1 | data_source_id | string | ✅ | |
2 | resource_type | string | ✅ | |
3 | resources | list of string | ✅ | |
4 | metric | string | ✅ | |
5 | start | ✅ | ||
6 | end | ✅ | ||
7 | period | ❌ | ||
8 | stat | string | ❌ | |
9 | domain_id | string | ✅ |
MetricInfo
No | Field | Type | 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 | ✅ | |
2 | resource_type | string | ✅ | |
3 | resources | list of string | ✅ | |
4 | domain_id | string | ✅ |
MetricsInfo
No | Field | Type | Description |
1 | metrics | ||
2 | available_resources | ||
3 | domain_id | string |
Last updated