According to the DMTF Redfish UpdateService schema (v1.15.0+), the following properties have been deprecated in favor of MultipartHttpPushUri and its associated update parameters:
- HttpPushUri (deprecated v1.15)
- HttpPushUriOptions (deprecated v1.15)
- HttpPushUriOptionsBusy (deprecated v1.15)
- HttpPushUriTargets (deprecated v1.15)
- HttpPushUriTargetsBusy (deprecated v1.15)
Schema like:
"HttpPushUriOptions": {
"$ref": "#/definitions/HttpPushUriOptions",
"deprecated": "This property has been deprecated in favor of the update parameters used with `MultipartHttpPushUri`-provided software updates.",
"description": "The options for `HttpPushUri`-provided software updates.",
"longDescription": "This property shall contain options and requirements of the service for `HttpPushUri`-provided software updates.",
"versionAdded": "v1_4_0",
"versionDeprecated": "v1_15_0"
}
However, in gpu/OCP_UBB_BaselineManagement.v1.0.0.json, these properties are still marked as Mandatory.
According to the DMTF Redfish UpdateService schema (v1.15.0+), the following properties have been deprecated in favor of MultipartHttpPushUri and its associated update parameters:
Schema like:
However, in gpu/OCP_UBB_BaselineManagement.v1.0.0.json, these properties are still marked as Mandatory.