blob: 862837ea28c3a8e4169dc93487b1c27f3d00d9b8 [file] [log] [blame]
tragait34a94b92021-03-30 12:02:27 +01001# ============LICENSE_START=======================================================
2# Modification (C) 2021 Nordix Foundation
Ruslan Kashapov1baf48d2021-05-07 10:46:27 +03003# Modifications Copyright (C) 2021 Pantheon.tech
tragait34a94b92021-03-30 12:02:27 +01004# ================================================================================
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16# SPDX-License-Identifier: Apache-2.0
17# ============LICENSE_END=========================================================
18
19openapi: 3.0.1
20info:
21 title: NCMP to CPS Proxy API
22 description: NCMP to CPS Proxy API
23 version: "1.0"
24servers:
25 - url: //localhost:8088/
26paths:
27 /v1/cm-handles/{cm-handle}/node:
28 $ref: 'ncmproxy.yml#/nodeByCmHandleAndXpath'
29
Ruslan Kashapov1baf48d2021-05-07 10:46:27 +030030 /v1/cm-handles/{cm-handle}/list-node:
31 $ref: 'ncmproxy.yml#/listNodeByCmHandleAndXpath'
32
tragait34a94b92021-03-30 12:02:27 +010033 /v1/cm-handles/{cm-handle}/nodes/query:
34 $ref: 'ncmproxy.yml#/nodesByCmHandleAndCpsPath'
35
36 /v1/cm-handles/{cm-handle}/nodes:
37 $ref: 'ncmproxy.yml#/nodesByCmHandleAndXpath'