查看首页所有业务线的实时状态
GET
https://api.flashcat.cloud/api/v2/firemap/business/group/snapshot
最后修改时间:2024-03-15 07:19:27
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/v2/firemap/business/group/snapshot?timestamp=0' \
--header 'FC-WORKSPACE-ID: 0'
响应示例响应示例
{
"request_id": "474191a896627ebca55b102c05ab1a2a",
"data": {
"num_of_red_cards": 0,
"timestamp": 0,
"items": [
{
"id": 1281,
"name": "v2_测试",
"owners": [
"ysy"
],
"calculation": 5,
"created_at": 1657691968,
"updated_at": 1657691968,
"firemap_type": "both",
"order": 0,
"timestamp": 0,
"is_function_critical": false,
"num_of_function_cards": 2,
"num_of_red_function_cards": 2,
"num_of_slo_cards": 1,
"num_of_red_slo_cards": 1,
"modules": {
"alive": null
},
"is_module_critical": false,
"num_of_module_cards": 0,
"num_of_red_module_cards": 0,
"num_of_module_groups": 0
}
]
}
}
请求参数
Query 参数
timestamp
string
可选
示例值:
0
Header 参数
FC-WORKSPACE-ID
string
可选
示例值:
0