tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 1 | # ============LICENSE_START======================================================= |
lukegleeson | 15b93e7 | 2021-07-07 15:25:30 +0100 | [diff] [blame] | 2 | # Copyright (C) 2021 Nordix Foundation |
Ruslan Kashapov | 1baf48d | 2021-05-07 10:46:27 +0300 | [diff] [blame] | 3 | # Modifications Copyright (C) 2021 Pantheon.tech |
Renu Kumari | 4d52001 | 2021-08-30 11:50:43 -0400 | [diff] [blame] | 4 | # Modifications Copyright (C) 2021 Bell Canada |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 5 | # ================================================================================ |
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | # you may not use this file except in compliance with the License. |
| 8 | # You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
lukegleeson | 15b93e7 | 2021-07-07 15:25:30 +0100 | [diff] [blame] | 11 | # |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | # See the License for the specific language governing permissions and |
| 16 | # limitations under the License. |
| 17 | # |
| 18 | # SPDX-License-Identifier: Apache-2.0 |
| 19 | # ============LICENSE_END========================================================= |
| 20 | |
| 21 | openapi: 3.0.1 |
| 22 | info: |
| 23 | title: NCMP to CPS Proxy API |
| 24 | description: NCMP to CPS Proxy API |
| 25 | version: "1.0" |
| 26 | servers: |
Renu Kumari | 4d52001 | 2021-08-30 11:50:43 -0400 | [diff] [blame] | 27 | - url: /ncmp |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 28 | paths: |
| 29 | /v1/cm-handles/{cm-handle}/node: |
Renu Kumari | 139e822 | 2021-10-04 20:59:18 -0400 | [diff] [blame] | 30 | $ref: 'ncmp.yml#/nodeByCmHandleAndXpath' |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 31 | |
Ruslan Kashapov | 1baf48d | 2021-05-07 10:46:27 +0300 | [diff] [blame] | 32 | /v1/cm-handles/{cm-handle}/list-node: |
Renu Kumari | 139e822 | 2021-10-04 20:59:18 -0400 | [diff] [blame] | 33 | $ref: 'ncmp.yml#/listNodeByCmHandleAndXpath' |
Ruslan Kashapov | 1baf48d | 2021-05-07 10:46:27 +0300 | [diff] [blame] | 34 | |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 35 | /v1/cm-handles/{cm-handle}/nodes/query: |
Renu Kumari | 139e822 | 2021-10-04 20:59:18 -0400 | [diff] [blame] | 36 | $ref: 'ncmp.yml#/nodesByCmHandleAndCpsPath' |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 37 | |
| 38 | /v1/cm-handles/{cm-handle}/nodes: |
Renu Kumari | 139e822 | 2021-10-04 20:59:18 -0400 | [diff] [blame] | 39 | $ref: 'ncmp.yml#/nodesByCmHandleAndXpath' |
tragait | c328551 | 2021-08-16 15:12:36 +0100 | [diff] [blame] | 40 | |
niamhcore | fd2e6dd | 2021-09-29 16:43:35 +0100 | [diff] [blame] | 41 | /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-operational: |
Renu Kumari | 139e822 | 2021-10-04 20:59:18 -0400 | [diff] [blame] | 42 | $ref: 'ncmp.yml#/getResourceDataForPassthroughOperational' |
tragait | c328551 | 2021-08-16 15:12:36 +0100 | [diff] [blame] | 43 | |
niamhcore | fd2e6dd | 2021-09-29 16:43:35 +0100 | [diff] [blame] | 44 | /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-running: |
Renu Kumari | 139e822 | 2021-10-04 20:59:18 -0400 | [diff] [blame] | 45 | $ref: 'ncmp.yml#/resourceDataForPassthroughRunning' |
niamhcore | c309f24 | 2021-09-07 10:27:18 +0100 | [diff] [blame] | 46 | |
| 47 | /v1/ch/{cm-handle}/modules: |
niamhcore | 66017b4 | 2021-10-19 11:07:02 +0100 | [diff] [blame] | 48 | $ref: 'ncmp.yml#/fetchModuleReferencesByCmHandle' |
| 49 | |
| 50 | /v1/ch/searches: |
| 51 | $ref: 'ncmp.yml#/executeCmHandleSearch' |