{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-docs/redfishClients/ilorest-userguide/ilorest.sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition","tabs","tab"]},"redocly_category":"iLOrest","type":"markdown"},"seo":{"title":"Raw commands","description":"Redfish is a standard RESTful API designed to deliver simple and secure management for converged, hybridIT and the Software Defined Data Center (SDDC)","meta":[{"name":"company_code","content":"hpe"},{"name":"hp_design_version","content":"hpe.1.0"},{"name":"lifecycle","content":"support.docs"},{"name":"robots","content":"index, follow"},{"name":"segment","content":"Segment Neutral"},{"name":"simple_title","content":"HPE server management with Redfish"},{"name":" target_country","content":"ww"},{"name":"user_profile","content":"Commercial.Technical End User"},{"name":"web_section_id","content":"R12305"}],"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"raw-commands","__idx":0},"children":["Raw commands"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This section applies to HPE iLOrest ","7.0.0.0"," as a"," ","whole. If the"," ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://github.com/HewlettPackard/python-redfish-utility/releases/latest","target":"_blank"},"children":["version of iLOrest"]}," ","you are using does not reflect this documentation, refer to the iLOrest ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/redfishclients/ilorest-userguide/changelog"},"children":["changelog"]}," file for"," ","new or deprecated features."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This section lists the raw HTTP RESTful operations"," ","that can be used through the RESTful Interface Tool."," ","The commands in this section are the equivalents of HTTP"," ","RESTful ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["PATCH, GET, POST, PUT, DELETE"]},", and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HEAD"]},"."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"success","name":"TIP"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Before performing a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PATCH"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PUT"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DELETE"]}," request against a specific URI,"," ","it is a good practice to verify this URI accepts such a request. This can be easily done"," ","by sending a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rawget"]}," request with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--getheaders"]}," parameter to extract the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Allow"]}," ","header, or a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rawhead"]}," like mentioned in the"," ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/concepts/performing_actions/#performing-actions"},"children":["performing actions"]}," section."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example lists the allowed operations against the"," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/redfish/v1/Systems/1"]},"  URI."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"rawget","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest rawget --getheaders \"/redfish/v1/Systems/1\" | jq '.Allow'\n\"GET, HEAD, PATCH\"\n","lang":"shell"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"rawhead","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest rawhead \"/redfish/v1/Systems/1\" |  jq '{\"Allow\": .Allow'}\n{\n  \"Allow\": \"GET, HEAD, PATCH\"\n}\n\n","lang":"shell"},"children":[]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rawdelete-command","__idx":1},"children":["RawDelete Command"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"syntax","__idx":2},"children":["Syntax"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["rawdelete ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["[Path] [Optional Parameters]"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"description","__idx":3},"children":["Description"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this command to perform an HTTP RESTful DELETE command."," ","Run to delete data from the passed in path."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"parameters","__idx":4},"children":["Parameters"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Path"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Pass in the path to point the HTTP RESTful DELETE command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-h, --help"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Including the help flag will display help for the command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--service"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to enable service mode and increase the function speed."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"login-parameters","__idx":5},"children":["Login Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following parameters can be included to login to a server in the same"," ","line as the command is run."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--url=URL"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use the provided iLO URL"," ","along with the user and password flags to login to the server"," ","in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-u User, --user=USER"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the password"," ","and URL flags to login to a server in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-p Password, --password=PASSWORD"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the user and"," ","URL flags to login. Use the provided iLO password corresponding to"," ","the username you gave to login."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--logout"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Optionally include the logout flag to log out of the server after this"," ","command is completed. Using this flag when not logged in will have no effect."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"examples","__idx":6},"children":["Examples"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To directly delete a URI run the command specifying a URI to delete."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Example","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"iLOrest > rawdelete /redfish/v1/AccountService/Accounts/3/\nThe account was removed successfully.\n","lang":"shell"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rawget-command","__idx":7},"children":["RawGet Command"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"syntax-1","__idx":8},"children":["Syntax"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["rawget ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["[Path] [Optional Parameters]"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"description-1","__idx":9},"children":["Description"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this command to perform an HTTP RESTful GET command."," ","Run to retrieve data from the passed in path."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"parameters-1","__idx":10},"children":["Parameters"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Path"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Pass the path to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rawget"]}," command to point it at a location."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-h, --help"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Including the help flag will display help for the command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--response"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to return the iLO response body. By default, the body"," ","is returned on STDOUT. Use the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--stderr_flag"]}," to get it on STDERR."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--getheaders"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to return the iLO response headers."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--stderr_flag"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to force the output of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--response"]}," to be printed on STDERR."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--headers=HEADERS"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to add extra headers to the request."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Usage: --headers=HEADER:VALUE,HEADER:VALUE"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--silent"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to silence responses by discarding non-JSON formatted output."," ","This is helpful when you want to parse the output with a tool like ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["jq"]},"."," ","This flag overrides the effect of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--response"]},"."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-f FILENAME, --filename=FILENAME"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Write results to the specified file."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-b BINFILE, --writebin=BINFILE"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Write the results to the specified file in binary."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--service"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to enable service mode and increase the function speed."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--expand"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to expand collection objects using the"," ","expand ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/redfishservices/ilos/supplementdocuments/odataqueryoptions/#odata-query-options"},"children":["odata query"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["?$expand=."]},". Refer to the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#examples-1"},"children":["example"]}," below."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"login-parameters-1","__idx":11},"children":["Login Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following parameters can be included to login to a"," ","server in the same line as the command is run."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--url=URL"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use the provided iLO URL"," ","along with the user and password flags to login to the server"," ","in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-u User, --user=USER"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the password"," ","and URL flags to login to a server in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-p Password, --password=PASSWORD"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the user and"," ","URL flags to login. Use the provided iLO password corresponding to the username you gave to login."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--logout"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Optionally include the logout flag to log out of the server after"," ","this command is completed. Using this flag when not logged in will"," ","have no effect."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"input","__idx":12},"children":["Input"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["None"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"output","__idx":13},"children":["Output"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["With the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--filename"]}," flag, this command returns an output file"," ","containing the result of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rawget"]}," command. Otherwise, the output"," ","is displayed on the standard output (stdout)."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"examples-1","__idx":14},"children":["Examples"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example retrieves the properties of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ComputerSystem"]}," ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/concepts/datatypesandcollections/#data-types"},"children":["data type"]},","," ","without and with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--silent"]}," parameter."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Without ","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest  rawget /redfish/v1/Systems/1\niLORest : RESTful Interface Tool version 5.1.0.0\nCopyright (c) 2014-2024 Hewlett Packard Enterprise Development LP\n--------------------------------------------------------------------------------\n{\n  \"@odata.context\": \"/redfish/v1/$metadata#ComputerSystem.ComputerSystem\",\n  \"@odata.etag\": \"W/\\\"19C08B21\\\"\",\n  \"@odata.id\": \"/redfish/v1/Systems/1\",\n  \"@odata.type\": \"#ComputerSystem.v1_17_0.ComputerSystem\",\n  \"Actions\": {\n    \"#ComputerSystem.Reset\": {\n      \"ResetType@Redfish.AllowableValues\": [\n        \"On\",\n        \"ForceOff\",\n        \"GracefulShutdown\",\n        \"ForceRestart\",\n        \"Nmi\",\n        \"PushPowerButton\",\n        \"GracefulRestart\"\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\": \"A55 v1.62 (05/22/2024)\",\n  ...\n","lang":"shell"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"With ","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest  rawget --silent /redfish/v1/Systems/1\n{\n  \"@odata.context\": \"/redfish/v1/$metadata#ComputerSystem.ComputerSystem\",\n  \"@odata.etag\": \"W/\\\"19C08B21\\\"\",\n  \"@odata.id\": \"/redfish/v1/Systems/1\",\n  \"@odata.type\": \"#ComputerSystem.v1_17_0.ComputerSystem\",\n  \"Actions\": {\n    \"#ComputerSystem.Reset\": {\n      \"ResetType@Redfish.AllowableValues\": [\n        \"On\",\n        \"ForceOff\",\n        \"GracefulShutdown\",\n        \"ForceRestart\",\n        \"Nmi\",\n        \"PushPowerButton\",\n        \"GracefulRestart\"\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\": \"A55 v1.62 (05/22/2024)\",\n  ...\n","lang":"shell"},"children":[]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The next example uses the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["-f, --filename"]}," option to"," ","save the iLO Dedicated Network port configuration"," ","in a specific file instead of standard output (stdout)."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Redirect output to file","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest rawget \"/redfish/v1/Managers/1/EthernetInterfaces/1\" -f ManagerDedicatedPort.json\niLORest : RESTful Interface Tool version 5.1.0.0\nCopyright (c) 2014-2024 Hewlett Packard Enterprise Development LP\n--------------------------------------------------------------------------------\nResults written out to 'ManagerDedicatedPort.json'.\n","lang":"shell"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"File content (truncated)","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"@odata.context\": \"/redfish/v1/$metadata#EthernetInterface.EthernetInterface\",\n  \"@odata.etag\": \"W/\\\"60E028A4\\\"\",\n  \"@odata.id\": \"/redfish/v1/Managers/1/EthernetInterfaces/1\",\n  \"@odata.type\": \"#EthernetInterface.v1_4_1.EthernetInterface\",\n  \"AutoNeg\": true,\n  \"DHCPv4\": {\n    \"DHCPEnabled\": false,\n    \"UseDNSServers\": false,\n    \"UseDomainName\": false,\n    \"UseGateway\": false,\n    \"UseNTPServers\": false,\n    \"UseStaticRoutes\": false\n  },\n  \"DHCPv6\": {\n    \"OperatingMode\": \"Stateful\",\n    \"UseDNSServers\": false,\n    \"UseDomainName\": false,\n    \"UseNTPServers\": false,\n    \"UseRapidCommit\": false\n  },\n  \"Description\": \"Configuration of this Manager Network Interface\",\n  \"FQDN\": \"ilo-fdz360g10-2.lj.lab\",\n  \"FullDuplex\": true,\n  \"HostName\": \"ilo-fdz360g10-2\",\n  \"IPv4Addresses\": [\n    {\n      \"Address\": \"192.168.1.44\",\n      \"AddressOrigin\": \"Static\",\n      \"Gateway\": \"192.168.1.1\",\n      \"SubnetMask\": \"255.255.252.0\"\n    }\n  ],\n  \"IPv4StaticAddresses\": [\n    {\n      \"Address\": \"192.168.1.44\",\n      \"Gateway\": \"192.168.1.1\",\n      \"SubnetMask\": \"255.255.252.0\"\n    }\n  ],\n    ...\n","lang":"json"},"children":[]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--expand"]}," flag to expand collection URIs and display"," ","properties of collection members. The first tabulation of the"," ","next example retrieves the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ChassisCollection"]}," member list. The"," ","second tabulation expands all members."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Collapsed chassis collection","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest rawget /redfish/v1/Chassis\niLORest : RESTful Interface Tool version 5.1.0.0\nCopyright (c) 2014-2024 Hewlett Packard Enterprise Development LP\n--------------------------------------------------------------------------------\n{\n  \"@odata.context\": \"/redfish/v1/$metadata#ChassisCollection.ChassisCollection\",\n  \"@odata.etag\": \"W/\\\"570254F2\\\"\",\n  \"@odata.id\": \"/redfish/v1/Chassis\",\n  \"@odata.type\": \"#ChassisCollection.ChassisCollection\",\n  \"Description\": \"Computer System Chassis View\",\n  \"Members\": [\n    {\n      \"@odata.id\": \"/redfish/v1/Chassis/1\"\n    },\n    {\n      \"@odata.id\": \"/redfish/v1/Chassis/DE040000\"\n    }\n  ],\n  \"Members@odata.count\": 2,\n  \"Name\": \"Computer System Chassis\"\n}\n","lang":"shell"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Expanded Chassis collection (truncated output)","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest rawget --expand /redfish/v1/Chassis\niLORest : RESTful Interface Tool version 5.1.0.0\nCopyright (c) 2014-2024 Hewlett Packard Enterprise Development LP\n--------------------------------------------------------------------------------\n\n{\n  \"@odata.context\": \"/redfish/v1/$metadata#ChassisCollection.ChassisCollection\",\n  \"@odata.etag\": \"W/\\\"75C66C5E\\\"\",\n  \"@odata.id\": \"/redfish/v1/Chassis\",\n  \"@odata.type\": \"#ChassisCollection.ChassisCollection\",\n  \"Description\": \"Computer System Chassis View\",\n  \"Members\": [\n    {\n      \"@odata.context\": \"/redfish/v1/$metadata#Chassis.Chassis\",\n      \"@odata.id\": \"/redfish/v1/Chassis/1\",\n      \"@odata.type\": \"#Chassis.v1_23_0.Chassis\",\n      \"AssetTag\": \"\",\n      \"ChassisType\": \"RackMount\",\n      \"EnvironmentalClass\": \"A2\",\n      \"Id\": \"1\",\n      ...\n   },\n   {\n      \"@odata.etag\": \"\\\"4dd1207b\\\"\",\n      \"@odata.id\": \"/redfish/v1/Chassis/DE040000\",\n      \"@odata.type\": \"#Chassis.v1_23_0.Chassis\",\n      \"ChassisType\": \"StorageEnclosure\",\n      \"Drives\": {\n        \"@odata.id\": \"/redfish/v1/Chassis/DE040000/Drives\"\n      },\n      \"Id\": \"DE040000\",\n      ...\n    }\n  ]\n}\n\n","lang":"shell"},"children":[]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example retrieves the current area of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["HpeServerConfigLock"]}," data type"," ","from an iLO 6 and an iLO 5."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"iLO 6","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest --nologo rawget /redfish/v1/Systems/1/Bios/Oem/Hpe/Serverconfiglock\n{\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/bios/oem/hpe/serverconfiglock/settings/\"\n    },\n    \"Time\": null\n  },\n  \"@odata.context\": \"/redfish/v1/$metadata#HpeServerConfigLock.HpeServerConfigLock\",\n  \"@odata.etag\": \"W/\\\"6F01AAFF9554434343B8389071A82218\\\"\",\n  \"@odata.id\": \"/redfish/v1/systems/1/bios/oem/hpe/serverconfiglock/\",\n  \"@odata.type\": \"#HpeServerConfigLock.v1_0_0.HpeServerConfigLock\",\n  \"Id\": \"serverconfiglock\",\n  \"Name\": \"Server Configuration Lock Current Settings\",\n  \"NewServerConfigLockPassword\": null,\n  \"Oem\": {\n    \"Hpe\": {\n      \"@odata.type\": \"#HpeBiosExt.v2_0_0.HpeBiosExt\",\n      \"Links\": {\n        \"BaseConfigs\": {\n          \"@odata.id\": \"/redfish/v1/systems/1/bios/oem/hpe/serverconfiglock/baseconfigs/\"\n        }\n      },\n      \"SettingsObject\": {\n        \"UnmodifiedETag\": \"W/\\\"05052E325E99DFDFDF57497ACD8287FC\\\"\"\n      }\n    }\n  },\n  \"ServerConfigLockChallenge\": null,\n  \"ServerConfigLockDisable\": null,\n  \"ServerConfigLockExcludeCpus\": null,\n  \"ServerConfigLockExcludeDimms\": null,\n  \"ServerConfigLockExcludeFwRevs\": null,\n  \"ServerConfigLockExcludePciSlots\": null,\n  \"ServerConfigLockExcludeSecurity\": null,\n  \"ServerConfigLockLogStored\": \"False\",\n  \"ServerConfigLockPassword\": null,\n  \"ServerConfigLockState\": \"Disabled\",\n  \"ServerConfigLockTamperHalt\": null,\n  \"ServerConfigLockTransport\": null,\n  \"ServerConfigLockTransportAudit\": null\n}\n","lang":"shell"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"iLO 5","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest --nologo rawget /redfish/v1/Systems/1/Bios/Serverconfiglock\n{\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/bios/serverconfiglock/settings/\"\n    },\n    \"Time\": null\n  },\n  \"@odata.context\": \"/redfish/v1/$metadata#HpeServerConfigLock.HpeServerConfigLock\",\n  \"@odata.etag\": \"W/\\\"D9232083E398747474E5DBF36B99FF6C\\\"\",\n  \"@odata.id\": \"/redfish/v1/systems/1/bios/serverconfiglock/\",\n  \"@odata.type\": \"#HpeServerConfigLock.v1_0_0.HpeServerConfigLock\",\n  \"Id\": \"serverconfiglock\",\n  \"Name\": \"Server Configuration Lock Current Settings\",\n  \"NewServerConfigLockPassword\": null,\n  \"Oem\": {\n    \"Hpe\": {\n      \"@odata.type\": \"#HpeBiosExt.v2_0_0.HpeBiosExt\",\n      \"Links\": {\n        \"BaseConfigs\": {\n          \"@odata.id\": \"/redfish/v1/systems/1/bios/serverconfiglock/baseconfigs/\"\n        }\n      },\n      \"SettingsObject\": {\n        \"UnmodifiedETag\": \"W/\\\"3643D683E7449B9B9BC735AC4F1ABEE6\\\"\"\n      }\n    }\n  },\n  \"ServerConfigLockChallenge\": null,\n  \"ServerConfigLockDisable\": null,\n  \"ServerConfigLockExcludeCpus\": null,\n  \"ServerConfigLockExcludeDimms\": null,\n  \"ServerConfigLockExcludeFwRevs\": null,\n  \"ServerConfigLockExcludePciSlots\": null,\n  \"ServerConfigLockExcludeSecurity\": null,\n  \"ServerConfigLockLogStored\": \"False\",\n  \"ServerConfigLockPassword\": null,\n  \"ServerConfigLockState\": \"Disabled\",\n  \"ServerConfigLockTamperHalt\": null,\n  \"ServerConfigLockTransport\": null\n}\n","lang":"shell"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rawhead-command","__idx":15},"children":["RawHead Command"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"syntax-2","__idx":16},"children":["Syntax"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["rawhead [Path] [Optional Parameters]"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"description-2","__idx":17},"children":["Description"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this command to perform an HTTP RESTful HEAD command. Run to retrieve"," ","header data from the passed in path."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"syntax-3","__idx":18},"children":["Syntax"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Path"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Pass in the path to point the HTTP RESTful HEAD command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-h, --help"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Including the help flag will display help for the command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-f, --filename=Filename"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Include the filename to perform the current operation."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--silent"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to silence responses."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-f FILENAME, --filename=FILENAME"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use the provided filename to perform operations."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--service"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to enable service mode and increase the function speed."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"login-parameters-2","__idx":19},"children":["Login Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following parameters can be included to login to a server"," ","in the same line as the command is run."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--url=URL"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use the provided iLO URL along with the"," ","user and password flags to login to the server in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-u User, --user=USER"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the password"," ","and URL flags to login to a server in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-p Password, --password=PASSWORD"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the user and"," ","URL flags to login. Use the provided iLO password corresponding to the"," ","username you gave to login."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--logout"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Optionally include the logout flag to log out of the server after this"," ","command is completed. Using this flag when not logged in will have no effect."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"input-1","__idx":20},"children":["Input"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["None"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"output-1","__idx":21},"children":["Output"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["With the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--filename"]}," flag, this command returns an output file"," ","containing the result of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rawhead"]}," command."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"examples-2","__idx":22},"children":["Examples"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To directly read the head values of a URI run the command specifying"," ","a URI query."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Example","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"iLOrest > rawhead /redfish/v1/Systems/1/\n[200] The operation completed successfully.\n{\n  \"Content-Length\": \"0\",\n  \"X_HP-CHRP-Service-Version\": \"1.0.3\",\n  \"ETag\": \"W/\\\"F24B9154\\\"\",\n  \"Link\": \"&lt;/redfish/v1/SchemaStore/en/ComputerSystem.json/&gt;; rel=describedby\",\n  \"Allow\": \"GET, HEAD, POST, PATCH\",\n  \"Date\": \"Sun, 03 Feb 2019 22:33:10 GMT\",\n  \"OData-Version\": \"4.0\",\n  \"X-Frame-Options\": \"sameorigin\"\n}\n","lang":"shell"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rawpatch-command","__idx":23},"children":["RawPatch Command"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"syntax-4","__idx":24},"children":["Syntax"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["rawpatch ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["[Filename] [Optional Parameters]"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"description-3","__idx":25},"children":["Description"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this command to perform an HTTP RESTful Patch request."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"parameters-2","__idx":26},"children":["Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Filename parameter example:"]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Example","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"/redfish/v1/path/to/resource1\": {\"json1\": \"body1\"},\n  \"/redfish/v1/path/to/resource2\": {\"json2\": \"body2\"},\n  \"...\": \"...\"\n}\n","lang":"json"},"children":[]}]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Filename"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Filename containing the patch payload(s)."," ","One or more patches can be passed in one input file as shown"," ","in the above example."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-h, --help"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Including the help flag will display help for the command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--silent"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to silence responses by discarding non-JSON formatted output."," ","This is helpful when you want to parse the output with a tool like ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["jq"]},"."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--response"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to return the iLO response body."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--getheaders"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to return the iLO response headers."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--headers=HEADERS"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to add extra headers to the request."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Usage: --headers=HEADER:VALUE,HEADER:VALUE"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--biospassword=BIOSPASSWORD"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to supply a BIOS password. Include this flag if"," ","second-level BIOS authentication is needed for the command to execute."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"NOTE"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This flag is used only on iLO 4 systems and not required on iLO 5 and later systems."]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--service"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to enable service mode and increase the function speed."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"login-parameters-3","__idx":27},"children":["Login Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following parameters can be included to login to a server in the"," ","same line as the command is run."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--url=URL"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use the provided iLO URL along with the"," ","user and password flags to login to the server in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-u User, --user=USER"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the password and"," ","URL flags to login to a server in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-p Password, --password=PASSWORD"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the user and URL"," ","flags to login. Use the provided iLO password corresponding to the"," ","username you gave to login."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--logout"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Optionally include the logout flag to log out of the server after"," ","this command is completed. Using this flag when not logged in will"," ","have no effect."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"input-2","__idx":28},"children":["Input"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Input the file containing the JSON information you wish to use"," ","for the HTTP RESTful PATCH command."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"examples-3","__idx":29},"children":["Examples"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example uses the companion file ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rawpatch.json"]}," to patch"," ","the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["AssetTag"]}," property of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/redfish/v1/Systems/1"]}," URI. Then, it"," ","refreshes the iLOrest cache with the updated values of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ComputerSystem."]}," selector."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Commands","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest rawpatch rawpatch.json\nilorest get AssetTag --select ComputerSystem.v --refresh\nAssetTag=NewAssetTag\n","lang":"shell"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"rawpatch file","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"/redfish/v1/systems/1\":\n    {\n        \"AssetTag\": \"NewAssetTag\"\n    }\n}\n","lang":"json"},"children":[]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example disables IPv6"," ","settings and performs an iLO reset to take the modification into account."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Command","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest rawpatch rawpatch.json\n\nilorest iloreset\nA management processor reset is in progress.\n","lang":"shell"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Companion file","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n    \"/redfish/v1/Managers/1/EthernetInterfaces/1\": {\n        \"DHCPv6\": {\n            \"OperatingMode\": \"Disabled\"\n        },\n        \"Oem\": {\n            \"Hpe\": {\n                \"IPv6\": {\n                    \"DDNSRegistration\": false\n                }\n            }\n        }\n    }\n}\n","lang":"json"},"children":[]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example configures the Manager Dedicated Network port with"," ","a static IPv4 and disables DHCPv4. Then resets the iLO to take modifications"," ","into account."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Upon reset, open sessions (GUI, rest) are closed abruptly. You need to reconnect using the"," ","network information present in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rawpatch"]}," companion file."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Errors in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Gateway"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SubnetMask"]}," may prevent you to reconnect."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Refer to these"," ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/redfishclients/ilorest-userguide/examplecommandsscripts/#network-configuration-best-practices"},"children":["best practices"]}," ","before changing your iLO IP configuration or, potentially"," ","recover from a misconfiguration."]}]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Set static IPv4","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest rawpatch StaticIPv4.json\nilorest iloreset\n","lang":"shell"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"StaticIPv4","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"cat StaticIPv4.json\n{\n    \"/redfish/v1/Managers/1/EthernetInterfaces/1/\": {\n        \"DHCPv4\": {\n            \"DHCPEnabled\": false,\n            \"UseDNSServers\": false,\n            \"UseDomainName\": false,\n            \"UseGateway\": false,\n            \"UseNTPServers\": false,\n            \"UseStaticRoutes\": false\n        },\n        \"IPv4StaticAddresses\": [\n            {\n                \"Address\": \"192.168.1.47\",\n                \"Gateway\": \"192.168.1.1\",\n                \"SubnetMask\": \"255.255.252.0\"\n            }\n        ]\n    }\n}\n","lang":"shell"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rawpost-command","__idx":30},"children":["RawPost Command"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"syntax-5","__idx":31},"children":["Syntax"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["rawpost ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["[Filename] [Optional Parameters]"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"description-4","__idx":32},"children":["Description"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this command to perform an HTTP RESTful POST command."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"parameters-3","__idx":33},"children":["Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Example Filename parameter JSON file below:"]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Example","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"/redfish/v1/path/to/resource1\": {\"json1\": \"body1\"},\n  \"/redfish/v1/path/to/resource2\": {\"json2\": \"body2\"},\n  \"...\": \"...\"\n}\n","lang":"json"},"children":[]}]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Filename"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Include the filename to send a post from the data included in this input file."," ","One or more posts can be passed in one input file."," ","A JSON file template is shown on the side."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-h, --help"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Including the help flag will display help for the command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--response"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to return the iLO response body."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--getheaders"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to return the iLO response headers."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--headers=HEADERS"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to add extra headers to the request."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Usage: --headers=HEADER:VALUE,HEADER:VALUE"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--silent"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to silence responses by discarding non-JSON formatted output."," ","This is helpful when you want to parse the output with a tool like ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["jq"]},"."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--service"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to enable service mode and increase the function speed."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"login-parameters-4","__idx":34},"children":["Login Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following parameters can be included to login to a server"," ","in the same line as the command is run."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--url=URL"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use the provided iLO URL along with"," ","the user and password flags to login to the server in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-u User, --user=USER"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the password"," ","and URL flags to login to a server in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-p Password, --password=PASSWORD"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with"," ","the user and URL flags to login. Use the provided iLO password"," ","corresponding to the username you gave to login."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--logout"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Optionally include the logout flag to log out of the server"," ","after this command is completed. Using this flag when not"," ","logged in will have no effect."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"input-3","__idx":35},"children":["Input"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Input the file containing the JSON information you wish to use for"," ","the HTTP RESTful POST command."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"output-2","__idx":36},"children":["Output"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["None"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"examples-4","__idx":37},"children":["Examples"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example performs a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ComputerSystem.Reset"]}," ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://servermanagementportal.ext.hpe.com/docs/concepts/performing_actions/"},"children":["action"]},"."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Example","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest rawpost rawpost.json\n","lang":"shell"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"rawpost payload","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"/redfish/v1/Systems/1/Actions/ComputerSystem.Reset/\":\n  {\n    \"ResetType\": \"ForceRestart\"\n  }\n}\n","lang":"json"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rawput-command","__idx":38},"children":["RawPut Command"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"syntax-6","__idx":39},"children":["Syntax"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["rawput ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["[Filename] [Optional Parameters]"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"description-5","__idx":40},"children":["Description"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this command to perform an HTTP RESTful PUT command."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"parameters-4","__idx":41},"children":["Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Example input file below:"]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Example","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"/redfish/v1/path/to/resource1\": {\"json1\": \"body1\"},\n  \"/redfish/v1/path/to/resource2\": {\"json2\": \"body2\"},\n  \"...\": \"...\"\n}\n","lang":"json"},"children":[]}]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Filename"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Supply a filename containing the payload of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PUT"]}," request."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-h, --help"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Including the help flag will display help for the command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--response"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to return the iLO response body."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--getheaders"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to return the iLO response headers."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--headers=HEADERS"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to add extra headers to the request."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Usage: --headers=HEADER:VALUE,HEADER:VALUE"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--silent"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to silence responses by discarding non-JSON formatted output."," ","This is helpful when you want to parse the output with a tool like ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["jq"]},"."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--biospassword=BIOSPASSWORD"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Select this flag to input a BIOS password. Include this flag if"," ","second-level BIOS authentication is needed for the command to execute."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"NOTE"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This flag is used only on iLO 4 systems. It is not required"," ","on iLO 5 and later systems."]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--service"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this flag to enable service mode and increase the function speed."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"login-parameters-5","__idx":42},"children":["Login Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following parameters can be included to login to a server in"," ","the same line as the command is run."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--url=URL"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use the provided iLO URL along with"," ","the user and password flags to login to the server in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-u User, --user=USER"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the"," ","password and URL flags to login to a server in the same command."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["-p Password, --password=PASSWORD"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are not logged in yet, use this flag along with the user and"," ","URL flags to login. Use the provided iLO password corresponding"," ","to the username you gave to login."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["--logout"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Optionally include the logout flag to log out of the server after"," ","this command is completed. Using this flag when not logged"," ","in will have no effect."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"input-4","__idx":43},"children":["Input"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Input the file containing the JSON information you wish to use"," ","for the HTTP RESTful PUT command."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"output-3","__idx":44},"children":["Output"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["None"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"examples-5","__idx":45},"children":["Examples"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example sends a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PUT"]}," request to the"," ","Bios settings area, in order to reset it to its defaults."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"rawput command","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"ilorest rawput put.json\nOne or more properties were changed and will not take effect until system is reset.\n","lang":"shell"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"rawput payload","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"/redfish/v1/Systems/1/Bios/Settings/\":\n  {\n    \"Attributes\": {\n      \"BaseConfig\": \"default\"\n    }\n  }\n}\n","lang":"json"},"children":[]}]}]}]},"headings":[{"value":"Raw commands","id":"raw-commands","depth":1},{"value":"RawDelete Command","id":"rawdelete-command","depth":2},{"value":"Syntax","id":"syntax","depth":3},{"value":"Description","id":"description","depth":3},{"value":"Parameters","id":"parameters","depth":3},{"value":"Login Parameters","id":"login-parameters","depth":3},{"value":"Examples","id":"examples","depth":3},{"value":"RawGet Command","id":"rawget-command","depth":2},{"value":"Syntax","id":"syntax-1","depth":3},{"value":"Description","id":"description-1","depth":3},{"value":"Parameters","id":"parameters-1","depth":3},{"value":"Login Parameters","id":"login-parameters-1","depth":3},{"value":"Input","id":"input","depth":3},{"value":"Output","id":"output","depth":3},{"value":"Examples","id":"examples-1","depth":3},{"value":"RawHead Command","id":"rawhead-command","depth":2},{"value":"Syntax","id":"syntax-2","depth":3},{"value":"Description","id":"description-2","depth":3},{"value":"Syntax","id":"syntax-3","depth":3},{"value":"Login Parameters","id":"login-parameters-2","depth":3},{"value":"Input","id":"input-1","depth":3},{"value":"Output","id":"output-1","depth":3},{"value":"Examples","id":"examples-2","depth":3},{"value":"RawPatch Command","id":"rawpatch-command","depth":2},{"value":"Syntax","id":"syntax-4","depth":3},{"value":"Description","id":"description-3","depth":3},{"value":"Parameters","id":"parameters-2","depth":3},{"value":"Login Parameters","id":"login-parameters-3","depth":3},{"value":"Input","id":"input-2","depth":3},{"value":"Examples","id":"examples-3","depth":3},{"value":"RawPost Command","id":"rawpost-command","depth":2},{"value":"Syntax","id":"syntax-5","depth":3},{"value":"Description","id":"description-4","depth":3},{"value":"Parameters","id":"parameters-3","depth":3},{"value":"Login Parameters","id":"login-parameters-4","depth":3},{"value":"Input","id":"input-3","depth":3},{"value":"Output","id":"output-2","depth":3},{"value":"Examples","id":"examples-4","depth":3},{"value":"RawPut Command","id":"rawput-command","depth":2},{"value":"Syntax","id":"syntax-6","depth":3},{"value":"Description","id":"description-5","depth":3},{"value":"Parameters","id":"parameters-4","depth":3},{"value":"Login Parameters","id":"login-parameters-5","depth":3},{"value":"Input","id":"input-4","depth":3},{"value":"Output","id":"output-3","depth":3},{"value":"Examples","id":"examples-5","depth":3}],"frontmatter":{"markdown":{"toc":{"hide":false,"depth":2},"lastUpdateBlock":{"hide":false}},"breadcrumbs":{"hide":true},"seo":{"title":"Raw commands"}},"lastModified":"2025-11-04T15:51:35.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/redfishclients/ilorest-userguide/rawcommands","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}