All Products
Search
Document Center

CloudMonitor:DescribeHybridMonitorDataList

Last Updated:Mar 01, 2024

Operation description

Prerequisites

Hybrid Cloud Monitoring is activated. For more information, see Activate Hybrid Cloud Monitoring.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NamespacestringYes

The name of the namespace.

For information about how to obtain the name of a namespace, see DescribeHybridMonitorNamespaceList .

default-aliyun
PromSQLstringYes

The name of the metric.

Note PromQL statements are supported.
AliyunEcs_cpu_total
StartlongYes

The timestamp that specifies the beginning of the time range to query.

Unit: seconds.

1653804865
EndlongYes

The timestamp that specifies the end of the time range to query.

Unit: seconds.

1653805225
PeriodstringNo

The interval at which monitoring data is collected.

Unit: seconds.

60

For more information about common request parameters, see Common parameters.

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The HTTP status code.

Note The status code 200 indicates that the call is successful.
200
Messagestring

The error message.

end timestamp must not be before start time.
RequestIdstring

The ID of the request.

C240412F-3F5F-50E2-ACEC-DE808EF9C4BE
Successstring

Indicates whether the call is successful. Valid values:

  • true: The call is successful.
  • false: The call fails.
true
TimeSeriesobject []

The returned monitoring data.

MetricNamestring

The name of the metric.

AliyunEcs_cpu_total
Labelsobject []

The tags of the time dimension.

Kstring

The tag key.

instanceId
Vstring

The tag value.

i-rj99xc6cptkk64ml****
Valuesobject []

The metric values that are collected at different timestamps.

Vstring

The metric value.

0.13
Tsstring

The timestamp that indicates the time when the metric value is collected.

Unit: seconds.

1653804865

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "end timestamp must not be before start time.",
  "RequestId": "C240412F-3F5F-50E2-ACEC-DE808EF9C4BE",
  "Success": "true",
  "TimeSeries": [
    {
      "MetricName": "AliyunEcs_cpu_total",
      "Labels": [
        {
          "K": "instanceId",
          "V": "i-rj99xc6cptkk64ml****"
        }
      ],
      "Values": [
        {
          "V": "0.13",
          "Ts": "1653804865"
        }
      ]
    }
  ]
}

Error codes

HTTP status codeError codeError message
400%s%s
400BadRequest%s
409%sResources already exist.
500InternalError%s

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-05-30The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change
    delete Error Codes: 403
    delete Error Codes: 404
    delete Error Codes: 409
    delete Error Codes: 500
2022-05-24Add Operationsee changesets