|
Post by AMI_Mani on Nov 28, 2022 15:36:08 GMT
Hi, I'm able to see below details related to RelatedProperties in redfish specification(8.6 Error responses)
"error": {
"code": "Base.1.8.GeneralError",
"message": "A general error has occurred. See Resolution for information on how to resolve the error.",
"@message.ExtendedInfo": [{
"@odata.type": "#Message.v1_1_1.Message",
"MessageId": "Base.1.8.PropertyValueNotInList",
"RelatedProperties": [
"#/IndicatorLED"
]
Do we need to represent RelatedProperties starting with # like
"RelatedProperties": [
"#/IndicatorLED"
]
or
"RelatedProperties": [
"/IndicatorLED"
]
Is this # has any relation with fragments? As per 6.1 Universal Resource Identifiers we have below details Do not use the # character for anything other than the start of a fragment
Please confirm whether we can skip # in Related properties or mandatory to show # in Related properties
Thanks, Mani
|
|
|
Post by mraineri on Nov 28, 2022 15:49:30 GMT
|
|