Operation: get-raid-level |
|
|
The get-raid-level operation lists the available RAID Levels that can be configured for a new storage pool with the create-storage-pool operation. Adapter Request Elements for 'get-raid-level' Operation
Sample Adapter Request for 'get-raid-level' Operation<emc-storage-request> <operation-name>get-raid-level</operation-name> <arguments> <argument> <storage-system-name /> </argument> </arguments> </emc-storage-request> Adapter Response Elements for 'get-raid-level' Operation
Sample Adapter Response for 'get-raid-level' Operation<emc-storage-response> <metadata> <status>success</status> <response-count>1</response-count> </metadata> <responses> <response> <metadata> <status>success</status> <execution-milliseconds>436</execution-milliseconds> <line-count>13</line-count> <storage-system-count>2</storage-system-count> <target>locke-2</target> <config-name>default</config-name> </metadata> <output> <raid-level-list> <storage-systems> <storage-system-name>CLARiiON+CKM00083900053</storage-system-name> <raid-levels> <raid-level>RAID0</raid-level> <raid-level>RAID1</raid-level> <raid-level>RAID10</raid-level> <raid-level>RAID3</raid-level> <raid-level>RAID5</raid-level> <raid-level>RAID6</raid-level> </raid-levels> </storage-systems> <storage-systems> <storage-system-name>SYMMETRIX+000294901120</storage-system-name> <raid-levels> <raid-level>RAID1</raid-level> <raid-level>RAID5</raid-level> <raid-level>RAID6</raid-level> </raid-levels> </storage-systems> </raid-level-list> </output> </response> </responses> </emc-storage-response> | ||||||||||||||||||||||||||||||||||||||||||||