Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mc-observability CSP API based Monitoring Guide #61

Open
ish-hcc opened this issue Sep 25, 2024 · 0 comments
Open

mc-observability CSP API based Monitoring Guide #61

ish-hcc opened this issue Sep 25, 2024 · 0 comments

Comments

@ish-hcc
Copy link
Member

ish-hcc commented Sep 25, 2024

CSP API based Monitoring Guide

Supported CSP / Resource Type

Supported Metrics

  • cpu_usage (%)
  • memory_usage (Bytes)
  • disk_read (Bytes)
  • disk_write (Bytes)
  • disk_read_ops (Bytes)
  • disk_write_ops (Bytes)
  • network_in (Bytes)
  • network_out (Bytes)

모니터링 API 호출 방법

모티터링 제공 시간 범위 및 주기

  • 시간 범위: 현재 시간으로 부터 1시간 전
  • 간격 (Interval Minutes) : 1분

반횐되는 시간 Time Zone

  • UTC (국내시간은 +9 시간으로 계산 필요)

호출 예시 및 Sample Data

  • cpu_usage
curl --location '20.41.122.9:18080/api/o11y/monitoring/ns01/mci01/target/g1-1-1/csp/cpu_usage' \
--header 'Accept: */*' | jq
{
    "data": {
        "metricName": "Percentage CPU",
        "metricUnit": "Percent",
        "timestampValues": [
            {
                "timestamp": "2024-09-25T06:51:00Z",
                "value": "0.36"
            },
            {
                "timestamp": "2024-09-25T06:52:00Z",
                "value": "0.395"
            },
            {
                "timestamp": "2024-09-25T06:53:00Z",
                "value": "0.355"
            },
            {
                "timestamp": "2024-09-25T06:54:00Z",
                "value": "0.395"
            },
            {
                "timestamp": "2024-09-25T06:55:00Z",
                "value": "0.38"
            },
            {
                "timestamp": "2024-09-25T06:56:00Z",
                "value": "0.39"
            },
            {
                "timestamp": "2024-09-25T06:57:00Z",
                "value": "0.34"
            },
            {
                "timestamp": "2024-09-25T06:58:00Z",
                "value": "0.295"
            },
            {
                "timestamp": "2024-09-25T06:59:00Z",
                "value": "0.37"
            },
            {
                "timestamp": "2024-09-25T07:00:00Z",
                "value": "0.375"
            },
            {
                "timestamp": "2024-09-25T07:01:00Z",
                "value": "0.375"
            },
            {
                "timestamp": "2024-09-25T07:02:00Z",
                "value": "0.375"
            },
            {
                "timestamp": "2024-09-25T07:03:00Z",
                "value": "0.395"
            },
            {
                "timestamp": "2024-09-25T07:04:00Z",
                "value": "0.38"
            },
            {
                "timestamp": "2024-09-25T07:05:00Z",
                "value": "0.375"
            },
            {
                "timestamp": "2024-09-25T07:06:00Z",
                "value": "0.38"
            },
            {
                "timestamp": "2024-09-25T07:07:00Z",
                "value": "0.365"
            },
            {
                "timestamp": "2024-09-25T07:08:00Z",
                "value": "0.375"
            },
            {
                "timestamp": "2024-09-25T07:09:00Z",
                "value": "0.365"
            },
            {
                "timestamp": "2024-09-25T07:10:00Z",
                "value": "0.38"
            },
            {
                "timestamp": "2024-09-25T07:11:00Z",
                "value": "0.375"
            },
            {
                "timestamp": "2024-09-25T07:12:00Z",
                "value": "0.385"
            },
            {
                "timestamp": "2024-09-25T07:13:00Z",
                "value": "0.38"
            },
            {
                "timestamp": "2024-09-25T07:14:00Z",
                "value": "0.41"
            },
            {
                "timestamp": "2024-09-25T07:15:00Z",
                "value": "0.405"
            },
            {
                "timestamp": "2024-09-25T07:16:00Z",
                "value": "0.375"
            },
            {
                "timestamp": "2024-09-25T07:17:00Z",
                "value": "0.365"
            },
            {
                "timestamp": "2024-09-25T07:18:00Z",
                "value": "0.38"
            },
            {
                "timestamp": "2024-09-25T07:19:00Z",
                "value": "0.385"
            },
            {
                "timestamp": "2024-09-25T07:20:00Z",
                "value": "0.39"
            },
            {
                "timestamp": "2024-09-25T07:21:00Z",
                "value": "0.395"
            },
            {
                "timestamp": "2024-09-25T07:22:00Z",
                "value": "0.38"
            },
            {
                "timestamp": "2024-09-25T07:23:00Z",
                "value": "0.335"
            },
            {
                "timestamp": "2024-09-25T07:24:00Z",
                "value": "0.285"
            },
            {
                "timestamp": "2024-09-25T07:25:00Z",
                "value": "0.265"
            },
            {
                "timestamp": "2024-09-25T07:26:00Z",
                "value": "0.27"
            },
            {
                "timestamp": "2024-09-25T07:36:00Z",
                "value": "0.275"
            },
            {
                "timestamp": "2024-09-25T07:37:00Z",
                "value": "0.27"
            },
            {
                "timestamp": "2024-09-25T07:38:00Z",
                "value": "0.33"
            },
            {
                "timestamp": "2024-09-25T07:39:00Z",
                "value": "0.315"
            },
            {
                "timestamp": "2024-09-25T07:40:00Z",
                "value": "0.28"
            },
            {
                "timestamp": "2024-09-25T07:41:00Z",
                "value": "0.28"
            },
            {
                "timestamp": "2024-09-25T07:42:00Z",
                "value": "0.285"
            },
            {
                "timestamp": "2024-09-25T07:43:00Z",
                "value": "0.375"
            },
            {
                "timestamp": "2024-09-25T07:44:00Z",
                "value": "0.43"
            },
            {
                "timestamp": "2024-09-25T07:45:00Z",
                "value": "0.405"
            },
            {
                "timestamp": "2024-09-25T07:46:00Z",
                "value": "0.4"
            },
            {
                "timestamp": "2024-09-25T07:47:00Z",
                "value": "0.465"
            },
            {
                "timestamp": "2024-09-25T07:48:00Z",
                "value": "0.405"
            },
            {
                "timestamp": "2024-09-25T07:49:00Z",
                "value": "4.955"
            },
            {
                "timestamp": "2024-09-25T07:50:00Z",
                "value": "0.4"
            }
        ]
    },
    "errorMessage": null,
    "rsCode": "0000",
    "rsMsg": "완료되었습니다."
}
  • memory_usage
