最近更新时间:2023-11-17
请求方法:GET
接口描述:查询监控数据当前值。
名称 | 数据类型 | 参数类型 | 是否必填 | 描述 |
Action | String | Query | Y | OpenInstant。 |
category | String | Query | Y | 监控项。 |
instanceIds | String | Query | Y | 实例ID集合(当为多个实例ID时用英文逗号进行分隔)。 |
regionId | String | Query | Y | 节点ID。 |
unit | String | Query | N | 查询单位,b、k、M、G。 |
AccessKeyId | String | Query | Y | ak |
Signature | String | Query | Y | 签名信息 |
名称 | 类型 | 描述 |
auth | Boolean | |
code | String | 接口调用返回码。 |
msg | String | 接口调用信息。 |
res | Array | 返回数据。 |
data | Object | |
result | Array | 结果集合。 |
metric | Object | |
value | Array | value[0]时间戳,value[1]指标值。 |
resultType | String | 结果类型。 |
公共错误参见“公共错误码集合”。
https://api.unicloud.com/monitor?Action=openInstant®ionId=HD1-SHMY&instanceIds=ecs-lhcciidw9nl7&AccessKeyId=ZLR4n7ewE7xdVb6D&category=ecs_cpu_util&Signature=L3i6FMvyZao86HZj%2BXLDOco8zDs%3D&unit=b |
JSON格式
{ "status": true, "code": "0", "res": [ { "data": { "resultType": "vector", "result": [ { "value": [ 1.639547417996E9, 1 ], "metric": { "__name__": "ecs_cpu_util", "instance": "ecs-c8xc51m7oytj" } } ] }, "status": "success" } ], "msg": null, "auth": true } |