1.0
1.0
scpcli cloudmonitoring product metric list
[--producttypecode <value>]
[--objecttype <value>]
[--page <value>]
[--size <value>]
[--sort <value>]
Description
View the list of metrics provided by Monitoring. You can view the full list of metrics or the list of metrics for each service type.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260701 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| producttypecode optional | string | Product type code - Product type codes can be obtained using @[ListServiceMonitoring]. If not specified, the entire metric list will be retrieved. | VM |
| objecttype optional | string | Object Type - Only available for services that have subtypes, such as when the 'productTypeCode' is 'Kubernetes' or 'Load Balancer'. | node |
| page optional | integer | Page Number (default: 0) | 0 |
| size optional | integer | Page Contents Size (default: 10) | 10 |
| sort optional | array | Sorting Field List | - |
Responses
| Name | Description | Example |
|---|---|---|
| disableObject | swagger.product.MetricInfoDto.disableObject.value | N |
| displayUnit | ||
| fixedUnit | 메트릭 단위 (고정) | sec |
| isLogMetric | 로그 메트릭 여부 | N |
| isObjectExist | 개별항목 성능 존재 여부 | Y |
| metricDescription | 메트릭 설명 | 커널에서 사용한 CPU 시간의 백분율 (core 4개 모두를 100%사용하는 경우 : 400%) |
| metricDescriptionEn | 메트릭 설명 | Percentage of CPU time used in the kernel (if 100% of all 4 cores are used: 400%) |
| metricKey | 메트릭 키 | system.filesystem.used.bytes |
| metricName | 메트릭 이름 | FileSystem |
| metricOrder | 메트릭 순서 | 1 |
| metricSetKey | swagger.product.MetricInfoDto.metricSetKey.value | system.filesystem |
| metricSetName | 메트릭 세트 이름 | FileSystem |
| metricType | 메트릭 유형 | NUM |
| metricUnit | 메트릭 단위 | bytes |
| objectKeyName | 오브젝트 키 이름 | system.core.iowait.pct |
| objectType | swagger.product.MetricInfoDto.disableObject.value | N |
| objectTypeNameEng | swagger.product.MetricInfoDto.disableObject.value | N |
| objectTypeNameLoc | swagger.product.MetricInfoDto.disableObject.value | N |
| perfTitle | swagger.product.MetricInfoDto.perfTitle.value | File System |
| productTargetType | 메트릭 대상 유형 | system.core.id 별 |
| productTargetTypeEn | 메트릭 대상 유형 | By system.core.id |
| productTypeCode | 상품 유형 코드 | VM |
| productTypeName | 상품 유형 이름 | Virtual Server |