curl --location '20.41.122.9:18080/api/o11y/monitoring/ns01/mci01/target/g1-1-1/csp/memory_usage' \
--header 'Accept: */*' | jq
{
    "data": {
        "metricName": "Available Memory Bytes",
        "metricUnit": "Bytes",
        "timestampValues": [
            {
                "timestamp": "2024-09-25T06:54:00Z",
                "value": "6958350336"
            },
            {
                "timestamp": "2024-09-25T06:55:00Z",
                "value": "6958350336"
            },
            {
                "timestamp": "2024-09-25T06:56:00Z",
                "value": "6958350336"
            },
            {
                "timestamp": "2024-09-25T06:57:00Z",
                "value": "6958350336"
            },
            {
                "timestamp": "2024-09-25T06:58:00Z",
                "value": "6958350336"
            },
            {
                "timestamp": "2024-09-25T06:59:00Z",
                "value": "6958350336"
            },
            {
                "timestamp": "2024-09-25T07:00:00Z",
                "value": "6958350336"
            },
            {
                "timestamp": "2024-09-25T07:01:00Z",
                "value": "6958874624"
            },
            {
                "timestamp": "2024-09-25T07:02:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:03:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:04:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:05:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:06:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:07:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:08:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:09:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:10:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:11:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:12:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:13:00Z",
                "value": "6959398912"
            },
            {
                "timestamp": "2024-09-25T07:14:00Z",
                "value": "6959923200"
            },
            {
                "timestamp": "2024-09-25T07:15:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:16:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:17:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:18:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:19:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:20:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:21:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:22:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:23:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:24:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:25:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:26:00Z",
                "value": "6960447488"
            },
            {
                "timestamp": "2024-09-25T07:36:00Z",
                "value": "6971981824"
            },
            {
                "timestamp": "2024-09-25T07:37:00Z",
                "value": "6970933248"
            },
            {
                "timestamp": "2024-09-25T07:38:00Z",
                "value": "6970933248"
            },
            {
                "timestamp": "2024-09-25T07:39:00Z",
                "value": "6970933248"
            },
            {
                "timestamp": "2024-09-25T07:40:00Z",
                "value": "6970933248"
            },
            {
                "timestamp": "2024-09-25T07:41:00Z",
                "value": "6970933248"
            },
            {
                "timestamp": "2024-09-25T07:42:00Z",
                "value": "6969884672"
            },
            {
                "timestamp": "2024-09-25T07:43:00Z",
                "value": "6968836096"
            },
            {
                "timestamp": "2024-09-25T07:44:00Z",
                "value": "6968836096"
            },
            {
                "timestamp": "2024-09-25T07:45:00Z",
                "value": "6968836096"
            },
            {
                "timestamp": "2024-09-25T07:46:00Z",
                "value": "6968836096"
            },
            {
                "timestamp": "2024-09-25T07:47:00Z",
                "value": "6966738944"
            },
            {
                "timestamp": "2024-09-25T07:48:00Z",
                "value": "6964641792"
            },
            {
                "timestamp": "2024-09-25T07:49:00Z",
                "value": "6958874624"
            },
            {
                "timestamp": "2024-09-25T07:50:00Z",
                "value": "6949437440"
            },
            {
                "timestamp": "2024-09-25T07:51:00Z",
                "value": "6946816000"
            },
            {
                "timestamp": "2024-09-25T07:52:00Z",
                "value": "6946816000"
            },
            {
                "timestamp": "2024-09-25T07:53:00Z",
                "value": "6946816000"
            }
        ]
    },
    "errorMessage": null,
    "rsCode": "0000",
    "rsMsg": "완료되었습니다."
}
  • disk_read
