Done
Details
Assignee
Saul GillSaul GillReporter
John Keeney (Ericsson EST)John Keeney (Ericsson EST)Labels
Due date
Fix versions
Priority
Highest
Details
Details
Assignee
Saul Gill
Saul GillReporter
John Keeney (Ericsson EST)
John Keeney (Ericsson EST)Labels
Due date
Fix versions
Priority
Created February 26, 2025 at 12:14 PM
Updated April 8, 2025 at 9:25 AM
Resolved April 8, 2025 at 9:25 AM
Insufficient query parameter checks for getRic
Currently allows unsupported query parameters.
V2 AP1:
https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/offeredapis/pms-api.html#tag/NearRT-RIC-Repository/operation/getRic
V3 API:
https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/offeredapis/pms-api-v3.html#tag/NearRT-RIC-Repository/operation/getRic
Remove getRic query parameter ”managedElementId” for v3 getRic operation
https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/offeredapis/pms-api-v3.html#tag/NearRT-RIC-Repository/operation/getRic
Explain what happens when the same
managedElementIds
is set for multiple ‘ric’s in the config. And the expected behaviour when that “managed_element_id” is passed to v2 getRic operationMake ”
managedElementIds
” configuration field for each ‘ric’ optional (will affect v2 & v3)Dynamic Configuration of A1-PMS - Wiki - Oslo
/config/application_configuration.json (oslo) - Sample Config
application_configuration_schema.json (oslo) - Config schema
Change getRic query parameter ”ricId” into a path parameter for v3 getRic operation
https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/offeredapis/pms-api-v3.html#tag/NearRT-RIC-Repository/operation/getRic
Document all of the above!