1.0
1.0
scpcli cloudmonitoring product metricperfdata list
--querystartdt <value>
--queryenddt <value>
--metricdataconditions <value>
[--ignoreinvalid <value>]
--x-resourcetype <value>
Description
Search the performance values of the collected metrics. Up to 10 query conditions can be specified, and the maximum query period is 24 hours.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260701 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| querystartdt required | string | 조회 시작 일시 | 2022-08-07T23:50:00.000Z |
| queryenddt required | string | 조회 종료 일시 | 2022-08-07T23:59:00.000Z |
| metricdataconditions required | array | 메트릭 데이터 조건 | '{"metricKey": "system.diskio.read.bytes", "objectType": "replicaset", "productResourceInfos": [{"objectList": ["kube-01", "kube-02"], "productResourceId": "INSTANCE-c4Hsd27ttDaLw533X4B6Sp"}], "statisticsPeriod": 5, "statisticsTypeList": ["SUM", "MIN"]}' |
| ignoreinvalid optional | string | 유효하지 않은 값 제외 여부 | Y |
| x-resourcetype required | string | Resource Type | - |
Responses
| Name | Description | Example |
|---|---|---|
| metricKey | 메트릭 키 | system.filesystem.used.bytes |
| metricName | 메트릭 이름 | system.filesystem.used.bytes |
| metricType | 메트릭 유형 | NUM |
| metricUnit | 메트릭 단위 | bytes |
| objectDisplayName | 개별항목 출력 이름 | dm-1 |
| objectName | 개별항목 이름 | dm-1 |
| objectType | 개별항목 유형 | replicaset |
| perfData | 성능 데이터 | [{’time’: 1627378200000, ‘value’: ‘0.0766’}] |
| productName | 상품의 이름 | VM-Server-01 |
| productResourceId | 상품 리소스 아이디 | INSTANCE-c4Hsd27ttDaLw533X4B6Sp |
| statisticsPeriod | 통계 집계 주기 (단위: 분) | 5 |
| statisticsType | 통계 유형 | SUM |