api/v1-storage-systems-device-type1-{systemId}-volumes-{id}

Number of APIs: 9

  1. Edit volume identified by {volumeId} from Primera / Alletra 9K PUT {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/volumes/:id

  2. Get performance trend data of Primera / Alletra 9K Volume identified by {id} GET {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/volumes/:id/performance-history?select=id&range=startTime eq 1605063600 and endTime eq 1605186000&timeIntervalMin=60

  3. Export vlun for volume identified by {id} from Primera / Alletra 9K identified by {systemId} POST {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/volumes/:id/export

  4. Remove volume identified by {volumeId} from Primera / Alletra 9K DELETE {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/volumes/:id?unExport=true&cascade=true

  5. Get details of Primera / Alletra 9K Volume identified by {id} GET {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/volumes/:id?select=id

  6. Get volume capacity trend data of Primera / Alletra 9K Volume identified by {id} GET {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/volumes/:id/capacity-history?select=id&range=startTime eq 1605063600 and endTime eq 1605186000&timeIntervalMin=60

  7. Get performance statistics of Primera / Alletra 9K Volume identified by {id} GET {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/volumes/:id/performance-statistics?select=id

  8. Get details of vluns for Volume identified by {volumeId} for Primera / Alletra 9K GET {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/volumes/:id/vluns?select=id&limit=10&offset=5&filter=name eq array1 and wwn eq 2FF70002AC018D94&sort=id asc,name desc

  9. Unexport vlun for volume identified by {id} from Primera / Alletra 9K identified by {systemId} POST {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/volumes/:id/un-export