curl --location '20.41.122.9:18080/api/o11y/monitoring/ns01/mci01/target/g1-1-1/csp/disk_read' \
--header 'Accept: */*' | jq
{
    "data": {
        "metricName": "Disk Read Bytes",
        "metricUnit": "Bytes",
        "timestampValues": [
            {
                "timestamp": "2024-09-25T06:56:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T06:57:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T06:58:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T06:59:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:00:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:01:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:02:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:03:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:04:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:05:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:06:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:07:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:08:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:09:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:10:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:11:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:12:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:13:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:14:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:15:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:16:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:17:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:18:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:19:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:20:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:21:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:22:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:23:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:24:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:25:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:26:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:27:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:37:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:38:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:39:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:40:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:41:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:42:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:43:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:44:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:45:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:46:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:47:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:48:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:49:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:50:00Z",
                "value": "176274779.96"
            },
            {
                "timestamp": "2024-09-25T07:51:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:52:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:53:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:54:00Z",
                "value": "0"
            }
        ]
    },
    "errorMessage": null,
    "rsCode": "0000",
    "rsMsg": "완료되었습니다."
}
  • disk_write
curl --location '20.41.122.9:18080/api/o11y/monitoring/ns01/mci01/target/g1-1-1/csp/disk_write' \
--header 'Accept: */*' | jq
{
    "data": {
        "metricName": "Disk Write Bytes",
        "metricUnit": "Bytes",
        "timestampValues": [
            {
                "timestamp": "2024-09-25T06:56:00Z",
                "value": "360636.36"
            },
            {
                "timestamp": "2024-09-25T06:57:00Z",
                "value": "356529.01"
            },
            {
                "timestamp": "2024-09-25T06:58:00Z",
                "value": "348316.53"
            },
            {
                "timestamp": "2024-09-25T06:59:00Z",
                "value": "344229.89"
            },
            {
                "timestamp": "2024-09-25T07:00:00Z",
                "value": "352410.97"
            },
            {
                "timestamp": "2024-09-25T07:01:00Z",
                "value": "364795.37"
            },
            {
                "timestamp": "2024-09-25T07:02:00Z",
                "value": "360598.14"
            },
            {
                "timestamp": "2024-09-25T07:03:00Z",
                "value": "332011.42"
            },
            {
                "timestamp": "2024-09-25T07:04:00Z",
                "value": "336045.44"
            },
            {
                "timestamp": "2024-09-25T07:05:00Z",
                "value": "340162.85"
            },
            {
                "timestamp": "2024-09-25T07:06:00Z",
                "value": "319665.56"
            },
            {
                "timestamp": "2024-09-25T07:07:00Z",
                "value": "368795.53"
            },
            {
                "timestamp": "2024-09-25T07:08:00Z",
                "value": "372882.3"
            },
            {
                "timestamp": "2024-09-25T07:09:00Z",
                "value": "331992.27"
            },
            {
                "timestamp": "2024-09-25T07:10:00Z",
                "value": "327873"
            },
            {
                "timestamp": "2024-09-25T07:11:00Z",
                "value": "319611.28"
            },
            {
                "timestamp": "2024-09-25T07:12:00Z",
                "value": "356503.63"
            },
            {
                "timestamp": "2024-09-25T07:13:00Z",
                "value": "352480.58"
            },
            {
                "timestamp": "2024-09-25T07:14:00Z",
                "value": "372834.57"
            },
            {
                "timestamp": "2024-09-25T07:15:00Z",
                "value": "356491.78"
            },
            {
                "timestamp": "2024-09-25T07:16:00Z",
                "value": "692330.8"
            },
            {
                "timestamp": "2024-09-25T07:17:00Z",
                "value": "364769.15"
            },
            {
                "timestamp": "2024-09-25T07:18:00Z",
                "value": "356566.84"
            },
            {
                "timestamp": "2024-09-25T07:19:00Z",
                "value": "565454.22"
            },
            {
                "timestamp": "2024-09-25T07:20:00Z",
                "value": "344268.38"
            },
            {
                "timestamp": "2024-09-25T07:21:00Z",
                "value": "434369.94"
            },
            {
                "timestamp": "2024-09-25T07:22:00Z",
                "value": "413896.83"
            },
            {
                "timestamp": "2024-09-25T07:23:00Z",
                "value": "692448.54"
            },
            {
                "timestamp": "2024-09-25T07:24:00Z",
                "value": "565410.99"
            },
            {
                "timestamp": "2024-09-25T07:25:00Z",
                "value": "348362.03"
            },
            {
                "timestamp": "2024-09-25T07:26:00Z",
                "value": "327878.81"
            },
            {
                "timestamp": "2024-09-25T07:27:00Z",
                "value": "336025.68"
            },
            {
                "timestamp": "2024-09-25T07:37:00Z",
                "value": "389294.25"
            },
            {
                "timestamp": "2024-09-25T07:38:00Z",
                "value": "565420.59"
            },
            {
                "timestamp": "2024-09-25T07:39:00Z",
                "value": "729267.12"
            },
            {
                "timestamp": "2024-09-25T07:40:00Z",
                "value": "389273.47"
            },
            {
                "timestamp": "2024-09-25T07:41:00Z",
                "value": "499801.64"
            },
            {
                "timestamp": "2024-09-25T07:42:00Z",
                "value": "540850.72"
            },
            {
                "timestamp": "2024-09-25T07:43:00Z",
                "value": "585841.88"
            },
            {
                "timestamp": "2024-09-25T07:44:00Z",
                "value": "356544.12"
            },
            {
                "timestamp": "2024-09-25T07:45:00Z",
                "value": "606311.61"
            },
            {
                "timestamp": "2024-09-25T07:46:00Z",
                "value": "540888.81"
            },
            {
                "timestamp": "2024-09-25T07:47:00Z",
                "value": "4541702.21"
            },
            {
                "timestamp": "2024-09-25T07:48:00Z",
                "value": "536770.16"
            },
            {
                "timestamp": "2024-09-25T07:49:00Z",
                "value": "499878.42"
            },
            {
                "timestamp": "2024-09-25T07:50:00Z",
                "value": "232302350.25"
            },
            {
                "timestamp": "2024-09-25T07:51:00Z",
                "value": "108832277.58"
            },
            {
                "timestamp": "2024-09-25T07:52:00Z",
                "value": "643202.89"
            },
            {
                "timestamp": "2024-09-25T07:53:00Z",
                "value": "630834.55"
            },
            {
                "timestamp": "2024-09-25T07:54:00Z",
                "value": "557297.17"
            },
            {
                "timestamp": "2024-09-25T07:55:00Z",
                "value": "528605.44"
            }
        ]
    },
    "errorMessage": null,
    "rsCode": "0000",
    "rsMsg": "완료되었습니다."
}
  • disk_read_ops
