openBackhaul / ExecutionAndTraceLog

List of records of service requests
Apache License 2.0
1 stars 7 forks source link

To include GENERIC_RESPONSE_PROFILE instance for the release "2.1.1" #387

Closed IswaryaaS closed 2 months ago

IswaryaaS commented 2 months ago

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"
                            }
                        }
                    }
                }