/opentsdb/put
开发中
GET
https://api.flashcat.cloud/opentsdb/put
最后修改时间:2024-05-20 07:42:57
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/opentsdb/put' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '[
{
"metric": "cpu_usage_idle",
"timestamp": 1637732157,
"tags": {
"cpu": "cpu-total",
"ident": "c3-ceph01.bj"
},
"value": 30.5
},
{
"metric": "cpu_usage_util",
"timestamp": 1637732157,
"tags": {
"cpu": "cpu-total",
"ident": "c3-ceph01.bj"
},
"value": 69.5
}
]'
响应示例响应示例
{
"succ": "",
"fail": "",
"msg": ""
}
请求参数
Body 参数application/json