平台运维相关接口/平台管理
POSTPlatform起始版本 1.0同步需要认证
触发同步当前
触发立即快照资源同步平台返回已经存在同步循环已经进度返回发现平台调度器存在立即触发快照资源同步外部已计划间隔。
调试可用性
在线调试
使用当前认证信息和示例参数提交 Mock 请求。
路径参数
请求参数
路径参数
platformUuidString必填平台UUID。
响应状态
请求地址
POST/api/v1/platforms/{platformUuid}/sync-now
/api/v1/platforms/{platformUuid}/sync-now
请求示例
curl -X POST '{host}/api/v1/platforms/{platformUuid}/sync-now' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"key": "value"}'
响应示例
200{
"taskId": "task-sync-00123",
"platformUuid": "plat-abc123-def456",
"status": "queued"
}变更历史
此 API 暂无变更历史记录。
