{ "opencollection": "1.0.0", "info": { "name": "XMS access-paths dp-block-snapshot-policies API", "version": "SDS_4.2.000.0.200302" }, "items": [ { "info": { "name": "dp-block-snapshot-policies", "type": "folder" }, "items": [ { "info": { "name": "ListDpBlockSnapshotPolicies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dp-block-snapshot-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 snapshot policies" }, { "info": { "name": "CreateDpBlockSnapshotPolicy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dp-block-snapshot-policies/" }, "docs": "Create dp block snapshot policy" }, { "info": { "name": "GetDpBlockSnapshotPolicy", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dp-block-snapshot-policies/:policy_id", "params": [ { "name": "policy_id", "value": "", "type": "path", "description": "resource id" } ] }, "docs": "Get dp block snapshot policy" }, { "info": { "name": "UpdateDpBlockSnapshotPolicy", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/dp-block-snapshot-policies/:policy_id", "params": [ { "name": "policy_id", "value": "", "type": "path", "description": "resource id" } ] }, "docs": "Update dp block snapshot policy" }, { "info": { "name": "DeleteDpBlockSnapshotPolicy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dp-block-snapshot-policies/:policy_id", "params": [ { "name": "policy_id", "value": "", "type": "path", "description": "resource id" }, { "name": "force", "value": "", "type": "query", "description": "force delete or not" } ] }, "docs": "Delete dp block snapshot policy" } ] } ], "bundled": true }