curl --location --request POST 'https://api.flashcat.cloud/api/n9e-plus/aws-resource-tags' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"regions": [
"string"
],
"cate": "string",
"datasource_id": 0,
"resource_type": "string",
"filters": {}
}'
{
"dat": {
"resource_type": "AWS/EC2",
"index_label": "instance",
"label_keys": {
"env": [
"prod",
"test"
],
"instance": [
"i-009e2d6affd17d345",
"i-0a777b75410c4ab76"
],
"name": [
"我在测试",
"cloudwatch-test"
]
}
},
"err": ""
}