This action is used to import System Configuration attributes.
Privilege: AccessVirtualConsole, AccessVirtualMedia, ClearLogs, ConfigureComponents, ConfigureManager, ConfigureUsers, ExecuteDebugCommands, Login, TestAlerts
NOTE: If the Job ID for this action is marked as completed, completed with errors, or failed, performing GET on below URI will return configuration results in JSON output.
redfish/v1/TaskService/Tasks/{SCP import job}
NOTE: Supported ENUMs for the property **Target **are deprecated from iDRAC version 4.40.00.00 and later releases.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Actions/Oem/EID_674_Manager.ImportSystemConfiguration' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"HostPowerState": "Off",
"ShareParameters": {
"FileName": "R740_scp.xml",
"IPAddress": "192.168.0.140",
"ShareName": "/nfs_scp_share",
"ShareType": "NFS",
"Target": "ALL"
},
"ShutdownType": "Graceful",
"TimeToWait": 300
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}