blob: a6d0949f236c1d14921a9e9356d0d5ab06ef4d02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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'
|