监控与采集相关接口/性能剖析
GETProfiling起始版本 1.0同步需要认证
查询基线列表
列表已存储性能基线可选过滤。
调试可用性
在线调试
使用当前认证信息和示例参数提交 Mock 请求。
查询参数
请求参数
查询参数
profileTypeString剖析类型。
limitInteger最多返回的记录数。
示例: 0
响应状态
请求地址
GET/api/v1/profiling/baselines
/api/v1/profiling/baselines
请求示例
curl -X GET '{host}/api/v1/profiling/baselines' -H 'Authorization: Bearer {token}'
响应示例
200{
"items": [
{}
],
"total": 42,
"limit": 20,
"offset": 20
}变更历史
此 API 暂无变更历史记录。
