{ "opencollection": "1.0.0", "info": { "name": "XMS access-paths dp-block-replication-policies API", "version": "SDS_4.2.000.0.200302" }, "items": [ { "info": { "name": "dp-block-replication-policies", "type": "folder" }, "items": [ { "info": { "name": "ListDpBlockReplicationPolicies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dp-block-replication-policies/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "paging param" }, { "name": "offset", "value": "", "type": "query", "description": "paging param" }, { "name": "q", "value": "", "type": "query", "description": "query param of search" }, { "name": "sort", "value": "", "type": "query", "description": "sort param of search" } ] }, "docs": "List dp block replication policies" }, { "info": { "name": "CreateDpBlockReplicationPolicy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dp-block-replication-policies/" }, "docs": "Create dp block replication policy" }, { "info": { "name": "GetDpBlockReplicationPolicy", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dp-block-replication-policies/:policy_id", "params": [ { "name": "policy_id", "value": "", "type": "path", "description": "resource id" } ] }, "docs": "Get dp block replication policy" }, { "info": { "name": "UpdateDpBlockReplicationPolicy", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/dp-block-replication-policies/:policy_id", "params": [ { "name": "policy_id", "value": "", "type": "path", "description": "resource id" } ] }, "docs": "Update dp block replication policy" }, { "info": { "name": "DeleteDpBlockReplicationPolicy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dp-block-replication-policies/:policy_id", "params": [ { "name": "policy_id", "value": "", "type": "path", "description": "policy id" } ] }, "docs": "Delete dp block replication policy" } ] } ], "bundled": true }