a6d0949f236c1d14921a9e9356d0d5ab06ef4d02
[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'