curl --location '20.41.122.9:18080/api/o11y/monitoring/ns01/mci01/target/g1-1-1/csp/disk_read_ops' \
--header 'Accept: */*' | jq
{
    "data": {
        "metricName": "Disk Read Operations/Sec",
        "metricUnit": "CountPerSecond",
        "timestampValues": [
            {
                "timestamp": "2024-09-25T06:59:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:00:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:01:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:02:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:03:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:04:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:05:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:06:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:07:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:08:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:09:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:10:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:11:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:12:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:13:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:14:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:15:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:16:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:17:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:18:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:19:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:20:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:21:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:22:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:23:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:24:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:25:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:26:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:27:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:37:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:38:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:39:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:40:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:41:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:42:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:43:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:44:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:45:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:46:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:47:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:48:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:49:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:50:00Z",
                "value": "25.3"
            },
            {
                "timestamp": "2024-09-25T07:51:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:52:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:53:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:54:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:55:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:56:00Z",
                "value": "0.01"
            },
            {
                "timestamp": "2024-09-25T07:57:00Z",
                "value": "0"
            },
            {
                "timestamp": "2024-09-25T07:58:00Z",
                "value": "0"
            }
        ]
    },
    "errorMessage": null,
    "rsCode": "0000",
    "rsMsg": "완료되었습니다."
}
  • disk_write_ops
