openapi: 3.0.1
info:
  title: xNF to CPS Proxy API
  description: xNF to CPS Proxy API
  version: "1.0"
servers:
  - url: //localhost:8088/
paths:
  /v1/cm-handles/{cm-handle}/node:
    $ref: 'xnfProxy.yml#/nodeByCmHandleAndXpath'

  /v1/cm-handles/{cm-handle}/nodes/query:
    $ref: 'xnfProxy.yml#/nodesByCmHandleAndCpsPath'

  /v1/cm-handles/{cm-handle}/nodes:
    $ref: 'xnfProxy.yml#/nodesByCmHandleAndXpath'