监控与采集相关接口/性能剖析
GETProfiling起始版本 1.0同步需要认证
获取基线
获取单个性能基线记录标识符。
调试可用性
在线调试
使用当前认证信息和示例参数提交 Mock 请求。
路径参数
请求参数
路径参数
baselineIdString必填基线ID。
响应状态
请求地址
GET/api/v1/profiling/baselines/{baselineId}
/api/v1/profiling/baselines/{baselineId}
请求示例
curl -X GET '{host}/api/v1/profiling/baselines/{baselineId}' -H 'Authorization: Bearer {token}'
响应示例
200{
"baselineId": "bl-20240101",
"baselineLabel": "v1.2.0-release",
"profileType": "cpu",
"sessionId": "sess-abc123",
"description": "Post-deploy baseline for v1.2.0",
"topFunctions": [
{}
],
"createdAt": "example",
"isLatest": true
}变更历史
此 API 暂无变更历史记录。