curl --location '20.41.122.9:18080/api/o11y/monitoring/ns01/mci01/target/g1-1-1/csp/disk_write_ops' \
--header 'Accept: */*' | jq
{
    "data": {
        "metricName": "Disk Write Operations/Sec",
        "metricUnit": "CountPerSecond",
        "timestampValues": [
            {
                "timestamp": "2024-09-25T06:59:00Z",
                "value": "0.76"
            },
            {
                "timestamp": "2024-09-25T07:00:00Z",
                "value": "0.79"
            },
            {
                "timestamp": "2024-09-25T07:01:00Z",
                "value": "0.83"
            },
            {
                "timestamp": "2024-09-25T07:02:00Z",
                "value": "0.81"
            },
            {
                "timestamp": "2024-09-25T07:03:00Z",
                "value": "0.76"
            },
            {
                "timestamp": "2024-09-25T07:04:00Z",
                "value": "0.76"
            },
            {
                "timestamp": "2024-09-25T07:05:00Z",
                "value": "0.78"
            },
            {
                "timestamp": "2024-09-25T07:06:00Z",
                "value": "0.74"
            },
            {
                "timestamp": "2024-09-25T07:07:00Z",
                "value": "0.78"
            },
            {
                "timestamp": "2024-09-25T07:08:00Z",
                "value": "0.84"
            },
            {
                "timestamp": "2024-09-25T07:09:00Z",
                "value": "0.76"
            },
            {
                "timestamp": "2024-09-25T07:10:00Z",
                "value": "0.76"
            },
            {
                "timestamp": "2024-09-25T07:11:00Z",
                "value": "0.73"
            },
            {
                "timestamp": "2024-09-25T07:12:00Z",
                "value": "0.78"
            },
            {
                "timestamp": "2024-09-25T07:13:00Z",
                "value": "0.76"
            },
            {
                "timestamp": "2024-09-25T07:14:00Z",
                "value": "0.84"
            },
            {
                "timestamp": "2024-09-25T07:15:00Z",
                "value": "0.79"
            },
            {
                "timestamp": "2024-09-25T07:16:00Z",
                "value": "1.99"
            },
            {
                "timestamp": "2024-09-25T07:17:00Z",
                "value": "0.78"
            },
            {
                "timestamp": "2024-09-25T07:18:00Z",
                "value": "0.81"
            },
            {
                "timestamp": "2024-09-25T07:19:00Z",
                "value": "1.48"
            },
            {
                "timestamp": "2024-09-25T07:20:00Z",
                "value": "0.78"
            },
            {
                "timestamp": "2024-09-25T07:21:00Z",
                "value": "1.03"
            },
            {
                "timestamp": "2024-09-25T07:22:00Z",
                "value": "0.81"
            },
            {
                "timestamp": "2024-09-25T07:23:00Z",
                "value": "1.73"
            },
            {
                "timestamp": "2024-09-25T07:24:00Z",
                "value": "1.46"
            },
            {
                "timestamp": "2024-09-25T07:25:00Z",
                "value": "0.78"
            },
            {
                "timestamp": "2024-09-25T07:26:00Z",
                "value": "0.74"
            },
            {
                "timestamp": "2024-09-25T07:27:00Z",
                "value": "0.76"
            },
            {
                "timestamp": "2024-09-25T07:37:00Z",
                "value": "0.84"
            },
            {
                "timestamp": "2024-09-25T07:38:00Z",
                "value": "1.49"
            },
            {
                "timestamp": "2024-09-25T07:39:00Z",
                "value": "2.13"
            },
            {
                "timestamp": "2024-09-25T07:40:00Z",
                "value": "0.88"
            },
            {
                "timestamp": "2024-09-25T07:41:00Z",
                "value": "1.34"
            },
            {
                "timestamp": "2024-09-25T07:42:00Z",
                "value": "1.44"
            },
            {
                "timestamp": "2024-09-25T07:43:00Z",
                "value": "1.54"
            },
            {
                "timestamp": "2024-09-25T07:44:00Z",
                "value": "0.79"
            },
            {
                "timestamp": "2024-09-25T07:45:00Z",
                "value": "1.56"
            },
            {
                "timestamp": "2024-09-25T07:46:00Z",
                "value": "1.46"
            },
            {
                "timestamp": "2024-09-25T07:47:00Z",
                "value": "2.28"
            },
            {
                "timestamp": "2024-09-25T07:48:00Z",
                "value": "1.44"
            },
            {
                "timestamp": "2024-09-25T07:49:00Z",
                "value": "1.33"
            },
            {
                "timestamp": "2024-09-25T07:50:00Z",
                "value": "10.98"
            },
            {
                "timestamp": "2024-09-25T07:51:00Z",
                "value": "4.24"
            },
            {
                "timestamp": "2024-09-25T07:52:00Z",
                "value": "1.66"
            },
            {
                "timestamp": "2024-09-25T07:53:00Z",
                "value": "1.66"
            },
            {
                "timestamp": "2024-09-25T07:54:00Z",
                "value": "1.46"
            },
            {
                "timestamp": "2024-09-25T07:55:00Z",
                "value": "1.48"
            },
            {
                "timestamp": "2024-09-25T07:56:00Z",
                "value": "1.44"
            },
            {
                "timestamp": "2024-09-25T07:57:00Z",
                "value": "2.24"
            },
            {
                "timestamp": "2024-09-25T07:58:00Z",
                "value": "1.63"
            }
        ]
    },
    "errorMessage": null,
    "rsCode": "0000",
    "rsMsg": "완료되었습니다."
}
  • network_in
