Details
-
Bug
-
Status: Closed
-
High
-
Resolution: Done
-
Istanbul Release
-
None
Description
Problem:
dmi/v1/ch/{cmHandle}/moduleResources
endpoint in dmi defines highlighted body as object
{
"operation": "read",
"dataType": "application/json",
"data": {
"modules": [
{
"name": "pnf-sw-upgrade",
"revision": "2019-12-03"
}
]
},
"cmHandleProperties": {
"subSystemId": "system-001"
}
}
however, ncmp send it as string under cps-634.
And they are incompatible with each other.
Proposal:
To fix it
- Either change ncmp/getmoduleresource call to data:object for this specific case https://gerrit.nordix.org/c/onap/cps/+/10640
- Or change dmi/openapi definition to data:string for this specific case
Attachments
Issue Links
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
124703,3 | Updating get module schema request body | master | cps/ncmp-dmi-plugin | Status: MERGED | +2 | +1 |
124718,4 | Update get yang resource response body | master | cps | Status: MERGED | +2 | +1 |