业务线配置
GET
https://api.flashcat.cloud/api/v1/northstar/business/detail
最后修改时间:2024-03-15 07:42:38
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/v1/northstar/business/detail?id=27' \
--header 'Authorization;'
响应示例响应示例
{
"request_id": "3542289b14033f43b785159a4f2b9021",
"data": {
"id": 27,
"name": "智能报警测试-勿删",
"owners": [
"flashcat"
],
"slo": 99.98,
"error_budget_minutes": 105.1,
"error_budget_used_minutes": 11,
"description": "xxxx",
"order": 6,
"is_alerting": false,
"num_of_metrics": 5,
"num_of_alerting_metrics": 0
}
}
请求参数
Query 参数
id
string
必需
示例值:
27
Header 参数
Authorization
string
可选