tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 1 | # ============LICENSE_START======================================================= |
mpriyank | fd50018 | 2022-01-18 01:07:00 +0530 | [diff] [blame] | 2 | # Copyright (C) 2021-2022 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: |
niamhcore | fd2e6dd | 2021-09-29 16:43:35 +0100 | [diff] [blame] | 29 | /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-operational: |
Renu Kumari | 139e822 | 2021-10-04 20:59:18 -0400 | [diff] [blame] | 30 | $ref: 'ncmp.yml#/getResourceDataForPassthroughOperational' |
tragait | c328551 | 2021-08-16 15:12:36 +0100 | [diff] [blame] | 31 | |
niamhcore | fd2e6dd | 2021-09-29 16:43:35 +0100 | [diff] [blame] | 32 | /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-running: |
Renu Kumari | 139e822 | 2021-10-04 20:59:18 -0400 | [diff] [blame] | 33 | $ref: 'ncmp.yml#/resourceDataForPassthroughRunning' |
niamhcore | c309f24 | 2021-09-07 10:27:18 +0100 | [diff] [blame] | 34 | |
| 35 | /v1/ch/{cm-handle}/modules: |
niamhcore | 66017b4 | 2021-10-19 11:07:02 +0100 | [diff] [blame] | 36 | $ref: 'ncmp.yml#/fetchModuleReferencesByCmHandle' |
| 37 | |
emaclee | e1f73e2 | 2022-06-17 17:42:56 +0100 | [diff] [blame] | 38 | /v1/ch/{cm-handle}/modules/definitions: |
| 39 | $ref: 'ncmp.yml#/fetchModuleDefinitionsByCmHandle' |
| 40 | |
niamhcore | 66017b4 | 2021-10-19 11:07:02 +0100 | [diff] [blame] | 41 | /v1/ch/searches: |
kissand | e9ed581 | 2022-05-12 15:59:18 +0200 | [diff] [blame] | 42 | $ref: 'ncmp.yml#/searchCmHandles' |
DylanB95EST | e557338 | 2022-01-27 17:12:52 +0000 | [diff] [blame] | 43 | |
| 44 | /v1/ch/{cm-handle}: |
JosephKeenan | deac477 | 2022-03-28 12:26:07 +0100 | [diff] [blame] | 45 | $ref: 'ncmp.yml#/retrieveCmHandleDetailsById' |
| 46 | |
lukegleeson | bed18fd | 2022-05-06 12:02:42 +0100 | [diff] [blame] | 47 | /v1/ch/{cm-handle}/properties: |
| 48 | $ref: 'ncmp.yml#/getCmHandlePropertiesById' |
| 49 | |
kissand | e9ed581 | 2022-05-12 15:59:18 +0200 | [diff] [blame] | 50 | /v1/ch/id-searches: |
| 51 | $ref: 'ncmp.yml#/searchCmHandleIds' |
lukegleeson | 78062a1 | 2022-06-02 10:56:43 +0100 | [diff] [blame] | 52 | |
| 53 | /v1/ch/{cm-handle}/state: |
| 54 | $ref: 'ncmp.yml#/getCmHandleStateById' |
DylanB95EST | 6ddbe4a | 2022-07-19 11:36:10 +0100 | [diff] [blame] | 55 | |
| 56 | /v1/ch/{cm-handle}/data-sync: |
| 57 | $ref: 'ncmp.yml#/setDataSyncEnabledFlag' |