{ "opencollection": "1.0.0", "info": { "name": "XMS access-paths client-lun-mappings API", "version": "SDS_4.2.000.0.200302" }, "items": [ { "info": { "name": "client-lun-mappings", "type": "folder" }, "items": [ { "info": { "name": "ListClientLunMappings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/client-lun-mappings/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "paging param" }, { "name": "offset", "value": "", "type": "query", "description": "paging param" }, { "name": "mapping_group_id", "value": "", "type": "query", "description": "mapping group id" } ] }, "docs": "List client lun mappings" }, { "info": { "name": "GetClientLunMapping", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/client-lun-mappings/:client_lun_mapping_id", "params": [ { "name": "client_lun_mapping_id", "value": "", "type": "path", "description": "client lun mapping id" } ] }, "docs": "get a client lun mapping" } ] } ], "bundled": true }