diff options
author | Niamh Core <niamh.core@est.tech> | 2021-08-20 10:38:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-20 10:38:54 +0000 |
commit | dc5ed75c841da857611713bceed8bf9988204d3d (patch) | |
tree | 1200bc43049a530dd7dff9fdc647319282729361 /cps-ncmp-rest/docs/openapi/openapi.yml | |
parent | ffc05ea4b84ee3ca36c2278a4d4ded9f8e0371d1 (diff) | |
parent | c328551bdfd069343cc4c4e0249516d07938c78a (diff) |
Merge "get resource data for operational passthrough"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/openapi.yml')
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/openapi.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cps-ncmp-rest/docs/openapi/openapi.yml b/cps-ncmp-rest/docs/openapi/openapi.yml index 64de9223fb..5b7c8d205b 100755 --- a/cps-ncmp-rest/docs/openapi/openapi.yml +++ b/cps-ncmp-rest/docs/openapi/openapi.yml @@ -38,4 +38,9 @@ paths: $ref: 'ncmproxy.yml#/nodesByCmHandleAndXpath' /ncmp-dmi/v1/ch: - $ref: 'ncmproxy.yml#/updateDmiRegistration'
\ No newline at end of file + $ref: 'ncmproxy.yml#/updateDmiRegistration' + + /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-operational/{resourceIdentifier}: + $ref: 'ncmproxy.yml#/getResourceDataForPassthroughOperational' + +
\ No newline at end of file |