curl --location '20.41.122.9:18080/api/o11y/monitoring/ns01/mci01/target/g1-1-1/csp/network_in' \
--header 'Accept: */*' | jq
{
    "data": {
        "metricName": "Network In",
        "metricUnit": "Bytes",
        "timestampValues": [
            {
                "timestamp": "2024-09-25T06:59:00Z",
                "value": "117692"
            },
            {
                "timestamp": "2024-09-25T07:00:00Z",
                "value": "119403"
            },
            {
                "timestamp": "2024-09-25T07:01:00Z",
                "value": "121242"
            },
            {
                "timestamp": "2024-09-25T07:02:00Z",
                "value": "124241"
            },
            {
                "timestamp": "2024-09-25T07:03:00Z",
                "value": "126296"
            },
            {
                "timestamp": "2024-09-25T07:04:00Z",
                "value": "125252"
            },
            {
                "timestamp": "2024-09-25T07:05:00Z",
                "value": "128323"
            },
            {
                "timestamp": "2024-09-25T07:06:00Z",
                "value": "138255"
            },
            {
                "timestamp": "2024-09-25T07:07:00Z",
                "value": "133285"
            },
            {
                "timestamp": "2024-09-25T07:08:00Z",
                "value": "131278"
            },
            {
                "timestamp": "2024-09-25T07:09:00Z",
                "value": "121462"
            },
            {
                "timestamp": "2024-09-25T07:10:00Z",
                "value": "143282"
            },
            {
                "timestamp": "2024-09-25T07:11:00Z",
                "value": "131936"
            },
            {
                "timestamp": "2024-09-25T07:12:00Z",
                "value": "130082"
            },
            {
                "timestamp": "2024-09-25T07:13:00Z",
                "value": "132240"
            },
            {
                "timestamp": "2024-09-25T07:14:00Z",
                "value": "133836"
            },
            {
                "timestamp": "2024-09-25T07:15:00Z",
                "value": "139845"
            },
            {
                "timestamp": "2024-09-25T07:16:00Z",
                "value": "131429"
            },
            {
                "timestamp": "2024-09-25T07:17:00Z",
                "value": "130700"
            },
            {
                "timestamp": "2024-09-25T07:18:00Z",
                "value": "131862"
            },
            {
                "timestamp": "2024-09-25T07:19:00Z",
                "value": "131051"
            },
            {
                "timestamp": "2024-09-25T07:20:00Z",
                "value": "131623"
            },
            {
                "timestamp": "2024-09-25T07:21:00Z",
                "value": "131478"
            },
            {
                "timestamp": "2024-09-25T07:22:00Z",
                "value": "141347"
            },
            {
                "timestamp": "2024-09-25T07:23:00Z",
                "value": "132709"
            },
            {
                "timestamp": "2024-09-25T07:24:00Z",
                "value": "120322"
            },
            {
                "timestamp": "2024-09-25T07:25:00Z",
                "value": "142912"
            },
            {
                "timestamp": "2024-09-25T07:26:00Z",
                "value": "132107"
            },
            {
                "timestamp": "2024-09-25T07:36:00Z",
                "value": "134619"
            },
            {
                "timestamp": "2024-09-25T07:37:00Z",
                "value": "132412"
            },
            {
                "timestamp": "2024-09-25T07:38:00Z",
                "value": "133460"
            },
            {
                "timestamp": "2024-09-25T07:39:00Z",
                "value": "127816"
            },
            {
                "timestamp": "2024-09-25T07:40:00Z",
                "value": "162976"
            },
            {
                "timestamp": "2024-09-25T07:41:00Z",
                "value": "146953"
            },
            {
                "timestamp": "2024-09-25T07:42:00Z",
                "value": "149320"
            },
            {
                "timestamp": "2024-09-25T07:43:00Z",
                "value": "145679"
            },
            {
                "timestamp": "2024-09-25T07:44:00Z",
                "value": "148570"
            },
            {
                "timestamp": "2024-09-25T07:45:00Z",
                "value": "154885"
            },
            {
                "timestamp": "2024-09-25T07:46:00Z",
                "value": "451588"
            },
            {
                "timestamp": "2024-09-25T07:47:00Z",
                "value": "140413"
            },
            {
                "timestamp": "2024-09-25T07:48:00Z",
                "value": "136750"
            },
            {
                "timestamp": "2024-09-25T07:49:00Z",
                "value": "14013586"
            },
            {
                "timestamp": "2024-09-25T07:50:00Z",
                "value": "44599"
            },
            {
                "timestamp": "2024-09-25T07:51:00Z",
                "value": "138211"
            },
            {
                "timestamp": "2024-09-25T07:52:00Z",
                "value": "137782"
            },
            {
                "timestamp": "2024-09-25T07:53:00Z",
                "value": "135796"
            },
            {
                "timestamp": "2024-09-25T07:54:00Z",
                "value": "134746"
            },
            {
                "timestamp": "2024-09-25T07:55:00Z",
                "value": "142224"
            },
            {
                "timestamp": "2024-09-25T07:56:00Z",
                "value": "145867"
            },
            {
                "timestamp": "2024-09-25T07:57:00Z",
                "value": "152314"
            }
        ]
    },
    "errorMessage": null,
    "rsCode": "0000",
    "rsMsg": "완료되었습니다."
}
  • network_out
