Get details on a specified Storage Controller Instance.
External DocumentationTo learn more, visit the Dell iDRAC documentation.

Parameters

ParameterDescription
Computer System IDThe ID of the Computer System resource.
Controller IDThe ID of the Controller resource.
Storage IDThe ID of the Storage resource.

Example Output

{
	"@odata.context": "/redfish/v1/$metadata#StorageController.StorageController",
	"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Embedded.1-1/Controllers/RAID.Embedded.1-1/Settings",
	"@odata.type": "#StorageController.v1_7_3.StorageController",
	"CacheSummary": {
		"TotalCacheSizeMiB": 0
	},
	"ControllerRates": {},
	"Description": "Embedded RAID Controller 1",
	"Id": "RAID.Embedded.1-1",
	"Name": "PERC S160 Controller",
	"Oem": {
		"Dell": {
			"@odata.type": "#DellOemStorageController.v1_0_0.DellOemStorageController",
			"DellStorageController": {}
		}
	}
}

Workflow Library Example

Get Storage Controller Instance with Dell Idrac and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop