This action is used to export System Configuration attributes.
Privilege: AccessVirtualConsole, AccessVirtualMedia, ClearLogs, ConfigureComponents, ConfigureManager, ConfigureUsers, ExecuteDebugCommands, Login, TestAlerts
NOTE: Exporting InfiniBand and FC card configuration is supported in iDRAC firmware version 4.30.30.30 and later.
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.ExportSystemConfiguration' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ExportFormat": "XML",
"ExportUse": "Clone",
"IncludeInExport": [
"IncludeReadOnly",
"IncludePasswordHashValues"
],
"ShareParameters": {
"FileName": "R750_scp.xml",
"IPAddress": "192.168.0.130",
"IgnoreCertificateWarning": "Enabled",
"Password": "P@ssw0rd",
"ShareName": "http_scp_share",
"ShareType": "HTTP",
"Target": "All",
"UserName": "User1"
}
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}