curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/snapshot' \
--header 'FC-WORKSPACE-ID: 823147571215' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjdjMGM4YmQyLTExOTYtNDlmYS04YzY0LWE0NDE2ODQ4NTUzYSIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc0OTg4ODQ4MCwidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9._S1Isb29viOhHyVrjbwIUjPZnNQXewmb4zftVeqbFpA' \
--header 'Content-Type: application/json' \
--data-raw '{
"timestamp":0,
"append_topology":true,
"firemap":[
{
"uuid": "灭火图分组",
"business_id":1281,
"group_id":1392
},
{
"uuid": "灭火图卡片",
"business_id":1281,
"card_id":1712
}
]
}'{
"request_id": "string",
"data": [
{
"uuid": "string",
"automatic": true,
"enable": true,
"is_path_exist": true,
"is_accessible": true,
"firemap_type": "string",
"firemap_level": "string",
"business_group_id": 0,
"business_group_name": "string",
"business_id": 0,
"business_name": "string",
"branch_id": 0,
"branch_name": "string",
"group_id": 0,
"group_name": "string",
"is_null": true,
"is_critical": true,
"is_relation_exist": true,
"card_id": 0,
"card_name": "string",
"data_source_type": "string",
"num_of_continuous": 0,
"values": {
"ratio_day": 0,
"ratio_month": 0,
"ratio_quarter": 0,
"ratio_week": 0,
"succrate": 0
},
"anomaly_score": 0,
"thresholds": [
{
"metric": "string",
"name": "string",
"threshold": 0,
"operator": "string",
"logic": "string"
}
]
}
]
}