GET – Leak detector properties
Use the GET method to retrieve properties in LeakDetecor resource.
Request URL
https://<SMM_IPADDR>/redfish/v1/Chassis/{ChassisName}/CoolingUnit/LeakDetection/LeakDetectors/{comp_id}
Request body
None
Response body
Field | Type | Description | ||
|---|---|---|---|---|
@odata.id | String | “/redfish/v1/Chassis/{ChassisName}/CoolingUnit/LeakDetection/LeakDetectors/{comp_id}” | ||
@odata.type | String | "#LeakDetector.v1_1_0.LeakDetector" | ||
Id | String | {comp_id} | ||
LeakDetectorType | String | “Moisture” | ||
Name | String | {comp_id} | ||
Status | Object | The status and health of the resource and its subordinate or dependent resources. | ||
Health | String | “OK” / “Warning” / “Critical”, will not display if the State is “Absent” | ||
State | String | “Enabled” / “Absent” | ||
Give documentation feedback