CPS-240 - Create REST End-point on NF-Proxy for DataNode Update & cpsPath Query
[cps.git] / cps-nf-proxy-rest / docs / openapi / openapi.yml
1 openapi: 3.0.1
2 info:
3   title: xNF to CPS Proxy API
4   description: xNF to CPS Proxy API
5   version: "1.0"
6 servers:
7   - url: //localhost:8088/
8 paths:
9   /v1/cm-handles/{cm-handle}/node:
10     $ref: 'xnfProxy.yml#/nodeByCmHandleAndXpath'
11
12   /v1/cm-handles/{cm-handle}/nodes/query:
13     $ref: 'xnfProxy.yml#/nodesByCmHandleAndCpsPath'
14
15   /v1/cm-handles/{cm-handle}/nodes:
16     $ref: 'xnfProxy.yml#/nodesByCmHandleAndXpath'