{"info":{"_postman_id":"ff3a54f8-8f96-4f17-ba7d-7cb61c3d4e5e","name":"2_Storage","description":"<html><head></head><body><p>Management of HPE Smart Storage: view, create, delete disks and logical drives.</p>\n<p>This collection can only be used against HPE Gen10 servers only.</p>\n<p>This collection has been used to write the <a href=\"https://developer.hpe.com/blog/storage-management-with-redfish\">Storage management with Redfish</a> article.</p>\n<p><a href=\"https://documenter.getpostman.com/view/3625509/RzfmESXR\">Published</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3625509","collectionId":"ff3a54f8-8f96-4f17-ba7d-7cb61c3d4e5e","publishedId":"RzfmESXR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-03-21T15:10:55.000Z"},"item":[{"name":"GET SmartStorage info","item":[{"name":"Settings area","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3afc5417-a8c4-4805-a867-58204cfd9e20","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":"{\"UserName\": \"{{ iloUser }}\", \"Password\": \"{{ iloPasswd }}\"}\n"},"url":"{{BmcURL}}/redfish/v1/systems/1/smartstorageconfig/settings/","description":"<p>Retrieves the Settings properties that will become effective after next reboot.</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3afc5417-a8c4-4805-a867-58204cfd9e20"},{"name":"Current Configuration","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ecd0b22f-ba1f-469e-9655-0c1c489c36f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{BmcURL}}/redfish/v1/systems/1/smartstorageconfig/","description":"<p>Retrieves the Settings properties that will become effective after next reboot.</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecd0b22f-ba1f-469e-9655-0c1c489c36f7"},{"name":"BootOptions Collection","id":"43bea718-d7f8-4187-bc21-6bb367bd4f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{iloURI}}/redfish/v1/Systems/1/BootOptions/","urlObject":{"path":["redfish","v1","Systems","1","BootOptions",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"43bea718-d7f8-4187-bc21-6bb367bd4f50"},{"name":"List array controllers","id":"a5a2e29b-15b2-4583-bec9-6a515d90a84b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{BmcURL}}/redfish/v1/Systems/1/SmartStorage/ArrayControllers/","description":"<p>Retrieves the list of HPE Smart Array Controllers present in the remote server.</p>\n","urlObject":{"path":["redfish","v1","Systems","1","SmartStorage","ArrayControllers",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5a2e29b-15b2-4583-bec9-6a515d90a84b"},{"name":"ArrayController 0 properties","id":"87c3342f-646a-4825-acb5-d68e04048416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{iloURI}}/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/","description":"<p>Retrieves the properties of Array Controller 0. Edit accordingly to retrieve the properties of another Array Controller</p>\n","urlObject":{"path":["redfish","v1","Systems","1","SmartStorage","ArrayControllers","0",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"87c3342f-646a-4825-acb5-d68e04048416"},{"name":"ArrayController 1 properties","id":"10bb32a8-fd25-49c8-afbf-16bf7e8cd5d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{iloURI}}/redfish/v1/Systems/1/SmartStorage/ArrayControllers/1/","urlObject":{"path":["redfish","v1","Systems","1","SmartStorage","ArrayControllers","1",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"10bb32a8-fd25-49c8-afbf-16bf7e8cd5d2"},{"name":"SmartArray Status","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":["// Make sure we'll work on a suitable response.","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Response includes Oem\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"Oem\");","});","","// Extract values from the response.","let PowerState = pm.response.json().PowerState;","let PostState = pm.response.json().Oem.Hpe.PostState;","let DeviceDiscoveryComplete = pm.response.json().Oem.Hpe.DeviceDiscoveryComplete;","let SmartArrayDiscovery = DeviceDiscoveryComplete.SmartArrayDiscovery;","","// Create Postman environment variables","pm.environment.set('PowerState', PowerState);","pm.environment.set('PostState', PostState);","pm.environment.set('SmartArrayDiscovery', SmartArrayDiscovery);","","// Print keys and corresponding values on the Postman Console.","console.log(\"PowerState:\",  pm.variables.get(\"PowerState\"));","console.log(\"PostState:\",  pm.variables.get(\"PostState\"));","console.log(\"DeviceDiscoveryComplete\",DeviceDiscoveryComplete);","console.log(\"SmartArrayDiscovery\", SmartArrayDiscovery);","",""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"f7ec55d6-6e33-4288-b387-76b88ef37e05","exec":["",""],"type":"text/javascript","packages":{}}}],"id":"27dafd16-2534-48eb-96e2-2061eaf61e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"OData-Version","value":"4.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{BmcURL}}/redfish/v1/Systems/1/","description":"<p>Retrieves the Computer System properties and print PostState and SmartArrayDiscovery values in environment variables and in the Postman Console using the <code>test</code> Postman facility.</p>\n<p>As explained in the <a href=\"https://developer.hpe.com/blog/master-the-redfish-server-states-to-improve-your-monitoring-and-manageme\">Master the Redfish Server States</a> blog, it is important to know the server state as well as other states like the SmartArrayDiscovery state before sending Redfish requests.</p>\n<p>As an example, an error will be returned when querying the Smart Array controller when it is in the <code>Busy</code> state.</p>\n","urlObject":{"path":["redfish","v1","Systems","1",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[{"id":"f7982e4b-94c6-4e44-b3bb-5aa4b1c772f8","name":"States & Device Discovery","originalRequest":{"method":"GET","header":[{"key":"OData-Version","value":"4.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{iloURI}}/redfish/v1/Systems/1/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, HEAD, POST, PATCH"},{"key":"Cache-Control","value":"no-cache"},{"key":"Connection","value":"keep-alive"},{"key":"Content-type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 12 Dec 2018 13:22:01 GMT"},{"key":"ETag","value":"W/\"7EB0C7DC\""},{"key":"Link","value":"</redfish/v1/SchemaStore/en/ComputerSystem.json/>; rel=describedby"},{"key":"OData-Version","value":"4.0"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X_HP-CHRP-Service-Version","value":"1.0.3"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"/redfish/v1/$metadata#ComputerSystem.ComputerSystem\",\n    \"@odata.etag\": \"W/\\\"7EB0C7DC\\\"\",\n    \"@odata.id\": \"/redfish/v1/Systems/1/\",\n    \"@odata.type\": \"#ComputerSystem.v1_4_0.ComputerSystem\",\n    \"Id\": \"1\",\n    \"Actions\": {\n        \"#ComputerSystem.Reset\": {\n            \"ResetType@Redfish.AllowableValues\": [\n                \"On\",\n                \"ForceOff\",\n                \"ForceRestart\",\n                \"Nmi\",\n                \"PushPowerButton\"\n            ],\n            \"target\": \"/redfish/v1/Systems/1/Actions/ComputerSystem.Reset/\"\n        }\n    },\n    \"AssetTag\": \"                                \",\n    \"Bios\": {\n        \"@odata.id\": \"/redfish/v1/systems/1/bios/\"\n    },\n    \"BiosVersion\": \"U30 v1.46 (10/02/2018)\",\n    \"Boot\": {\n        \"BootSourceOverrideEnabled\": \"Once\",\n        \"BootSourceOverrideMode\": \"UEFI\",\n        \"BootSourceOverrideTarget\": \"Cd\",\n        \"BootSourceOverrideTarget@Redfish.AllowableValues\": [\n            \"None\",\n            \"Cd\",\n            \"Hdd\",\n            \"Usb\",\n            \"SDCard\",\n            \"Utilities\",\n            \"Diags\",\n            \"BiosSetup\",\n            \"Pxe\",\n            \"UefiShell\",\n            \"UefiHttp\",\n            \"UefiTarget\"\n        ],\n        \"UefiTargetBootSourceOverride\": \"None\",\n        \"UefiTargetBootSourceOverride@Redfish.AllowableValues\": [\n            \"Fv(CDBB7B35-6833-4ED6-9AB2-57D2ACDDF6F0)/FvFile(C57AD6B7-0515-40A8-9D21-551652854E37)\",\n            \"HD(1,GPT,0ACFB12F-F695-4DB7-848B-8B037C5D99F5,0x800,0x64000)/\\\\EFI\\\\redhat\\\\shimx64.efi\",\n            \"PciRoot(0x0)/Pci(0x14,0x0)/USB(0x13,0x0)\",\n            \"UsbClass(0xFFFF,0xFFFF,0xFF,0xFF,0xFF)\",\n            \"PciRoot(0x3)/Pci(0x0,0x0)/Pci(0x0,0x0)/Scsi(0x2,0x4000)\",\n            \"PciRoot(0x3)/Pci(0x0,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)\"\n        ]\n    },\n    \"EthernetInterfaces\": {\n        \"@odata.id\": \"/redfish/v1/Systems/1/EthernetInterfaces/\"\n    },\n    \"HostName\": \"hst380g10\",\n    \"IndicatorLED\": \"Off\",\n    \"Links\": {\n        \"ManagedBy\": [\n            {\n                \"@odata.id\": \"/redfish/v1/Managers/1/\"\n            }\n        ],\n        \"Chassis\": [\n            {\n                \"@odata.id\": \"/redfish/v1/Chassis/1/\"\n            }\n        ]\n    },\n    \"LogServices\": {\n        \"@odata.id\": \"/redfish/v1/Systems/1/LogServices/\"\n    },\n    \"Manufacturer\": \"HPE\",\n    \"Memory\": {\n        \"@odata.id\": \"/redfish/v1/Systems/1/Memory/\"\n    },\n    \"MemorySummary\": {\n        \"Status\": {\n            \"HealthRollup\": \"OK\"\n        },\n        \"TotalSystemMemoryGiB\": 768\n    },\n    \"Model\": \"ProLiant DL380 Gen10\",\n    \"Name\": \"Computer System\",\n    \"NetworkInterfaces\": {\n        \"@odata.id\": \"/redfish/v1/Systems/1/NetworkInterfaces/\"\n    },\n    \"Oem\": {\n        \"Hpe\": {\n            \"@odata.context\": \"/redfish/v1/$metadata#HpeComputerSystemExt.HpeComputerSystemExt\",\n            \"@odata.type\": \"#HpeComputerSystemExt.v2_5_0.HpeComputerSystemExt\",\n            \"Actions\": {\n                \"#HpeComputerSystemExt.PowerButton\": {\n                    \"PushType@Redfish.AllowableValues\": [\n                        \"Press\",\n                        \"PressAndHold\"\n                    ],\n                    \"target\": \"/redfish/v1/Systems/1/Actions/Oem/Hpe/HpeComputerSystemExt.PowerButton/\"\n                },\n                \"#HpeComputerSystemExt.SystemReset\": {\n                    \"ResetType@Redfish.AllowableValues\": [\n                        \"ColdBoot\",\n                        \"AuxCycle\"\n                    ],\n                    \"target\": \"/redfish/v1/Systems/1/Actions/Oem/Hpe/HpeComputerSystemExt.SystemReset/\"\n                }\n            },\n            \"AggregateHealthStatus\": {\n                \"AgentlessManagementService\": \"Unavailable\",\n                \"BiosOrHardwareHealth\": {\n                    \"Status\": {\n                        \"Health\": \"OK\"\n                    }\n                },\n                \"FanRedundancy\": \"Redundant\",\n                \"Fans\": {\n                    \"Status\": {\n                        \"Health\": \"OK\"\n                    }\n                },\n                \"Memory\": {\n                    \"Status\": {\n                        \"Health\": \"OK\"\n                    }\n                },\n                \"Network\": {\n                    \"Status\": {\n                        \"Health\": \"OK\"\n                    }\n                },\n                \"PowerSupplies\": {\n                    \"PowerSuppliesMismatch\": false,\n                    \"Status\": {\n                        \"Health\": \"OK\"\n                    }\n                },\n                \"Processors\": {\n                    \"Status\": {\n                        \"Health\": \"OK\"\n                    }\n                },\n                \"Storage\": {\n                    \"Status\": {\n                        \"Health\": \"Warning\"\n                    }\n                },\n                \"Temperatures\": {\n                    \"Status\": {\n                        \"Health\": \"OK\"\n                    }\n                }\n            },\n            \"Bios\": {\n                \"Backup\": {\n                    \"Date\": \"06/20/2018\",\n                    \"Family\": \"U30\",\n                    \"VersionString\": \"U30 v1.42 (06/20/2018)\"\n                },\n                \"Current\": {\n                    \"Date\": \"10/02/2018\",\n                    \"Family\": \"U30\",\n                    \"VersionString\": \"U30 v1.46 (10/02/2018)\"\n                },\n                \"UefiClass\": 2\n            },\n            \"CurrentPowerOnTimeSeconds\": null,\n            \"DeviceDiscoveryComplete\": {\n                \"AMSDeviceDiscovery\": \"NoAMS\",\n                \"DeviceDiscovery\": \"vAuxDeviceDiscoveryComplete\",\n                \"SmartArrayDiscovery\": \"Cached\"\n            },\n            \"EndOfPostDelaySeconds\": null,\n            \"IntelligentProvisioningAlwaysOn\": true,\n            \"IntelligentProvisioningIndex\": 8,\n            \"IntelligentProvisioningLocation\": \"System Board\",\n            \"IntelligentProvisioningVersion\": \"3.20.154\",\n            \"IsColdBooting\": false,\n            \"Links\": {\n                \"SUT\": {\n                    \"@odata.id\": \"/redfish/v1/systems/1/hpsut/\"\n                },\n                \"HpeIpProvider\": {\n                    \"@odata.id\": \"/redfish/v1/systems/1/hpeip/\"\n                },\n                \"PCIDevices\": {\n                    \"@odata.id\": \"/redfish/v1/Systems/1/PCIDevices/\"\n                },\n                \"PCISlots\": {\n                    \"@odata.id\": \"/redfish/v1/Systems/1/PCISlots/\"\n                },\n                \"NetworkAdapters\": {\n                    \"@odata.id\": \"/redfish/v1/Systems/1/BaseNetworkAdapters/\"\n                },\n                \"SmartStorage\": {\n                    \"@odata.id\": \"/redfish/v1/Systems/1/SmartStorage/\"\n                },\n                \"USBPorts\": {\n                    \"@odata.id\": \"/redfish/v1/Systems/1/USBPorts/\"\n                },\n                \"USBDevices\": {\n                    \"@odata.id\": \"/redfish/v1/Systems/1/USBDevices/\"\n                },\n                \"EthernetInterfaces\": {\n                    \"@odata.id\": \"/redfish/v1/Systems/1/EthernetInterfaces/\"\n                }\n            },\n            \"PCAPartNumber\": \"\",\n            \"PCASerialNumber\": \"\",\n            \"PostDiscoveryCompleteTimeStamp\": \"2018-12-10T11:37:34Z\",\n            \"PostDiscoveryMode\": null,\n            \"PostMode\": null,\n            \"PostState\": \"PowerOff\",\n            \"PowerAllocationLimit\": 500,\n            \"PowerAutoOn\": \"Restore\",\n            \"PowerOnDelay\": \"Minimum\",\n            \"PowerOnMinutes\": 322256,\n            \"PowerRegulatorMode\": \"Dynamic\",\n            \"PowerRegulatorModesSupported\": [\n                \"OSControl\",\n                \"Dynamic\",\n                \"Max\",\n                \"Min\"\n            ],\n            \"SMBIOS\": {\n                \"extref\": \"/smbios\"\n            },\n            \"ServerFQDN\": \"\",\n            \"SmartStorageConfig\": [\n                {\n                    \"@odata.id\": \"/redfish/v1/systems/1/smartstorageconfig/\"\n                }\n            ],\n            \"VirtualProfile\": \"Inactive\"\n        }\n    },\n    \"PowerState\": \"Off\",\n    \"ProcessorSummary\": {\n        \"Count\": 1,\n        \"Model\": \"Intel(R) Genuine processor\",\n        \"Status\": {\n            \"HealthRollup\": \"OK\"\n        }\n    },\n    \"Processors\": {\n        \"@odata.id\": \"/redfish/v1/Systems/1/Processors/\"\n    },\n    \"SKU\": \"125629-001\",\n    \"SecureBoot\": {\n        \"@odata.id\": \"/redfish/v1/Systems/1/SecureBoot/\"\n    },\n    \"SerialNumber\": \"7CE635P01D\",\n    \"Status\": {\n        \"Health\": \"Warning\",\n        \"State\": \"Disabled\"\n    },\n    \"Storage\": {\n        \"@odata.id\": \"/redfish/v1/Systems/1/Storage/\"\n    },\n    \"SystemType\": \"Physical\",\n    \"TrustedModules\": [\n        {\n            \"Oem\": {\n                \"Hpe\": {\n                    \"@odata.context\": \"/redfish/v1/$metadata#HpeTrustedModuleExt.HpeTrustedModuleExt\",\n                    \"@odata.type\": \"#HpeTrustedModuleExt.v2_0_0.HpeTrustedModuleExt\"\n                }\n            },\n            \"Status\": {\n                \"State\": \"Absent\"\n            }\n        }\n    ],\n    \"UUID\": \"36353231-3932-4337-4536-333550303144\"\n}"}],"_postman_id":"27dafd16-2534-48eb-96e2-2061eaf61e15"},{"name":"Get DiskDrives Collection","id":"088b3cd4-149b-4d24-aaa0-ddc32006c84b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{BmcURL}}/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives/","description":"<p>Retrieves the list of disk drives managed by Array Controller 0. Edit accordingly to retrieve the disk of another controller.</p>\n","urlObject":{"path":["redfish","v1","Systems","1","SmartStorage","ArrayControllers","0","DiskDrives",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"088b3cd4-149b-4d24-aaa0-ddc32006c84b"},{"name":"Expanded DiskDrive Collection","id":"f0b7b93f-e993-40ca-8d99-080d8c9c9b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{BmcURL}}/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives/?$expand=.","description":"<p>Retrieves the list of disk drives managed by Array Controller 0. Edit accordingly to retrieve the disk of another controller.</p>\n","urlObject":{"path":["redfish","v1","Systems","1","SmartStorage","ArrayControllers","0","DiskDrives",""],"host":["{{BmcURL}}"],"query":[{"key":"$expand","value":"."}],"variable":[]}},"response":[],"_postman_id":"f0b7b93f-e993-40ca-8d99-080d8c9c9b80"},{"name":"Expanded query with filter","id":"c3a168f0-ebec-4535-afda-d878514a2afc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{iloURI}}/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives?$expand=.&$filter=Name eq 'HpeSmartStorageDiskDrives'","description":"<p>Retrieves the list of disk drives managed by Array Controller 0. Edit accordingly to retrieve the disk of another controller.</p>\n","urlObject":{"path":["redfish","v1","Systems","1","SmartStorage","ArrayControllers","0","DiskDrives"],"host":["{{iloURI}}"],"query":[{"key":"$expand","value":"."},{"key":"$filter","value":"Name eq 'HpeSmartStorageDiskDrives'"}],"variable":[]}},"response":[],"_postman_id":"c3a168f0-ebec-4535-afda-d878514a2afc"},{"name":"NOT WORKING: Filter query","id":"3eb7a412-89ad-4fa0-b6f1-f8a58c43a1f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{iloURI}}/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives$filter Name eq 'HpeSmartStorageDiskDrives'","description":"<p>Retrieves the list of disk drives managed by Array Controller 0. Edit accordingly to retrieve the disk of another controller.</p>\n","urlObject":{"path":["redfish","v1","Systems","1","SmartStorage","ArrayControllers","0","DiskDrives$filter Name eq 'HpeSmartStorageDiskDrives'"],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3eb7a412-89ad-4fa0-b6f1-f8a58c43a1f4"},{"name":"LogicalDrive Collection","id":"2f958560-a726-439d-bc16-0ed7c7ba4fad","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{iloURI}}/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/LogicalDrives/","urlObject":{"path":["redfish","v1","Systems","1","SmartStorage","ArrayControllers","0","LogicalDrives",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f958560-a726-439d-bc16-0ed7c7ba4fad"},{"name":"Expanded LogicalDrive Collection","id":"eb14dcb2-93d2-42e5-ba76-1dfa444af035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{iloURI}}/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/LogicalDrives/?$expand=.","urlObject":{"path":["redfish","v1","Systems","1","SmartStorage","ArrayControllers","0","LogicalDrives",""],"host":["{{iloURI}}"],"query":[{"key":"$expand","value":"."}],"variable":[]}},"response":[],"_postman_id":"eb14dcb2-93d2-42e5-ba76-1dfa444af035"},{"name":"Non HPE Storage","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","type":"text/javascript","exec":[""]}}],"id":"0e8a1e89-9f5b-4095-8757-bd426b6a9741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"url":"{{iloURI}}/redfish/v1/systems/1/smartstorage/","description":"<p>Retrieves the list of non HPE storage, if any.</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorage",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e8a1e89-9f5b-4095-8757-bd426b6a9741"}],"id":"3d7a720b-fcbc-4074-9d6c-386f4b968a55","description":"<p>GET requests</p>\n","_postman_id":"3d7a720b-fcbc-4074-9d6c-386f4b968a55"},{"name":"Create/Modify/Add SmartStorage","item":[{"name":"Create RAID1 with SpareDrive","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript"}}],"id":"0a49a9e2-9b22-4928-b1a8-c1a8b893371b","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"DataGuard\": \"Disabled\",\r\n    \"LogicalDrives\": [\r\n        {\r\n            \"CapacityGiB\": 100,\r\n            \"DataDrives\": [\r\n                \"4I:1:1\",\r\n                \"4I:1:2\"\r\n            ],\r\n            \"LogicalDriveName\": \"RAID1-1-100\",\r\n            \"Raid\": \"Raid1\",\r\n            \"SpareDrives\": [\r\n                \"11:4:6\"\r\n            ],\r\n            \"SpareRebuildMode\": \"Roaming\"\r\n        }\r\n    ]\r\n}"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","description":"<p>Create a RAID1 logical drive with a spare drive. </p>\n<p>Edit accordingly to your environment.</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a49a9e2-9b22-4928-b1a8-c1a8b893371b"},{"name":"Create RAID1 LogicalDrive noSpare","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript"}}],"id":"7887bbce-5af2-4d5e-ab0a-5a86fda9d031","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"DataGuard\": \"Disabled\",\r\n    \"LogicalDrives\": [\r\n        {\r\n            \"Accelerator\": \"ControllerCache\",\r\n            \"CapacityGiB\": 100,\r\n            \"DataDrives\": [\r\n                \"4I:1:1\",\r\n                \"4I:1:2\"\r\n            ],\r\n            \"LogicalDriveName\": \"RAID1-1-100\",\r\n            \"Raid\": \"Raid1\",\r\n            \"SpareDrives\": []\r\n        }\r\n    ]\r\n}\r\n"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","description":"<p>Create from scratch, after complete cleanup.</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7887bbce-5af2-4d5e-ab0a-5a86fda9d031"},{"name":"Add Array with 1 RAID0 LogicalDrive noSpare","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript"}}],"id":"996c68bc-d53f-4543-8758-f6dea6706099","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":"{\n    \"@Redfish.Settings\": {\n        \"@odata.type\": \"#Settings.v1_0_0.Settings\",\n        \"ETag\": \"\",\n        \"Messages\": [\n            {\n                \"MessageId\": \"Base.1.0.Success\"\n            }\n        ],\n        \"SettingsObject\": {\n            \"@odata.id\": \"/redfish/v1/systems/1/smartstorageconfig/settings/\"\n        },\n        \"Time\": \"\"\n    },\n    \"@odata.context\": \"/redfish/v1/$metadata#SmartStorageConfig.SmartStorageConfig\",\n    \"@odata.etag\": \"W/\\\"B616DCFF189C696969EBE4A9045C68A3\\\"\",\n    \"@odata.id\": \"/redfish/v1/systems/1/smartstorageconfig/\",\n    \"@odata.type\": \"#SmartStorageConfig.v2_0_1.SmartStorageConfig\",\n    \"CurrentParallelSurfaceScanCount\": 1,\n    \"DataGuard\": \"Permissive\",\n    \"DegradedPerformanceOptimization\": \"Disabled\",\n    \"DriveWriteCache\": \"Disabled\",\n    \"DriveWriteCacheUnconfigured\": \"Default\",\n    \"ElevatorSort\": \"Enabled\",\n    \"EncryptionConfiguration\": \"None\",\n    \"EncryptionEULA\": null,\n    \"ExpandPriority\": \"Medium\",\n    \"FlexibleLatencySchedulerSetting\": \"Default\",\n    \"Id\": \"smartstorageconfig\",\n    \"InconsistencyRepairPolicy\": \"Disabled\",\n    \"Location\": \"Slot 0\",\n    \"LocationFormat\": \"PCISlot\",\n    \"LogicalDrives\": [\n        {\n            \"Accelerator\": \"ControllerCache\",\n            \"BlockSizeBytes\": 512,\n            \"CapacityBlocks\": 585871964,\n            \"CapacityGiB\": 279,\n            \"DataDrives\": [\n                \"1I:3:1\"\n            ],\n            \"DriveLocationFormat\": \"ControllerPort:Box:Bay\",\n            \"LegacyBootPriority\": \"None\",\n            \"LogicalDriveName\": \"Toto-1\",\n            \"LogicalDriveNumber\": 1,\n            \"ParityGroupCount\": 0,\n            \"Raid\": \"Raid0\",\n            \"SpareDrives\": [],\n            \"SpareRebuildMode\": null,\n            \"StripSizeBytes\": 262144,\n            \"StripeSizeBytes\": 262144,\n            \"VolumeUniqueIdentifier\": \"600508B1001CA9C68B29616DF7B35501\"\n        },\n        {\n          \"LogicalDriveName\": \"Toto-2\",\n          \"Raid\": \"Raid0\",\n          \"DataDrives\": [\n                \"1I:3:2\"\n          ]\n        }\n    ],\n    \"MonitorAndPerformanceAnalysisDelaySeconds\": 60,\n    \"NoBatteryWriteCache\": \"Disabled\",\n    \"Oem\": {\n        \"Hpe\": {\n            \"@odata.type\": \"#HpeBiosExt.v2_0_0.HpeBiosExt\",\n            \"SettingsObject\": {\n                \"UnmodifiedETag\": \"W/\\\"CB7E44CF590B08080829AB6BA88D730D\\\"\"\n            }\n        }\n    },\n    \"PhysicalDrives\": [\n        {\n            \"LegacyBootPriority\": \"None\",\n            \"Location\": \"1I:3:2\",\n            \"LocationFormat\": \"ControllerPort:Box:Bay\"\n        },\n        {\n            \"LegacyBootPriority\": \"None\",\n            \"Location\": \"1I:3:1\",\n            \"LocationFormat\": \"ControllerPort:Box:Bay\"\n        }\n    ],\n    \"Ports\": [\n        {\n            \"OperatingModeAfterReboot\": \"Mixed\",\n            \"PortIndex\": 0\n        },\n        {\n            \"OperatingModeAfterReboot\": \"Mixed\",\n            \"PortIndex\": 1\n        }\n    ],\n    \"PowerModeAfterReboot\": \"MaxPerformance\",\n    \"PredictiveSpareRebuild\": \"Disabled\",\n    \"QueueDepth\": \"Automatic\",\n    \"ReadCachePercent\": 100,\n    \"RebuildPriority\": \"High\",\n    \"SurfaceScanAnalysisDelaySeconds\": 3,\n    \"SurfaceScanAnalysisPriority\": \"Idle\",\n    \"SurvivalPowerMode\": \"Enabled\",\n    \"WriteCacheBypassThresholdKiB\": 1040\n}"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"996c68bc-d53f-4543-8758-f6dea6706099"},{"name":"Add Spare Drives with PUT","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript"}}],"id":"f4984d68-f53d-4b70-88d4-d9870083fc6e","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":"{\n    \"@Redfish.Settings\": {\n        \"@odata.type\": \"#Settings.v1_0_0.Settings\",\n        \"ETag\": \"F32AAD46\",\n        \"Messages\": [\n            {\n                \"MessageArgs\": [\n                    \"11:4:6\",\n                    \"{\\\"VolumeUniqueIdentifier\\\":\\\"600508B1001C731070EA04B4FE568CFA\\\",\\\"LogicalDriveName\\\":\\\"RAID1-1-100\\\",\\\"LogicalDriveNumber\\\":0}\"\n                ],\n                \"MessageId\": \"SmartStorageMessages.2.0.0.CanAddEditableArraySpareDriveDriveIsNotUnassigned\",\n                \"RelatedProperties\": [\n                    \"#/LogicalDrives/0/SpareDrives/0\"\n                ]\n            },\n            {\n                \"MessageId\": \"SmartStorageMessages.2.0.0.Success\"\n            }\n        ],\n        \"SettingsObject\": {\n            \"@odata.id\": \"/redfish/v1/systems/1/smartstorageconfig/settings/\"\n        },\n        \"Time\": \"2018-10-24T15:13:31+07:00\"\n    },\n    \"@odata.context\": \"/redfish/v1/$metadata#SmartStorageConfig.SmartStorageConfig\",\n    \"@odata.etag\": \"W/\\\"80FA46BCB86C434343C9905063CA1E99\\\"\",\n    \"@odata.id\": \"/redfish/v1/systems/1/smartstorageconfig/\",\n    \"@odata.type\": \"#SmartStorageConfig.v2_0_0.SmartStorageConfig\",\n    \"CurrentParallelSurfaceScanCount\": 1,\n    \"DataGuard\": \"Disabled\",\n    \"DegradedPerformanceOptimization\": \"Disabled\",\n    \"DriveWriteCache\": \"Disabled\",\n    \"ElevatorSort\": \"Enabled\",\n    \"EncryptionConfiguration\": \"None\",\n    \"EncryptionEULA\": null,\n    \"ExpandPriority\": \"Medium\",\n    \"FlexibleLatencySchedulerSetting\": \"Default\",\n    \"Id\": \"smartstorageconfig\",\n    \"InconsistencyRepairPolicy\": \"Disabled\",\n    \"Location\": \"Slot 1\",\n    \"LocationFormat\": \"PCISlot\",\n    \"LogicalDrives\": [\n        {\n            \"Accelerator\": \"ControllerCache\",\n            \"BlockSizeBytes\": 512,\n            \"CapacityBlocks\": 209712000,\n            \"CapacityGiB\": 99,\n            \"DataDrives\": [\n                \"4I:1:1\",\n                \"4I:1:2\"\n            ],\n            \"DriveLocationFormat\": \"ControllerPort:Box:Bay\",\n            \"LegacyBootPriority\": \"None\",\n            \"LogicalDriveName\": \"RAID1-1-100\",\n            \"LogicalDriveNumber\": 1,\n            \"ParityGroupCount\": 0,\n            \"Raid\": \"Raid1\",\n            \"SpareDrives\": [\"11:4:6\"],\n            \"SpareRebuildMode\": \"Roaming\",\n            \"StripSizeBytes\": 262144,\n            \"StripeSizeBytes\": 262144,\n            \"VolumeUniqueIdentifier\": \"600508B1001C731070EA04B4FE568CFA\"\n        }\n    ],\n    \"MonitorAndPerformanceAnalysisDelaySeconds\": 60,\n    \"NoBatteryWriteCache\": \"Disabled\",\n    \"Oem\": {\n        \"Hpe\": {\n            \"@odata.type\": \"#HpeBiosExt.v2_0_0.HpeBiosExt\",\n            \"SettingsObject\": {\n                \"UnmodifiedETag\": \"W/\\\"6D952205C4D2FFFFFFFA58042590319C\\\"\"\n            }\n        }\n    },\n    \"PhysicalDrives\": [\n        {\n            \"LegacyBootPriority\": \"None\",\n            \"Location\": \"4I:1:1\",\n            \"LocationFormat\": \"ControllerPort:Box:Bay\"\n        },\n        {\n            \"LegacyBootPriority\": \"None\",\n            \"Location\": \"4I:1:2\",\n            \"LocationFormat\": \"ControllerPort:Box:Bay\"\n        },\n        {\n            \"LegacyBootPriority\": \"None\",\n            \"Location\": \"11:4:5\",\n            \"LocationFormat\": \"ControllerPort:Box:Bay\"\n        },\n        {\n            \"LegacyBootPriority\": \"None\",\n            \"Location\": \"11:4:6\",\n            \"LocationFormat\": \"ControllerPort:Box:Bay\"\n        }\n    ],\n    \"Ports\": [\n        {\n            \"OperatingModeAfterReboot\": \"Mixed\",\n            \"PortIndex\": 0\n        },\n        {\n            \"OperatingModeAfterReboot\": \"Mixed\",\n            \"PortIndex\": 1\n        },\n        {\n            \"OperatingModeAfterReboot\": \"Mixed\",\n            \"PortIndex\": 2\n        },\n        {\n            \"OperatingModeAfterReboot\": \"Mixed\",\n            \"PortIndex\": 3\n        }\n    ],\n    \"PowerModeAfterReboot\": \"MaxPerformance\",\n    \"PredictiveSpareRebuild\": \"Disabled\",\n    \"QueueDepth\": \"Automatic\",\n    \"ReadCachePercent\": 10,\n    \"RebuildPriority\": \"High\",\n    \"SurfaceScanAnalysisDelaySeconds\": 3,\n    \"SurfaceScanAnalysisPriority\": \"Idle\",\n    \"SurvivalPowerMode\": \"Disabled\",\n    \"WriteCacheBypassThresholdKiB\": 1040\n}"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4984d68-f53d-4b70-88d4-d9870083fc6e"},{"name":"Add RAID0 to existing Array","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript"}}],"id":"4a7ab239-fddc-49c4-8927-0079cca701ee","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":"{\n    \"@Redfish.Settings\": {\n        \"@odata.type\": \"#Settings.v1_0_0.Settings\",\n        \"ETag\": \"381AFB0B\",\n        \"Messages\": [\n            {\n                \"MessageId\": \"SmartStorageMessages.2.0.0.Success\"\n            }\n        ],\n        \"SettingsObject\": {\n            \"@odata.id\": \"/redfish/v1/systems/1/smartstorageconfig/settings/\"\n        },\n        \"Time\": \"2018-10-25T14:35:07+07:00\"\n    },\n    \"@odata.context\": \"/redfish/v1/$metadata#SmartStorageConfig.SmartStorageConfig\",\n    \"@odata.etag\": \"W/\\\"63F6B36592DBCACACA955AC4D2520096\\\"\",\n    \"@odata.id\": \"/redfish/v1/systems/1/smartstorageconfig/\",\n    \"@odata.type\": \"#SmartStorageConfig.v2_0_0.SmartStorageConfig\",\n    \"CurrentParallelSurfaceScanCount\": 1,\n    \"DegradedPerformanceOptimization\": \"Disabled\",\n    \"DriveWriteCache\": \"Disabled\",\n    \"ElevatorSort\": \"Enabled\",\n    \"EncryptionConfiguration\": \"None\",\n    \"EncryptionEULA\": null,\n    \"ExpandPriority\": \"Medium\",\n    \"FlexibleLatencySchedulerSetting\": \"Default\",\n    \"Id\": \"smartstorageconfig\",\n    \"InconsistencyRepairPolicy\": \"Disabled\",\n    \"Location\": \"Slot 1\",\n    \"LocationFormat\": \"PCISlot\",\n    \"DataGuard\": \"Disabled\",\n    \"LogicalDrives\": [\n        {\n            \"Accelerator\": \"None\",\n            \"BlockSizeBytes\": 512,\n            \"CapacityBlocks\": 209712000,\n            \"CapacityGiB\": 99,\n            \"DataDrives\": [\n                \"4I:1:1\",\n                \"4I:1:2\"\n            ],\n            \"DriveLocationFormat\": \"ControllerPort:Box:Bay\",\n            \"LegacyBootPriority\": \"None\",\n            \"LogicalDriveName\": \"RAID1-1-100\",\n            \"LogicalDriveNumber\": 1,\n            \"ParityGroupCount\": 0,\n            \"Raid\": \"Raid1\",\n            \"SpareDrives\": [\n                \"11:4:6\"\n            ],\n            \"SpareRebuildMode\": \"Roaming\",\n            \"StripSizeBytes\": 262144,\n            \"StripeSizeBytes\": 262144,\n            \"VolumeUniqueIdentifier\": \"600508B1001C75FBC332295AC826FFA1\"\n        },\n        {\n           \"CapacityGiB\": 50,\n            \"DataDrives\": [\n                \"4I:1:1\",\n                \"4I:1:2\"\n            ],\n            \"LogicalDriveName\": \"RAID0-2-50\",\n            \"Raid\": \"Raid0\",\n            \"SpareDrives\": [\n                \"11:4:6\"\n            ]\n        },\n        {\n            \"Accelerator\": \"None\",\n            \"BlockSizeBytes\": 512,\n            \"CapacityBlocks\": 585871964,\n            \"CapacityGiB\": 279,\n            \"DataDrives\": [\n                \"11:4:5\"\n            ],\n            \"DriveLocationFormat\": \"ControllerPort:Box:Bay\",\n            \"LegacyBootPriority\": \"None\",\n            \"LogicalDriveName\": \"RAID0-300\",\n            \"LogicalDriveNumber\": 2,\n            \"ParityGroupCount\": 0,\n            \"Raid\": \"Raid0\",\n            \"SpareDrives\": [],\n            \"SpareRebuildMode\": null,\n            \"StripSizeBytes\": 262144,\n            \"StripeSizeBytes\": 262144,\n            \"VolumeUniqueIdentifier\": \"600508B1001CE673D92C370E4324A8D0\"\n        }\n    ],\n    \"MonitorAndPerformanceAnalysisDelaySeconds\": 60,\n    \"NoBatteryWriteCache\": null,\n    \"Oem\": {\n        \"Hpe\": {\n            \"@odata.type\": \"#HpeBiosExt.v2_0_0.HpeBiosExt\",\n            \"SettingsObject\": {\n                \"UnmodifiedETag\": \"W/\\\"D3751C0709943D3D3DDC38857834BB0A\\\"\"\n            }\n        }\n    },\n    \"PhysicalDrives\": [\n        {\n            \"LegacyBootPriority\": \"None\",\n            \"Location\": \"4I:1:1\",\n            \"LocationFormat\": \"ControllerPort:Box:Bay\"\n        },\n        {\n            \"LegacyBootPriority\": \"None\",\n            \"Location\": \"4I:1:2\",\n            \"LocationFormat\": \"ControllerPort:Box:Bay\"\n        },\n        {\n            \"LegacyBootPriority\": \"None\",\n            \"Location\": \"11:4:5\",\n            \"LocationFormat\": \"ControllerPort:Box:Bay\"\n        },\n        {\n            \"LegacyBootPriority\": \"None\",\n            \"Location\": \"11:4:6\",\n            \"LocationFormat\": \"ControllerPort:Box:Bay\"\n        }\n    ],\n    \"Ports\": [\n        {\n            \"OperatingModeAfterReboot\": \"Mixed\",\n            \"PortIndex\": 0\n        },\n        {\n            \"OperatingModeAfterReboot\": \"Mixed\",\n            \"PortIndex\": 1\n        },\n        {\n            \"OperatingModeAfterReboot\": \"Mixed\",\n            \"PortIndex\": 2\n        },\n        {\n            \"OperatingModeAfterReboot\": \"Mixed\",\n            \"PortIndex\": 3\n        }\n    ],\n    \"PowerModeAfterReboot\": \"MaxPerformance\",\n    \"PredictiveSpareRebuild\": \"Disabled\",\n    \"QueueDepth\": \"Automatic\",\n    \"ReadCachePercent\": 10,\n    \"RebuildPriority\": \"High\",\n    \"SurfaceScanAnalysisDelaySeconds\": 3,\n    \"SurfaceScanAnalysisPriority\": \"Idle\",\n    \"SurvivalPowerMode\": \"Disabled\",\n    \"WriteCacheBypassThresholdKiB\": 1040\n}"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","description":"<p>{\n           \"CapacityGiB\": 50,\n            \"DataDrives\": [\n                \"4I:1:1\",\n                \"4I:1:2\"\n            ],\n            \"LogicalDriveName\": \"RAID0-2-50\",\n            \"Raid\": \"Raid0\",\n            \"SpareDrives\": [\n                \"11:4:6\"\n            ]\n        }</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a7ab239-fddc-49c4-8927-0079cca701ee"},{"name":"SanitizeDisk","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","type":"text/javascript","exec":[""]}}],"id":"2fd52e5e-fcb0-4ab7-af36-8b89732d9252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":" {\n \t\"Actions\": [\n \t\t{\n \t\t\t\"Action\": \"PhysicalDriveErase\",\n \t\t\t\"ErasePattern\": \"SanitizeRestrictedBlockErase\",\n \t\t\t\"PhysicalDriveList\": [\"1I:3:2\"]\n \t\t}\n \t\t],\n \t\t\"DataGuard\": \"Disabled\"\n }"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","description":"<p>PATCH request to sanitize/erase a physical disk. </p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fd52e5e-fcb0-4ab7-af36-8b89732d9252"},{"name":"Create Array with 2 RAID0 LogicalDrives noSpare","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript"}}],"id":"fa6c3bcd-9be6-4639-89f1-abf33627645a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":"{\n    \"DataGuard\": \"Disabled\",\n    \"LogicalDrives\": [\n        {\n          \"LogicalDriveName\": \"Toto-1\",\n          \"Raid\": \"Raid0\",\n          \"DataDrives\": [\n                \"1I:3:1\"\n          ]\n        },\n        {\n          \"LogicalDriveName\": \"Toto-2\",\n          \"Raid\": \"Raid0\",\n          \"DataDrives\": [\n                \"1I:3:2\"\n          ]\n        }\n    ]\n}"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa6c3bcd-9be6-4639-89f1-abf33627645a"},{"name":"Create Array with 1 RAID1, 2 RAID0 noSpare","event":[{"listen":"test","script":{"id":"96be3202-b62e-47cb-8cd3-23c3b13f5934","exec":[""],"type":"text/javascript"}}],"id":"970d7414-fee5-4c9b-956b-125547ba722f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":"{\n    \"DataGuard\": \"Disabled\",\n    \"LogicalDrives\": [\n        {\n            \"LogicalDriveName\": \"LD1 RAID1 Bootable\",\n            \"Raid\": \"Raid1\",\n            \"DataDrives\": [\n                \"03:1:1\",\n                \"03:1:2\"\n            ]\n        },\n        {\n            \"LogicalDriveName\": \"LD2 RAID0 Data\",\n            \"Raid\": \"Raid0\",\n            \"DataDrives\": [\n                \"03:1:3\"\n            ]\n        },\n        {\n            \"LogicalDriveName\": \"LD3 RAID0 Data\",\n            \"Raid\": \"Raid0\",\n            \"DataDrives\": [\n                \"03:1:4\"\n            ]\n        }\n    ]\n}"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"970d7414-fee5-4c9b-956b-125547ba722f"},{"name":"Create Array with 1 RAID0 LogicalDrive1 noSpare","event":[{"listen":"test","script":{"id":"4b14a562-2ce3-461d-a052-68bde9579543","exec":[""],"type":"text/javascript"}}],"id":"1a60ef92-a28b-4c7a-b8bd-bb3a3851146e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":"{\n    \"DataGuard\": \"Disabled\",\n    \"LogicalDrives\": [\n        {\n          \"LogicalDriveName\": \"Data RAID 0\",\n          \"Raid\": \"Raid0\",\n          \"DataDrives\": [\n                \"1I:1:2\"\n          ]\n        }\n    ]\n}"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a60ef92-a28b-4c7a-b8bd-bb3a3851146e"}],"id":"04130b01-dd29-49eb-b478-47581fe2018f","description":"<p>Create / Modify / Add storage elements </p>\n","event":[{"listen":"prerequest","script":{"id":"1a86ef4a-3d2f-4f2f-93ed-48c1c85b9e7c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3df66ac1-fabb-4cc8-9019-2f39be37108e","type":"text/javascript","exec":[""]}}],"_postman_id":"04130b01-dd29-49eb-b478-47581fe2018f"},{"name":"Delete/Remove SmartStorage elements","item":[{"name":"Delete All Logical Drives and Clear Controller Config","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","type":"text/javascript","exec":[""]}}],"id":"2f9c2e50-cade-424a-92d6-cf3df0d913df","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":" {\n \t\"Actions\": [\n \t\t{\n \t\t\t\"Action\": \"ClearConfigurationMetadata\"\n \t\t}\n \t\t],\n \t\"LogicalDrives\": [],\n    \"DataGuard\": \"Disabled\"\n }"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","description":"<p>PATCH \nClear All Logical Drives</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f9c2e50-cade-424a-92d6-cf3df0d913df"},{"name":"Delete All Logical Drives","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","type":"text/javascript","exec":[""]}}],"id":"a3e026e4-de19-406c-bc9c-ca86921fde14","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":" {\n \t\"LogicalDrives\": [],\n    \"DataGuard\": \"Disabled\"\n }"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","description":"<p>PATCH \nClear All Logical Drives</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3e026e4-de19-406c-bc9c-ca86921fde14"},{"name":"Delete a specific Logical Drive","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript"}}],"id":"b490bbaf-de3b-4068-9a60-eec92a2fec47","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":" {\r\n   \"LogicalDrives\": [\r\n      {\r\n         \"Actions\": [\r\n         \t{\r\n         \t\t\"Action\": \"LogicalDriveDelete\"\r\n         \t\t\r\n         \t}\r\n         \t\t],\r\n         \"VolumeUniqueIdentifier\": \"600508B1001C2CD27F4CAC31EBB8251D\"\r\n      }\r\n    ],\r\n    \"DataGuard\": \"Permissive\"\r\n}"},"url":"{{iloURI}}/redfish/v1/systems/1/smartstorageconfig/settings/","description":"<p>PATCH \nClear All Logical Drives</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b490bbaf-de3b-4068-9a60-eec92a2fec47"},{"name":"Clear Config Metadata","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ae8b452b-f4c1-4a32-99d7-fcce9496d196","request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":" {\n \t\"Actions\": [\n \t\t{\n \t\t\t\"Action\": \"ClearConfigurationMetadata\"\n \t\t}\n \t\t],\n \t\t\"DataGuard\": \"Disabled\"\n }"},"url":"{{BmcURL}}/redfish/v1/systems/1/smartstorageconfig/settings/","description":"<p>PATCH \nClear Configuration Metadata</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae8b452b-f4c1-4a32-99d7-fcce9496d196"},{"name":"Erase drives","event":[{"listen":"test","script":{"id":"43481402-97ba-4d30-9a28-bc6e14228909","exec":[""],"type":"text/javascript","packages":{}}}],"id":"37f2b5fd-7571-4b54-b463-e373f00828f5","request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":" {\n \t\"Actions\": [\n \t\t{\n \t\t\t\"Action\": \"PhysicalDriveErase\",\n            \"ErasePattern\": \"SanitizeRestrictedBlockErase\",\n            \"PhysicalDriveList\": [\"1I:1:1\",\"1I:1:2\"]\n \t\t}\n \t\t],\n \t\t\"DataGuard\": \"Disabled\"\n }"},"url":"{{BmcURL}}/redfish/v1/systems/1/smartstorageconfig/settings/","description":"<p>PATCH \nClear Configuration Metadata</p>\n","urlObject":{"path":["redfish","v1","systems","1","smartstorageconfig","settings",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37f2b5fd-7571-4b54-b463-e373f00828f5"}],"id":"dda1a806-86dd-4ca5-b67e-d12f3f4e23c0","_postman_id":"dda1a806-86dd-4ca5-b67e-d12f3f4e23c0","description":""},{"name":"Storage","item":[{"name":"Storage Device Collection","id":"06dcb5e5-9dab-4a4f-b6b8-3c81615d9eba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/","description":"<p>From Santander 10.60.50.40. SSD drive.</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"06dcb5e5-9dab-4a4f-b6b8-3c81615d9eba"},{"name":"System Storage Device properties","id":"22dee6ef-5717-4902-87d5-5fc17c4f54ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}","description":"<p>From Santander 10.60.50.40. SSD drive.</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"22dee6ef-5717-4902-87d5-5fc17c4f54ff"},{"name":"EncryptionMode","id":"0aca7147-5c39-477c-a234-05948f5e9a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"EncryptionMode\": \"UseExternalKey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}","description":"<p>From Santander 10.60.50.40. SSD drive.</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0aca7147-5c39-477c-a234-05948f5e9a3a"},{"name":"AutoVolumeCreate","id":"e9e69cf5-ce7d-42f8-9958-387c3ca6bbcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"AutoVolumeCreate\": \"NonRAID\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}","description":"<p>From Santander 10.60.50.40. SSD drive.</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9e69cf5-ce7d-42f8-9958-387c3ca6bbcf"},{"name":"Controller properties","id":"00419af5-bc3d-47d0-9686-be612e267fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Controllers/{{ControllerId}}","description":"<p>Ok on ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Controllers","{{ControllerId}}"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"00419af5-bc3d-47d0-9686-be612e267fbd"},{"name":"Volume Collection","id":"444fa897-d567-4252-b6d4-f7a7f381b490","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"RAID0\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Systems/1/Storage/DE07C000/Drives/0\"\r\n            }\r\n        ]\r\n    },\r\n    \"DisplayName\": \"LV-1\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}/Volumes","description":"<p>Ok on ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"444fa897-d567-4252-b6d4-f7a7f381b490"},{"name":"Volume properties","id":"de175b47-8180-4032-97b6-fa4cadd4c604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Volumes/{{VolumeId}}","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Volumes","{{VolumeId}}"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de175b47-8180-4032-97b6-fa4cadd4c604"},{"name":"Drive list","id":"7ebe3dbd-f423-42a7-b320-f4f2f158d4c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/?$select=Drives","description":"<p>Ok in ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}",""],"host":["{{BmcURL}}"],"query":[{"key":"$select","value":"Drives"}],"variable":[]}},"response":[],"_postman_id":"7ebe3dbd-f423-42a7-b320-f4f2f158d4c2"},{"name":"System Drive properties","id":"5224e0e2-4b64-4e1e-8e8a-9c9a7066e258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}/Drives/{{DriveId}}/","description":"<p>From the Synergy Santander environment</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}","Drives","{{DriveId}}",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5224e0e2-4b64-4e1e-8e8a-9c9a7066e258"},{"name":"Chassis Drive properties","id":"ff5ac05f-64cc-4559-b842-8126e95c36ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Chassis/{{StorageId}}/Drives/{{DriveId}}/","description":"<p>From the Synergy Santander environment</p>\n","urlObject":{"path":["redfish","v1","Chassis","{{StorageId}}","Drives","{{DriveId}}",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff5ac05f-64cc-4559-b842-8126e95c36ee"},{"name":"Chassis Drive Collection","id":"662a6397-7294-4aec-aea2-519c099d43d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Chassis/{{StorageId}}/Drives","description":"<p>Valid in Santander environment : 16.60.50.40</p>\n","urlObject":{"path":["redfish","v1","Chassis","{{StorageId}}","Drives"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"662a6397-7294-4aec-aea2-519c099d43d8"},{"name":"Monitor Sanitize operations","id":"1a15c15f-0500-4b85-8d5c-bac75d0b5e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Chassis/{{StorageId}}/Drives/{{DriveId}}/?$select=Operations, Status/State, Links/Volumes","description":"<p>From the Synergy Santander environment</p>\n","urlObject":{"path":["redfish","v1","Chassis","{{StorageId}}","Drives","{{DriveId}}",""],"host":["{{BmcURL}}"],"query":[{"key":"$select","value":"Operations, Status/State, Links/Volumes"}],"variable":[]}},"response":[],"_postman_id":"1a15c15f-0500-4b85-8d5c-bac75d0b5e5b"},{"name":"NVMe Storage Entry Point","id":"330ca93d-27ef-433c-a58b-2c441c676376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{iloURI}}/redfish/v1/Systems/1/Storage/DA000001/","description":"<p>From Santander 10.60.50.40</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","DA000001",""],"host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"330ca93d-27ef-433c-a58b-2c441c676376"},{"name":"NVMe Storage Controller properties","id":"b085789f-2e50-4a4e-a5ee-482566f3c7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{iloURI}}/redfish/v1/Systems/1/Storage/DA000000#/StorageControllers/0/","description":"<p>From Santander 10.60.50.40</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","DA000000"],"hash":"/StorageControllers/0/","host":["{{iloURI}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b085789f-2e50-4a4e-a5ee-482566f3c7f2"},{"name":"Advanced LV creation on SR RDE","id":"fc3009d9-461d-40cc-9cbc-6db5c534d26e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"RAID0\",\r\n    \"DisplayName\": \"LV-2\",\r\n    \"CapacityBytes\": 149983222784,\r\n    \"StripSizeBytes\": 131072,\r\n    \"ReadCachePolicy\": \"Off\",\r\n    \"WriteCachePolicy\": \"Off\",\r\n    \"VolumeUsage\": \"Data\",\r\n    \"InitializeMethod\": \"Foreground\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Systems/1/Storage/DE07C000/Drives/1\"\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/DE07C000/Volumes","description":"<p>Ok on ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","DE07C000","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc3009d9-461d-40cc-9cbc-6db5c534d26e"},{"name":"Minimal LV creation on SR RDE","id":"9a725258-2678-44bf-bca6-d3d648795830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"RAID1\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Systems/1/Storage/DE07C000/Drives/0\"\r\n            },\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Systems/1/Storage/DE07C000/Drives/1\"\r\n            }\r\n        ]\r\n    },\r\n    \"DisplayName\": \"iLO 5: My minimal RAID1 logical volume \"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/DE07C000/Volumes","description":"<p>Ok on ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","DE07C000","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a725258-2678-44bf-bca6-d3d648795830"},{"name":"Minimal LV creation on MR RDE","id":"c497a61c-6499-4d2b-a2a9-7143a031f365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"RAID0\",\r\n    \"DisplayName\": \"iLO 6: My minimal RAID0 logical volume\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Chassis/DE040000/Drives/0\"\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}/Volumes","description":"<p>Ko on ilo-lio365g11-1</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c497a61c-6499-4d2b-a2a9-7143a031f365"},{"name":"RDE/Chassis Volume creation","id":"3af4b517-8e14-4718-945f-28a590dd5e03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"RAID1\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Systems/1/Storage/{{StorageId}}/Drives/2\"\r\n            },\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Systems/1/Storage/{{StorageId}}/Drives/3\"\r\n            }\r\n        ]\r\n    },\r\n    \"DisplayName\": \"My Minimum RAID1\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Volumes","description":"<p>Ok on ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3af4b517-8e14-4718-945f-28a590dd5e03"},{"name":"Minimal JBOD creation","id":"820f73f2-6c9b-4c89-b2fd-29bc9c842ed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"None\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Chassis/{{StorageId}}/Drives/{{DriveId}}\"\r\n            }\r\n        ]\r\n    },\r\n    \"DisplayName\": \"{{StorageId}}: JBOD with Drive 1\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Volumes","description":"<p>Ok on ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"820f73f2-6c9b-4c89-b2fd-29bc9c842ed0"},{"name":"Minimal RAID0/SR/iLO5 creation","id":"ab6e4cf3-95ea-4033-820f-f904557a3dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"RAID0\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}/Drives/{{DriveId}}\"\r\n            }\r\n        ]\r\n    },\r\n    \"DisplayName\": \"{{StorageId}}: RAID0 with Drive 0\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Volumes","description":"<p>Ok on ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab6e4cf3-95ea-4033-820f-f904557a3dac"},{"name":"Minimal RAID0/SR/iLO6 creation","id":"9be83bea-b3f9-4051-b0aa-6e78c6135644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"RAID0\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Chassis/{{ChassisId}}/Drives/{{DriveId}}\"\r\n            }\r\n        ]\r\n    },\r\n    \"DisplayName\": \"{{StorageId}}: RAID0 with Drive 2044\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Chassis/{{ChassisId}}/Storage/{{StorageId}}/Volumes","description":"<p>Ok on ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Chassis","{{ChassisId}}","Storage","{{StorageId}}","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9be83bea-b3f9-4051-b0aa-6e78c6135644"},{"name":"Minimal RAID0/MR/iLO6","id":"aaf14153-077a-4425-8b38-3c2b53b975f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"RAID0\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Chassis/{{ChassisId}}/Drives/{{DriveId}}\"\r\n            }\r\n        ]\r\n    },\r\n    \"DisplayName\": \"RAID0 with Drive 0\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}/Volumes","description":"<p>Ok on ilo-fdz360g10-3 and ilo-fdz360g10p-2</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaf14153-077a-4425-8b38-3c2b53b975f4"},{"name":"RAID1/SR/iLO6 creation","id":"4ac6aa93-9ff1-4b22-a5cb-09b8fdb503a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"RAID1\",\r\n    \"VolumeUsage\": \"Data\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Chassis/{{ChassisId}}/Drives/2044\"\r\n            },\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Chassis/{{ChassisId}}/Drives/2045\"\r\n            }\r\n        ]\r\n    },\r\n    \"DisplayName\": \"RAID1 with Drive 2044,2045\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}/Volumes","description":"<p>Ok on ilo-scott380g11-1 (DE00D000)</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ac6aa93-9ff1-4b22-a5cb-09b8fdb503a3"},{"name":"RAID1/MR/iLO6 creation","id":"8a3721d2-5303-451c-9652-d44f6f27ffb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RAIDType\": \"RAID1\",\r\n    \"VolumeUsage\": \"Data\",\r\n    \"Links\": {\r\n        \"Drives\": [\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Chassis/{{ChassisId}}/Drives/0\"\r\n            },\r\n            {\r\n                \"@odata.id\": \"/redfish/v1/Chassis/{{ChassisId}}/Drives/1\"\r\n            }\r\n        ]\r\n    },\r\n    \"DisplayName\": \"RAID1 with Drive 0,1\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}/Volumes","description":"<p>Ok on ilo-fdz365g11-1 (DE040000)</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}","Volumes"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a3721d2-5303-451c-9652-d44f6f27ffb9"},{"name":"Volume","id":"b19f55e3-c0a3-4b7f-a987-54899fc2a9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Volumes/{{VolumeId}}","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Volumes","{{VolumeId}}"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b19f55e3-c0a3-4b7f-a987-54899fc2a9a5"},{"name":"Volume capabilities","id":"007a2478-c280-4642-8c4f-7a08d8ff47b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Volumes/Capabilities","description":"<p>Ok on ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Volumes","Capabilities"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"007a2478-c280-4642-8c4f-7a08d8ff47b6"},{"name":"Port Collection","id":"27f57d51-40e5-4407-ae3c-cfc5008e4ee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}/Controllers/{{ControllerId}}/Ports","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}","Controllers","{{ControllerId}}","Ports"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27f57d51-40e5-4407-ae3c-cfc5008e4ee8"},{"name":"PLDM Drive properties","id":"db86874c-2a7b-46fa-8535-3817cbe69e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Drives/2","description":"<p>Ok in ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Drives","2"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db86874c-2a7b-46fa-8535-3817cbe69e71"},{"name":"Drive properties","id":"de7324c8-f067-406e-8a37-fd56734b5358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}/Drives/{{DriveId}}/","description":"<p>Works on ilo-fdz360g10-3</p>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}","Drives","{{DriveId}}",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de7324c8-f067-406e-8a37-fd56734b5358"},{"name":"Drive Reset","id":"d8b95138-4545-4a21-9161-139f757bf007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ResetValue\": \"ForceOn\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/DA000009/Drives/DA000009/Actions/Drive.Reset/","urlObject":{"path":["redfish","v1","Systems","1","Storage","DA000009","Drives","DA000009","Actions","Drive.Reset",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8b95138-4545-4a21-9161-139f757bf007"},{"name":"Drive LED","id":"7c8e290c-fca4-417c-a119-ba559bd32ddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"LocationIndicatorActive\": true\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Drives/1","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Drives","1"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c8e290c-fca4-417c-a119-ba559bd32ddf"},{"name":"Drive Status","id":"c48fd7fb-3e5b-4536-9cfe-967dc329a48e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"StatusIndicator\": \"OK\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Drives/1","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Drives","1"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c48fd7fb-3e5b-4536-9cfe-967dc329a48e"},{"name":"AutoVolumeCreate","id":"a919ee5b-4bbf-438e-a9ec-84b8bb9fb7e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"OData-Version","value":"4.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"{{Token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"AutoVolumeCreate\": \"NonRAID\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a919ee5b-4bbf-438e-a9ec-84b8bb9fb7e2"},{"name":"Drive Secure Erase","id":"c28c798f-8626-4f89-a049-05fee58c3db1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{}"},"url":"{{BmcURL}}/redfish/v1/Chassis/{{StorageId}}/Drives/{{DriveId}}/Actions/Drive.SecureErase/","description":"<p>Documentation concerning starndard ResetToDefaults and Drive.SecureErase actions are thoroughly documented in this <a href=\"https://www.hpe.com/psnow/doc/a50006146enw\">whitepaper</a>.</p>\n<p><strong>NOTE:</strong> A raw empty body of \"{}\" may have to be replaced by a \"none\" body with certain versions of NS204i controllers.</p>\n<p><strong>TIP</strong>: In order to monitor the sanitize operation, it is safer to fill up the drive with dumb data. This could be done with:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\"># Mount Volume or JBOD:\nmount /dev/sda /mount\ncd /mount\n# Write dumb \ndd if=/dev/zero of=filename3 bs=$((1024*1024)) count=$((100*1024))\ncd \numount /dev/sda\n# Delete volume\ncurl -X DELETE {{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Volumes/{{VolumeId}}\n# Sanitize\ncurl -X POST {{BmcURL}}/redfish/v1/Chassis/{{StorageId}}/Drives/{{DriveId}}/Actions/Drive.SecureErase/\n# Monitor Operations:\ncurl -X GET {{BmcURL}}/redfish/v1/Chassis/{{StorageId}}/Drives/{{DriveId}}/?$select=Operations\n\n</code></pre>\n","urlObject":{"path":["redfish","v1","Chassis","{{StorageId}}","Drives","{{DriveId}}","Actions","Drive.SecureErase",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c28c798f-8626-4f89-a049-05fee58c3db1"},{"name":"NS204 Drive Secure Erase","id":"5a800514-026d-4ec2-9fe8-587fac4868e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{}"},"url":"{{BmcURL}}/redfish/v1/Systems/{{SystemId}}/Storage/{{StorageId}}/Drives/{{DriveId}}/Actions/Drive.SecureErase/","description":"<p>Documentation concerning starndard <code>ResetToDefaults</code> and <code>Drive.SecureErase</code> actions are thoroughly documented in this <a href=\"https://www.hpe.com/psnow/doc/a50006146enw\">whitepaper</a>.</p>\n<p><strong>NOTE:</strong></p>\n<ul>\n<li><p>A raw empty body of \"{}\" may have to be replaced by a \"none\" body with certain versions of NS204i controllers.</p>\n</li>\n<li><p>The <code>Drive.SecureErase</code> action is visible/usable against NS204i drives <strong>ONLY</strong> after a <code>ResetToDefaults</code> action with <code>ResetType=ResetAll</code> has been performed at the device level.</p>\n</li>\n</ul>\n<p><strong>TIP</strong>: In order to monitor the sanitize operation, it is safer to fill up the drive with dumb data. This could be done with:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\"># Mount Volume or JBOD:\nmount /dev/sda /mount\ncd /mount\n# Write dumb \ndd if=/dev/zero of=filename3 bs=$((1024*1024)) count=$((100*1024))\ncd \numount /dev/sda\n# Delete volume\ncurl -X DELETE {{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Volumes/{{VolumeId}}\n# Sanitize\ncurl -X POST {{BmcURL}}/redfish/v1/Chassis/{{StorageId}}/Drives/{{DriveId}}/Actions/Drive.SecureErase/\n# Monitor Operations:\ncurl -X GET {{BmcURL}}/redfish/v1/Chassis/{{StorageId}}/Drives/{{DriveId}}/?$select=Operations\n\n</code></pre>\n","urlObject":{"path":["redfish","v1","Systems","{{SystemId}}","Storage","{{StorageId}}","Drives","{{DriveId}}","Actions","Drive.SecureErase",""],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a800514-026d-4ec2-9fe8-587fac4868e4"},{"name":"Controller reset to defaults","id":"c3d154fe-cb7c-4706-ad60-7c25aab3af91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ResetType\": \"ResetAll\"\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Actions/Storage.ResetToDefaults","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Actions","Storage.ResetToDefaults"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3d154fe-cb7c-4706-ad60-7c25aab3af91"},{"name":"MR Controller config","id":"de1a5906-6d0f-46a5-8c8e-3629967385dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ControllerRates\": {\r\n        \"ConsistencyCheckRatePercent\": 40,\r\n        \"RebuildRatePercent\": 40,\r\n        \"TransformationRatePercent\": 40\r\n    }\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Controllers/0","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Controllers","0"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de1a5906-6d0f-46a5-8c8e-3629967385dd"},{"name":"NS204 Controller config","id":"c3f65dae-574f-4210-9923-fc8f5ac981e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"OData-Version","value":"4.0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Token","value":"{{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ControllerRates\": {\r\n        \"RebuildRatePercent\": 10\r\n    }\r\n}"},"url":"{{BmcURL}}/redfish/v1/Systems/1/Storage/{{StorageId}}/Controllers/0","urlObject":{"path":["redfish","v1","Systems","1","Storage","{{StorageId}}","Controllers","0"],"host":["{{BmcURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3f65dae-574f-4210-9923-fc8f5ac981e3"}],"id":"32424ae1-00f9-4f22-a1f6-6c3dca6e2a8d","_postman_id":"32424ae1-00f9-4f22-a1f6-6c3dca6e2a8d","description":""}],"event":[{"listen":"prerequest","script":{"id":"21681f5a-08bc-4460-9e57-2242b584910d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"41e0eaf3-47ac-49ce-9359-588c7420b31e","type":"text/javascript","exec":[""]}}]}