Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions cloudtower-api-doc/swagger/locales/en/4.9.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,21 @@
"summary": "",
"description": ""
},
"/get-registry-services": {
"summary": "Getting registry services",
"description": "Get a list of registry services that match the specified filter."
},
"/get-registry-services-connection": {
"summary": "Getting the registry service count",
"description": "Get the count of registry services that match the specified filter."
},
"/get-sync-replication-plans": {
"summary": "",
"description": ""
"summary": "Getting sync replication plans",
"description": "Get a list of sync replication plans that match the specified filter."
},
"/get-sync-replication-plans-connection": {
"summary": "",
"description": ""
"summary": "Getting the sync replication plan count",
"description": "Get the count of sync replication plans that match the specified filter."
}
}
}
}
16 changes: 12 additions & 4 deletions cloudtower-api-doc/swagger/locales/zh/4.9.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,21 @@
"summary": "",
"description": ""
},
"/get-registry-services": {
"summary": "获取镜像仓库",
"description": "获取符合条件的镜像仓库列表。"
},
"/get-registry-services-connection": {
"summary": "获取镜像仓库数量",
"description": "获取符合条件的镜像仓库数量。"
},
"/get-sync-replication-plans": {
"summary": "",
"description": ""
"summary": "获取同步复制计划",
"description": "获取符合条件的同步复制计划列表。"
},
"/get-sync-replication-plans-connection": {
"summary": "",
"description": ""
"summary": "获取同步复制计划数量",
"description": "获取符合条件的同步复制计划数量。"
}
}
}
Loading