概览
使用以下 URL 和方法列出所有现有云暂存区:
| 项目 | 说明 | ||
|---|---|---|---|
| URL | /datamover/cloud-staging-areas/ | ||
| 方法 | GET | ||
请求参数
无需提供任何请求参数。
响应参数
- cloud_staging_areas
- 说明:包含所有当前的云暂存区
- messages
- 说明:包含错误和警告消息
响应示例
{
"cloud_staging_areas": [
{
"name": "cs2-cloudstagingarea1",
"storage_type": "s3",
"source_target_pairs": [
{
"source_system": "sourceSystem1",
"target_system": "targetSystem1"
},
{
"source_system": "sourceSystem2",
"target_system": "targetSystem2"
}
]
},
{
"name": "cs2-cloudstagingarea2",
"storage_type": "s3",
"source_target_pairs": [
{
"source_system": "sourceSystem3",
"target_system": "targetSystem3"
}
]
}
],
"messages": {
"errors": [],
"warnings": []
}
}