curl --location --request GET 'https://api.flashcat.cloud/api/v1/datasource/list' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{"p":1,"limit":10,"category":"timeseries"}'{
"request_id": "0a63016a69c2532a2188afb0653db2b0",
"data": {
"p": 1,
"limit": 10,
"total": 143,
"items": [
{
"id": 10230,
"plugin_id": 1,
"name": "aliyun-flink-test",
"identifier": "",
"status": "enabled",
"category": "timeseries",
"plugin_type": "prometheus",
"plugin_type_name": "Prometheus Like",
"description": "",
"settings": {
"prometheus.basic": {
"prometheus.is_encrypt": true
},
"prometheus.cluster_name": "default",
"prometheus.headers": {},
"prometheus.timeout": 10000,
"prometheus.tls": {
"prometheus.tls.skip_tls_verify": true
},
"prometheus.tsdb_type": "Prometheus"
},
"weight": 0,
"is_default": false,
"created_at": 1774063454,
"updated_at": 1774232647,
"last_time": 0
}
]
}
}