Overview
List all the existing cloud staging areas using the following URL and method:
Item | Description | ||
---|---|---|---|
URL | /datamover/cloud-staging-areas/ | ||
Method | GET |
Request Parameters
No request parameters required.
Response Parameters
- cloud_staging_areas
- Description: Contains all current cloud staging areas
- messages
- Description: Contains error and warning messages
Response Example
{ "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": [] } }