File: DriveLED-rawpatch.json

package info (click to toggle)
ilorest 5.2.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,668 kB
  • sloc: python: 45,028; javascript: 10,504; sh: 3,041; makefile: 301; ruby: 204
file content (15 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIT JSON file
{
    "path": "/redfish/v1/Systems/1/Storage/XXX/Drives/XXX",
    "body": {
        "IndicatorLED": "Lit"
    }
}

OFF JSON file
        {
            "path": "/redfish/v1/Systems/1/Storage/XXX/Drives/XXX",
            "body": {
                "IndicatorLED": "Off"
            }
        }