基础设施相关接口/安装器
GETInstaller起始版本 1.0同步需要认证
部署注册列表
获取服务注册结果已完成部署。
调试可用性
在线调试
使用当前认证信息和示例参数提交 Mock 请求。
请求参数
此接口无需请求参数。
响应状态
请求地址
GET/api/v1/installer/deploy/registrations
/api/v1/installer/deploy/registrations
请求示例
curl -X GET '{host}/api/v1/installer/deploy/registrations' -H 'Authorization: Bearer {token}'
响应示例
200{
"deployId": "deploy-a1b2c3d4",
"status": "completed",
"items": [
{}
]
}变更历史
此 API 暂无变更历史记录。