curl --location '20.41.122.9:18080/api/o11y/monitoring/ns01/mci01/target/g1-1-1/csp/network_in' \
--header 'Accept: */*' | jq
{
    "data": {
        "metricName": "Network Out",
        "metricUnit": "Bytes",
        "timestampValues": [
            {
                "timestamp": "2024-09-25T07:00:00Z",
                "value": "247089"
            },
            {
                "timestamp": "2024-09-25T07:01:00Z",
                "value": "244583"
            },
            {
                "timestamp": "2024-09-25T07:02:00Z",
                "value": "254095"
            },
            {
                "timestamp": "2024-09-25T07:03:00Z",
                "value": "257412"
            },
            {
                "timestamp": "2024-09-25T07:04:00Z",
                "value": "246965"
            },
            {
                "timestamp": "2024-09-25T07:05:00Z",
                "value": "253214"
            },
            {
                "timestamp": "2024-09-25T07:06:00Z",
                "value": "266723"
            },
            {
                "timestamp": "2024-09-25T07:07:00Z",
                "value": "257319"
            },
            {
                "timestamp": "2024-09-25T07:08:00Z",
                "value": "258029"
            },
            {
                "timestamp": "2024-09-25T07:09:00Z",
                "value": "257169"
            },
            {
                "timestamp": "2024-09-25T07:10:00Z",
                "value": "259223"
            },
            {
                "timestamp": "2024-09-25T07:11:00Z",
                "value": "259820"
            },
            {
                "timestamp": "2024-09-25T07:12:00Z",
                "value": "258352"
            },
            {
                "timestamp": "2024-09-25T07:13:00Z",
                "value": "259364"
            },
            {
                "timestamp": "2024-09-25T07:14:00Z",
                "value": "263859"
            },
            {
                "timestamp": "2024-09-25T07:15:00Z",
                "value": "263848"
            },
            {
                "timestamp": "2024-09-25T07:16:00Z",
                "value": "261318"
            },
            {
                "timestamp": "2024-09-25T07:17:00Z",
                "value": "259111"
            },
            {
                "timestamp": "2024-09-25T07:18:00Z",
                "value": "259864"
            },
            {
                "timestamp": "2024-09-25T07:19:00Z",
                "value": "258943"
            },
            {
                "timestamp": "2024-09-25T07:20:00Z",
                "value": "262318"
            },
            {
                "timestamp": "2024-09-25T07:21:00Z",
                "value": "259851"
            },
            {
                "timestamp": "2024-09-25T07:22:00Z",
                "value": "263795"
            },
            {
                "timestamp": "2024-09-25T07:23:00Z",
                "value": "258190"
            },
            {
                "timestamp": "2024-09-25T07:24:00Z",
                "value": "259998"
            },
            {
                "timestamp": "2024-09-25T07:25:00Z",
                "value": "260474"
            },
            {
                "timestamp": "2024-09-25T07:26:00Z",
                "value": "260111"
            },
            {
                "timestamp": "2024-09-25T07:36:00Z",
                "value": "258919"
            },
            {
                "timestamp": "2024-09-25T07:37:00Z",
                "value": "256423"
            },
            {
                "timestamp": "2024-09-25T07:38:00Z",
                "value": "257902"
            },
            {
                "timestamp": "2024-09-25T07:39:00Z",
                "value": "222650"
            },
            {
                "timestamp": "2024-09-25T07:40:00Z",
                "value": "322517"
            },
            {
                "timestamp": "2024-09-25T07:41:00Z",
                "value": "273058"
            },
            {
                "timestamp": "2024-09-25T07:42:00Z",
                "value": "271752"
            },
            {
                "timestamp": "2024-09-25T07:43:00Z",
                "value": "269563"
            },
            {
                "timestamp": "2024-09-25T07:44:00Z",
                "value": "275902"
            },
            {
                "timestamp": "2024-09-25T07:45:00Z",
                "value": "279344"
            },
            {
                "timestamp": "2024-09-25T07:46:00Z",
                "value": "285912"
            },
            {
                "timestamp": "2024-09-25T07:47:00Z",
                "value": "263002"
            },
            {
                "timestamp": "2024-09-25T07:48:00Z",
                "value": "262121"
            },
            {
                "timestamp": "2024-09-25T07:49:00Z",
                "value": "128437"
            },
            {
                "timestamp": "2024-09-25T07:50:00Z",
                "value": "100769"
            },
            {
                "timestamp": "2024-09-25T07:51:00Z",
                "value": "261858"
            },
            {
                "timestamp": "2024-09-25T07:52:00Z",
                "value": "261776"
            },
            {
                "timestamp": "2024-09-25T07:53:00Z",
                "value": "261703"
            },
            {
                "timestamp": "2024-09-25T07:54:00Z",
                "value": "245040"
            },
            {
                "timestamp": "2024-09-25T07:55:00Z",
                "value": "285041"
            },
            {
                "timestamp": "2024-09-25T07:56:00Z",
                "value": "269563"
            },
            {
                "timestamp": "2024-09-25T07:57:00Z",
                "value": "278627"
            }
        ]
    },
    "errorMessage": null,
    "rsCode": "0000",
    "rsMsg": "완료되었습니다."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant