{ "opencollection": "1.0.0", "info": { "name": "XMS access-paths os-replication-paths API", "version": "SDS_4.2.000.0.200302" }, "items": [ { "info": { "name": "os-replication-paths", "type": "folder" }, "items": [ { "info": { "name": "ListOSReplicationPaths", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/os-replication-paths/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "paging param" }, { "name": "offset", "value": "", "type": "query", "description": "paging param" }, { "name": "marker", "value": "", "type": "query", "description": "paging param" }, { "name": "replication_uuid", "value": "", "type": "query", "description": "os replication uuid" }, { "name": "allow_unknown_zone", "value": "", "type": "query", "description": "allow has nil zone result(default true)" } ] }, "docs": "List os replication paths" }, { "info": { "name": "GetOSReplicationPath", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/os-replication-paths/:path_uuid", "params": [ { "name": "path_uuid", "value": "", "type": "path", "description": "replication path uuid" } ] }, "docs": "Get a os replication path" } ] } ], "bundled": true }