DelliDRACiSMService instance
Privilege: AccessVirtualConsole, AccessVirtualMedia, ClearLogs, ConfigureComponents, ConfigureManager, ConfigureUsers, ExecuteDebugCommands, Login, TestAlerts
Request
Add parameter in header X-Auth-Token
Example:X-Auth-Token: ********************
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
or
Body Params application/jsonRequired
Responses
The response contains a representation of the DelliDRACiSMService resource
curl --location --request PATCH '/redfish/v1/Managers//Oem/Dell/DelliDRACiSMService' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'
Response Response Example
Modified at 2026-03-04 06:02:26