Done
Details
Assignee
Toine SiebelinkToine SiebelinkReporter
Former userFormer user(Deactivated)Requirement Type
SpecificationTSC Priority
3Arch Review
Not yet performedScope Status
Reduced ScopeT-Shirt Size
MRC0 Scorecard
Not used for this releaseRC0 Approval
Not used for this releaseFix versions
Priority
MediumEpic Name
CPS Enhancements for L-Release
Details
Details
Assignee
Toine Siebelink
Toine SiebelinkReporter
Former user
Former user(Deactivated)Requirement Type
Specification
TSC Priority
3
Arch Review
Not yet performed
Scope Status
Reduced Scope
T-Shirt Size
M
RC0 Scorecard
Not used for this release
RC0 Approval
Not used for this release
Fix versions
Priority
Epic Name
CPS Enhancements for L-Release
Created October 3, 2022 at 5:40 AM
Updated September 18, 2023 at 2:21 AM
Resolved June 15, 2023 at 10:13 AM
This epic covers the enhancements to be done in CPS components features. Features to be considered are
Prefix the module name for the yang container nodes in the CPS-GET API response
If an yang model comprises child yang models, prefix the appropriate module names for the parent and child nodes.
If the yang model is flat (doesn't contain any child yang models), module name need not be prefixed, it is optional.
Eg:
{
"parent-inventory:topos": {
"topo": [{
"topo-id": "",
"child1-inventory:directions": {
"direction": [
{ "id": "" }
]
},
"child2-inventory:vendors": {
"vendor": [
{ "vendorName": "" }
]
}
}]
}
}
2. Support instance identifier in the yang model. Currently, instance-identifier type of nodes cannot be stored in DB