The DellSoftwareInstallationService resource provides some actions to support software installation functionality.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Dell/Systems/{ComputerSystemId}/DellSoftwareInstallationService'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Oem/Dell/DellSoftwareInstallationService' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellSoftwareInstallationService.DellSoftwareInstallationService",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService",
"@odata.type": "#DellSoftwareInstallationService.v1_3_1.DellSoftwareInstallationService",
"Actions": {
"#DellSoftwareInstallationService.ClearUpdateSchedule": {
"target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.ClearUpdateSchedule"
},
"#DellSoftwareInstallationService.GetRepoBasedUpdateList": {
"target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.GetRepoBasedUpdateList"
},
"#DellSoftwareInstallationService.GetUpdateSchedule": {
"target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.GetUpdateSchedule"
},
"#DellSoftwareInstallationService.InstallFromRepository": {
"ApplyUpdate@Redfish.AllowableValues": [
"False",
"True"
],
"IgnoreCertWarning@Redfish.AllowableValues": [
"Off",
"On"
],
"ProxySupport@Redfish.AllowableValues": [
"DefaultProxy",
"Off",
"ParametersProxy"
],
"ProxyType@Redfish.AllowableValues": [
"HTTP",
"SOCKS"
],
"ShareType@Redfish.AllowableValues": [
"CIFS",
"FTP",
"HTTP",
"HTTPS",
"NFS",
"TFTP"
],
"target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.InstallFromRepository"
},
"#DellSoftwareInstallationService.InstallFromURI": {
"IgnoreCertWarning@Redfish.AllowableValues": [
"Off",
"On"
],
"ProxySupport@Redfish.AllowableValues": [
"DefaultProxy",
"Off",
"ParametersProxy"
],
"ProxyType@Redfish.AllowableValues": [
"HTTP",
"SOCKS"
],
"target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.InstallFromURI"
},
"#DellSoftwareInstallationService.SetUpdateSchedule": {
"ApplyReboot@Redfish.AllowableValues": [
"NoReboot",
"RebootRequired"
],
"IgnoreCertWarning@Redfish.AllowableValues": [
"Off",
"On"
],
"ProxySupport@Redfish.AllowableValues": [
"DefaultProxy",
"Off",
"ParametersProxy"
],
"ProxyType@Redfish.AllowableValues": [
"HTTP",
"SOCKS"
],
"ShareType@Redfish.AllowableValues": [
"CIFS",
"FTP",
"HTTP",
"HTTPS",
"NFS",
"TFTP"
],
"target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.SetUpdateSchedule"
}
},
"Description": "The DellSoftwareInstallationService resource provides some actions to support software installation functionality.",
"Id": "DellSoftwareInstallationService",
"Name": "DellSoftwareInstallationService"
}