For each entry in the release history list in the http-server-capability , there will be a GENERIC_RESPONSE_PROFILE for the API /v1/inform-about-release-history-in-generic-representation ,
In the current config file , for release "2.1.1" , the GENERIC_RESPONSE_PROFILE entry is missing.
Proposing to include the following GENERIC_RESPONSE_PROFILE instance(that points to the 2nd index of the release-history array)
{
"uuid": "eatl-2-1-0-response-p-009",
"profile-name": "response-profile-1-0:PROFILE_NAME_TYPE_GENERIC_RESPONSE_PROFILE",
"response-profile-1-0:response-profile-pac": {
"response-profile-capability": {
"operation-name": "/v1/inform-about-release-history-in-generic-representation",
"field-name": {
"field-name-reference": "/core-model-1-4:control-construct/logical-termination-point=eatl-2-1-0-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/release-list=2/release-number"
},
"description": "Represents the first entry in the list of releases",
"datatype": "string"
},
"response-profile-configuration": {
"value": {
"value-reference": "/core-model-1-4:control-construct/logical-termination-point=eatl-2-1-0-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/release-list=2/changes"
}
}
}
}
For each entry in the release history list in the http-server-capability , there will be a GENERIC_RESPONSE_PROFILE for the API /v1/inform-about-release-history-in-generic-representation , In the current config file , for release "2.1.1" , the GENERIC_RESPONSE_PROFILE entry is missing. Proposing to include the following GENERIC_RESPONSE_PROFILE instance(that points to the 2nd index of the release-history array)
Note : This issues is not blocking. Fixed this in the server side in this issue https://github.com/openBackhaul/ExecutionAndTraceLog/issues/387.