tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 1 | # ============LICENSE_START======================================================= |
sourabh_sourabh | 4031d43 | 2023-03-27 14:36:20 +0100 | [diff] [blame^] | 2 | # Copyright (C) 2021-2023 Nordix Foundation |
lukegleeson | 15b93e7 | 2021-07-07 15:25:30 +0100 | [diff] [blame] | 3 | # Modifications Copyright (C) 2021 Pantheon.tech |
puthuparambil.aditya | d69742c | 2022-03-29 11:03:52 +0100 | [diff] [blame] | 4 | # Modifications Copyright (C) 2021-2022 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========================================================= |
bmiklos | bbaf501 | 2022-08-25 18:28:16 +0200 | [diff] [blame] | 20 | |
bmiklos | 440dc8a | 2022-09-05 18:25:46 +0200 | [diff] [blame] | 21 | resourceDataForCmHandle: |
tragait | c328551 | 2021-08-16 15:12:36 +0100 | [diff] [blame] | 22 | get: |
| 23 | tags: |
| 24 | - network-cm-proxy |
bmiklos | bbaf501 | 2022-08-25 18:28:16 +0200 | [diff] [blame] | 25 | summary: Get resource data for cm handle |
| 26 | description: Get resource data for given cm handle |
| 27 | operationId: getResourceDataForCmHandle |
tragait | c328551 | 2021-08-16 15:12:36 +0100 | [diff] [blame] | 28 | parameters: |
bmiklos | bbaf501 | 2022-08-25 18:28:16 +0200 | [diff] [blame] | 29 | - $ref: 'components.yaml#/components/parameters/datastoreName' |
tragait | c328551 | 2021-08-16 15:12:36 +0100 | [diff] [blame] | 30 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
niamhcore | fd2e6dd | 2021-09-29 16:43:35 +0100 | [diff] [blame] | 31 | - $ref: 'components.yaml#/components/parameters/resourceIdentifierInQuery' |
tragait | abdff1b | 2021-10-06 11:04:18 +0100 | [diff] [blame] | 32 | - $ref: 'components.yaml#/components/parameters/optionsParamInQuery' |
sourabh_sourabh | 1f2e66e | 2022-02-16 21:53:41 +0530 | [diff] [blame] | 33 | - $ref: 'components.yaml#/components/parameters/topicParamInQuery' |
bmiklos | bbaf501 | 2022-08-25 18:28:16 +0200 | [diff] [blame] | 34 | - $ref: 'components.yaml#/components/parameters/includeDescendantsOptionInQuery' |
tragait | c328551 | 2021-08-16 15:12:36 +0100 | [diff] [blame] | 35 | responses: |
| 36 | 200: |
emaclee | 844cab3 | 2021-12-01 09:42:37 +0000 | [diff] [blame] | 37 | description: OK |
| 38 | content: |
| 39 | application/json: |
| 40 | schema: |
| 41 | type: object |
| 42 | examples: |
| 43 | dataSampleResponse: |
| 44 | $ref: 'components.yaml#/components/examples/dataSampleResponse' |
tragait | c328551 | 2021-08-16 15:12:36 +0100 | [diff] [blame] | 45 | 400: |
| 46 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 47 | 401: |
| 48 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 49 | 403: |
| 50 | $ref: 'components.yaml#/components/responses/Forbidden' |
JosephKeenan | e0873dd | 2022-01-28 11:22:22 +0000 | [diff] [blame] | 51 | 500: |
| 52 | $ref: 'components.yaml#/components/responses/InternalServerError' |
mpriyank | 93afc1e | 2022-03-28 15:47:47 +0530 | [diff] [blame] | 53 | 502: |
| 54 | $ref: 'components.yaml#/components/responses/BadGateway' |
tragait | 888dcd4 | 2021-08-19 15:17:56 +0100 | [diff] [blame] | 55 | |
tragait | c584bf2 | 2021-08-20 15:45:58 +0100 | [diff] [blame] | 56 | post: |
| 57 | tags: |
| 58 | - network-cm-proxy |
| 59 | summary: create resource data from pass-through running for cm handle |
| 60 | description: create resource data from pass-through running for given cm handle |
| 61 | operationId: createResourceDataRunningForCmHandle |
| 62 | parameters: |
bmiklos | 440dc8a | 2022-09-05 18:25:46 +0200 | [diff] [blame] | 63 | - $ref: 'components.yaml#/components/parameters/datastoreName' |
tragait | c584bf2 | 2021-08-20 15:45:58 +0100 | [diff] [blame] | 64 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
niamhcore | fd2e6dd | 2021-09-29 16:43:35 +0100 | [diff] [blame] | 65 | - $ref: 'components.yaml#/components/parameters/resourceIdentifierInQuery' |
tragait | c584bf2 | 2021-08-20 15:45:58 +0100 | [diff] [blame] | 66 | - $ref: 'components.yaml#/components/parameters/contentParamInHeader' |
| 67 | requestBody: |
| 68 | required: true |
| 69 | content: |
| 70 | application/json: |
| 71 | schema: |
puthuparambil.aditya | d000733 | 2021-12-08 18:53:39 +0000 | [diff] [blame] | 72 | type: object |
emaclee | 844cab3 | 2021-12-01 09:42:37 +0000 | [diff] [blame] | 73 | examples: |
| 74 | dataSampleRequest: |
| 75 | $ref: 'components.yaml#/components/examples/dataSampleRequest' |
tragait | c584bf2 | 2021-08-20 15:45:58 +0100 | [diff] [blame] | 76 | application/yang-data+json: |
| 77 | schema: |
puthuparambil.aditya | d000733 | 2021-12-08 18:53:39 +0000 | [diff] [blame] | 78 | type: object |
| 79 | examples: |
| 80 | dataSampleRequest: |
| 81 | $ref: 'components.yaml#/components/examples/dataSampleRequest' |
tragait | c584bf2 | 2021-08-20 15:45:58 +0100 | [diff] [blame] | 82 | responses: |
| 83 | 201: |
| 84 | $ref: 'components.yaml#/components/responses/Created' |
| 85 | 400: |
| 86 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 87 | 401: |
| 88 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 89 | 403: |
| 90 | $ref: 'components.yaml#/components/responses/Forbidden' |
JosephKeenan | e0873dd | 2022-01-28 11:22:22 +0000 | [diff] [blame] | 91 | 500: |
| 92 | $ref: 'components.yaml#/components/responses/InternalServerError' |
mpriyank | 93afc1e | 2022-03-28 15:47:47 +0530 | [diff] [blame] | 93 | 502: |
| 94 | $ref: 'components.yaml#/components/responses/BadGateway' |
niamhcore | c309f24 | 2021-09-07 10:27:18 +0100 | [diff] [blame] | 95 | |
niamhcore | 919e906 | 2021-11-02 14:08:16 +0000 | [diff] [blame] | 96 | put: |
| 97 | tags: |
| 98 | - network-cm-proxy |
| 99 | summary: Update resource data from pass-through running for a cm handle |
| 100 | description: Update resource data from pass-through running for the given cm handle |
| 101 | operationId: updateResourceDataRunningForCmHandle |
| 102 | parameters: |
bmiklos | 440dc8a | 2022-09-05 18:25:46 +0200 | [diff] [blame] | 103 | - $ref: 'components.yaml#/components/parameters/datastoreName' |
niamhcore | 919e906 | 2021-11-02 14:08:16 +0000 | [diff] [blame] | 104 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 105 | - $ref: 'components.yaml#/components/parameters/resourceIdentifierInQuery' |
| 106 | - $ref: 'components.yaml#/components/parameters/contentParamInHeader' |
| 107 | requestBody: |
| 108 | required: true |
| 109 | content: |
| 110 | application/json: |
| 111 | schema: |
puthuparambil.aditya | d000733 | 2021-12-08 18:53:39 +0000 | [diff] [blame] | 112 | type: object |
emaclee | 844cab3 | 2021-12-01 09:42:37 +0000 | [diff] [blame] | 113 | examples: |
| 114 | dataSampleRequest: |
| 115 | $ref: 'components.yaml#/components/examples/dataSampleRequest' |
niamhcore | 919e906 | 2021-11-02 14:08:16 +0000 | [diff] [blame] | 116 | application/yang-data+json: |
| 117 | schema: |
puthuparambil.aditya | d000733 | 2021-12-08 18:53:39 +0000 | [diff] [blame] | 118 | type: object |
| 119 | examples: |
| 120 | dataSampleRequest: |
| 121 | $ref: 'components.yaml#/components/examples/dataSampleRequest' |
niamhcore | 919e906 | 2021-11-02 14:08:16 +0000 | [diff] [blame] | 122 | responses: |
| 123 | 200: |
| 124 | $ref: 'components.yaml#/components/responses/Ok' |
| 125 | 400: |
| 126 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 127 | 401: |
| 128 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 129 | 403: |
| 130 | $ref: 'components.yaml#/components/responses/Forbidden' |
JosephKeenan | e0873dd | 2022-01-28 11:22:22 +0000 | [diff] [blame] | 131 | 500: |
| 132 | $ref: 'components.yaml#/components/responses/InternalServerError' |
mpriyank | 93afc1e | 2022-03-28 15:47:47 +0530 | [diff] [blame] | 133 | 502: |
| 134 | $ref: 'components.yaml#/components/responses/BadGateway' |
niamhcore | 919e906 | 2021-11-02 14:08:16 +0000 | [diff] [blame] | 135 | |
niamhcore | 4314e7b | 2021-11-24 10:53:51 +0000 | [diff] [blame] | 136 | patch: |
| 137 | tags: |
| 138 | - network-cm-proxy |
| 139 | summary: Patch resource data from pass-through running |
| 140 | description: Patch resource data from pass-through running for the given cm handle |
| 141 | operationId: patchResourceDataRunningForCmHandle |
| 142 | parameters: |
bmiklos | 440dc8a | 2022-09-05 18:25:46 +0200 | [diff] [blame] | 143 | - $ref: 'components.yaml#/components/parameters/datastoreName' |
niamhcore | 4314e7b | 2021-11-24 10:53:51 +0000 | [diff] [blame] | 144 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 145 | - $ref: 'components.yaml#/components/parameters/resourceIdentifierInQuery' |
| 146 | - $ref: 'components.yaml#/components/parameters/contentParamInHeader' |
| 147 | requestBody: |
| 148 | required: true |
| 149 | content: |
tragait | ecd7f5e | 2022-01-13 13:15:14 +0000 | [diff] [blame] | 150 | '*/*': |
niamhcore | 4314e7b | 2021-11-24 10:53:51 +0000 | [diff] [blame] | 151 | schema: |
| 152 | type: object |
puthuparambil.aditya | d000733 | 2021-12-08 18:53:39 +0000 | [diff] [blame] | 153 | examples: |
| 154 | dataSampleRequest: |
tragait | ecd7f5e | 2022-01-13 13:15:14 +0000 | [diff] [blame] | 155 | $ref: 'components.yaml#/components/examples/dataSamplePatchRequest' |
niamhcore | 4314e7b | 2021-11-24 10:53:51 +0000 | [diff] [blame] | 156 | responses: |
| 157 | 200: |
| 158 | $ref: 'components.yaml#/components/responses/Ok' |
| 159 | 400: |
| 160 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 161 | 401: |
| 162 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 163 | 403: |
| 164 | $ref: 'components.yaml#/components/responses/Forbidden' |
JosephKeenan | e0873dd | 2022-01-28 11:22:22 +0000 | [diff] [blame] | 165 | 500: |
| 166 | $ref: 'components.yaml#/components/responses/InternalServerError' |
mpriyank | 93afc1e | 2022-03-28 15:47:47 +0530 | [diff] [blame] | 167 | 502: |
| 168 | $ref: 'components.yaml#/components/responses/BadGateway' |
niamhcore | 4314e7b | 2021-11-24 10:53:51 +0000 | [diff] [blame] | 169 | |
DylanB95EST | eeef2ae | 2021-11-30 15:07:35 +0000 | [diff] [blame] | 170 | delete: |
| 171 | tags: |
| 172 | - network-cm-proxy |
| 173 | summary: Delete resource data |
| 174 | description: Delete resource data from pass-through running for a given cm handle |
| 175 | operationId: deleteResourceDataRunningForCmHandle |
| 176 | parameters: |
bmiklos | 440dc8a | 2022-09-05 18:25:46 +0200 | [diff] [blame] | 177 | - $ref: 'components.yaml#/components/parameters/datastoreName' |
DylanB95EST | eeef2ae | 2021-11-30 15:07:35 +0000 | [diff] [blame] | 178 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 179 | - $ref: 'components.yaml#/components/parameters/resourceIdentifierInQuery' |
| 180 | - $ref: 'components.yaml#/components/parameters/contentParamInHeader' |
DylanB95EST | eeef2ae | 2021-11-30 15:07:35 +0000 | [diff] [blame] | 181 | responses: |
| 182 | 204: |
| 183 | $ref: 'components.yaml#/components/responses/NoContent' |
| 184 | 400: |
| 185 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 186 | 401: |
| 187 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 188 | 403: |
| 189 | $ref: 'components.yaml#/components/responses/Forbidden' |
| 190 | 404: |
| 191 | $ref: 'components.yaml#/components/responses/NotFound' |
JosephKeenan | e0873dd | 2022-01-28 11:22:22 +0000 | [diff] [blame] | 192 | 500: |
| 193 | $ref: 'components.yaml#/components/responses/InternalServerError' |
mpriyank | 93afc1e | 2022-03-28 15:47:47 +0530 | [diff] [blame] | 194 | 502: |
| 195 | $ref: 'components.yaml#/components/responses/BadGateway' |
DylanB95EST | eeef2ae | 2021-11-30 15:07:35 +0000 | [diff] [blame] | 196 | |
sourabh_sourabh | 4031d43 | 2023-03-27 14:36:20 +0100 | [diff] [blame^] | 197 | getResourceDataForCmHandleBatch: |
| 198 | post: |
| 199 | tags: |
| 200 | - network-cm-proxy |
| 201 | summary: Get resource data for batch of cm handle ids |
| 202 | description: This request will be handled asynchronously using messaging to the supplied topic. The rest response will be an acknowledge with a requestId to identify the relevant messages. |
| 203 | operationId: getResourceDataForCmHandleBatch |
| 204 | parameters: |
| 205 | - $ref: 'components.yaml#/components/parameters/datastoreName' |
| 206 | - $ref: 'components.yaml#/components/parameters/resourceIdentifierInQuery' |
| 207 | - $ref: 'components.yaml#/components/parameters/optionsParamInQuery' |
| 208 | - $ref: 'components.yaml#/components/parameters/requiredTopicParamInQuery' |
| 209 | - $ref: 'components.yaml#/components/parameters/includeDescendantsOptionInQuery' |
| 210 | requestBody: |
| 211 | required: true |
| 212 | content: |
| 213 | application/json: |
| 214 | schema: |
| 215 | type: object |
| 216 | responses: |
| 217 | 200: |
| 218 | description: OK |
| 219 | content: |
| 220 | application/json: |
| 221 | schema: |
| 222 | type: object |
| 223 | 400: |
| 224 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 225 | 401: |
| 226 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 227 | 403: |
| 228 | $ref: 'components.yaml#/components/responses/Forbidden' |
| 229 | 500: |
| 230 | $ref: 'components.yaml#/components/responses/InternalServerError' |
| 231 | 502: |
| 232 | $ref: 'components.yaml#/components/responses/BadGateway' |
| 233 | |
lukegleeson | 20e7a73 | 2022-10-20 10:14:00 +0100 | [diff] [blame] | 234 | queryResourceDataForCmHandle: |
| 235 | get: |
| 236 | tags: |
| 237 | - network-cm-proxy |
| 238 | summary: Query resource data for a given cm handle |
| 239 | description: Query resource data for a given cm handle |
| 240 | operationId: queryResourceDataForCmHandle |
| 241 | parameters: |
| 242 | - $ref: 'components.yaml#/components/parameters/datastoreName' |
| 243 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 244 | - $ref: 'components.yaml#/components/parameters/cpsPathInQuery' |
| 245 | - $ref: 'components.yaml#/components/parameters/optionsParamInQuery' |
| 246 | - $ref: 'components.yaml#/components/parameters/topicParamInQuery' |
| 247 | - $ref: 'components.yaml#/components/parameters/includeDescendantsOptionInQuery' |
| 248 | responses: |
| 249 | 200: |
| 250 | description: OK |
| 251 | content: |
| 252 | application/json: |
| 253 | schema: |
| 254 | type: object |
| 255 | examples: |
| 256 | dataSampleResponse: |
| 257 | $ref: 'components.yaml#/components/examples/dataSampleResponse' |
| 258 | 400: |
| 259 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 260 | 401: |
| 261 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 262 | 403: |
| 263 | $ref: 'components.yaml#/components/responses/Forbidden' |
| 264 | 500: |
| 265 | $ref: 'components.yaml#/components/responses/InternalServerError' |
| 266 | 502: |
| 267 | $ref: 'components.yaml#/components/responses/BadGateway' |
| 268 | |
niamhcore | c309f24 | 2021-09-07 10:27:18 +0100 | [diff] [blame] | 269 | fetchModuleReferencesByCmHandle: |
| 270 | get: |
| 271 | description: fetch all module references (name and revision) for a given cm handle |
| 272 | tags: |
| 273 | - network-cm-proxy |
| 274 | summary: Fetch all module references (name and revision) for a given cm handle |
| 275 | operationId: getModuleReferencesByCmHandle |
| 276 | parameters: |
| 277 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 278 | responses: |
| 279 | 200: |
| 280 | description: OK |
| 281 | content: |
| 282 | application/json: |
| 283 | schema: |
puthuparambil.aditya | d000733 | 2021-12-08 18:53:39 +0000 | [diff] [blame] | 284 | type: array |
| 285 | items: |
lukegleeson | d5bda88 | 2022-03-02 14:32:47 +0000 | [diff] [blame] | 286 | $ref: 'components.yaml#/components/schemas/RestModuleReference' |
niamhcore | c309f24 | 2021-09-07 10:27:18 +0100 | [diff] [blame] | 287 | 400: |
| 288 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 289 | 401: |
| 290 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 291 | 403: |
| 292 | $ref: 'components.yaml#/components/responses/Forbidden' |
JosephKeenan | e0873dd | 2022-01-28 11:22:22 +0000 | [diff] [blame] | 293 | 500: |
| 294 | $ref: 'components.yaml#/components/responses/InternalServerError' |
niamhcore | 66017b4 | 2021-10-19 11:07:02 +0100 | [diff] [blame] | 295 | |
emaclee | e1f73e2 | 2022-06-17 17:42:56 +0100 | [diff] [blame] | 296 | fetchModuleDefinitionsByCmHandle: |
| 297 | get: |
| 298 | description: Fetch all module definitions (name, revision, yang resource) for a given cm handle |
| 299 | tags: |
| 300 | - network-cm-proxy |
| 301 | summary: Fetch all module definitions (name, revision, yang resource) for a given cm handle |
| 302 | operationId: getModuleDefinitionsByCmHandleId |
| 303 | parameters: |
| 304 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 305 | responses: |
| 306 | 200: |
| 307 | description: OK |
| 308 | content: |
| 309 | application/json: |
| 310 | schema: |
| 311 | type: array |
| 312 | items: |
| 313 | $ref: 'components.yaml#/components/schemas/RestModuleDefinition' |
| 314 | 401: |
| 315 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 316 | 403: |
| 317 | $ref: 'components.yaml#/components/responses/Forbidden' |
| 318 | 500: |
| 319 | $ref: 'components.yaml#/components/responses/InternalServerError' |
| 320 | |
kissand | e9ed581 | 2022-05-12 15:59:18 +0200 | [diff] [blame] | 321 | searchCmHandles: |
niamhcore | 66017b4 | 2021-10-19 11:07:02 +0100 | [diff] [blame] | 322 | post: |
lukegleeson | de29474 | 2022-07-25 11:00:11 +0100 | [diff] [blame] | 323 | description: Execute cm handle query search and return a list of cm handle details. Any number of conditions can be applied. To be included in the result a cm-handle must fulfill ALL the conditions. An empty collection will be returned in the case that the cm handle does not match a condition. For more on cm handle query search please refer to <a href="https://docs.onap.org/projects/onap-cps/en/latest/ncmp-cmhandle-querying.html">cm handle query search Read the Docs</a>.<br/>By supplying a CPS Path it is possible to query on any data related to the cm handle. For more on CPS Path please refer to <a href="https://docs.onap.org/projects/onap-cps/en/latest/cps-path.html">CPS Path Read the Docs</a>. The cm handle ancestor is automatically returned for this query. |
niamhcore | 66017b4 | 2021-10-19 11:07:02 +0100 | [diff] [blame] | 324 | tags: |
| 325 | - network-cm-proxy |
| 326 | summary: Execute cm handle search using the available conditions |
kissand | e9ed581 | 2022-05-12 15:59:18 +0200 | [diff] [blame] | 327 | operationId: searchCmHandles |
niamhcore | 66017b4 | 2021-10-19 11:07:02 +0100 | [diff] [blame] | 328 | requestBody: |
| 329 | required: true |
| 330 | content: |
| 331 | application/json: |
| 332 | schema: |
kissand | e9ed581 | 2022-05-12 15:59:18 +0200 | [diff] [blame] | 333 | $ref: 'components.yaml#/components/schemas/CmHandleQueryParameters' |
lukegleeson | 82a550f | 2022-07-11 10:55:53 +0100 | [diff] [blame] | 334 | examples: |
| 335 | Cm handle properties query: |
| 336 | $ref: 'components.yaml#/components/examples/pubPropCmHandleQueryParameters' |
| 337 | Cm handle modules query: |
| 338 | $ref: 'components.yaml#/components/examples/modulesCmHandleQueryParameters' |
| 339 | All cm handle query parameters: |
| 340 | $ref: 'components.yaml#/components/examples/allCmHandleQueryParameters' |
| 341 | Cm handle with CPS path state query: |
| 342 | $ref: 'components.yaml#/components/examples/cpsPathCmHandleStateQueryParameters' |
| 343 | Cm handle with data sync flag query: |
| 344 | $ref: 'components.yaml#/components/examples/cpsPathCmHandleDataSyncQueryParameters' |
niamhcore | 66017b4 | 2021-10-19 11:07:02 +0100 | [diff] [blame] | 345 | responses: |
| 346 | 200: |
| 347 | description: OK |
| 348 | content: |
| 349 | application/json: |
| 350 | schema: |
kissand | e9ed581 | 2022-05-12 15:59:18 +0200 | [diff] [blame] | 351 | type: array |
| 352 | items: |
| 353 | $ref: 'components.yaml#/components/schemas/RestOutputCmHandle' |
niamhcore | 66017b4 | 2021-10-19 11:07:02 +0100 | [diff] [blame] | 354 | 400: |
| 355 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 356 | 401: |
| 357 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 358 | 403: |
ToineSiebelink | 18a79eb | 2021-12-23 12:36:40 +0000 | [diff] [blame] | 359 | $ref: 'components.yaml#/components/responses/Forbidden' |
JosephKeenan | e0873dd | 2022-01-28 11:22:22 +0000 | [diff] [blame] | 360 | 500: |
| 361 | $ref: 'components.yaml#/components/responses/InternalServerError' |
DylanB95EST | e557338 | 2022-01-27 17:12:52 +0000 | [diff] [blame] | 362 | |
| 363 | retrieveCmHandleDetailsById: |
| 364 | get: |
| 365 | description: Retrieve CM handle details and properties by cm handle id |
| 366 | tags: |
| 367 | - network-cm-proxy |
| 368 | summary: Retrieve CM handle details |
| 369 | operationId: retrieveCmHandleDetailsById |
| 370 | parameters: |
| 371 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 372 | responses: |
| 373 | 200: |
| 374 | description: OK |
| 375 | content: |
| 376 | application/json: |
| 377 | schema: |
| 378 | $ref: 'components.yaml#/components/schemas/RestOutputCmHandle' |
lukegleeson | 78062a1 | 2022-06-02 10:56:43 +0100 | [diff] [blame] | 379 | 400: |
| 380 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 381 | 401: |
| 382 | $ref: 'components.yaml#/components/responses/Unauthorized' |
JosephKeenan | deac477 | 2022-03-28 12:26:07 +0100 | [diff] [blame] | 383 | 404: |
| 384 | $ref: 'components.yaml#/components/responses/NotFound' |
| 385 | 500: |
| 386 | $ref: 'components.yaml#/components/responses/InternalServerError' |
| 387 | |
lukegleeson | bed18fd | 2022-05-06 12:02:42 +0100 | [diff] [blame] | 388 | getCmHandlePropertiesById: |
| 389 | get: |
| 390 | description: Get CM handle properties by cm handle id |
| 391 | tags: |
| 392 | - network-cm-proxy |
| 393 | summary: Get CM handle properties |
| 394 | operationId: getCmHandlePublicPropertiesByCmHandleId |
| 395 | parameters: |
| 396 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 397 | responses: |
| 398 | 200: |
| 399 | description: OK |
| 400 | content: |
| 401 | application/json: |
| 402 | schema: |
| 403 | $ref: 'components.yaml#/components/schemas/RestOutputCmHandlePublicProperties' |
lukegleeson | 78062a1 | 2022-06-02 10:56:43 +0100 | [diff] [blame] | 404 | 400: |
| 405 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 406 | 401: |
| 407 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 408 | 404: |
| 409 | $ref: 'components.yaml#/components/responses/NotFound' |
| 410 | 500: |
| 411 | $ref: 'components.yaml#/components/responses/InternalServerError' |
| 412 | |
| 413 | getCmHandleStateById: |
| 414 | get: |
| 415 | description: Get CM handle state by cm handle id |
| 416 | tags: |
| 417 | - network-cm-proxy |
| 418 | summary: Get CM handle state |
| 419 | operationId: getCmHandleStateByCmHandleId |
| 420 | parameters: |
| 421 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 422 | responses: |
| 423 | 200: |
| 424 | description: OK |
| 425 | content: |
| 426 | application/json: |
| 427 | schema: |
| 428 | $ref: 'components.yaml#/components/schemas/RestOutputCmHandleCompositeState' |
| 429 | 400: |
| 430 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 431 | 401: |
| 432 | $ref: 'components.yaml#/components/responses/Unauthorized' |
lukegleeson | bed18fd | 2022-05-06 12:02:42 +0100 | [diff] [blame] | 433 | 404: |
| 434 | $ref: 'components.yaml#/components/responses/NotFound' |
| 435 | 500: |
| 436 | $ref: 'components.yaml#/components/responses/InternalServerError' |
| 437 | |
kissand | e9ed581 | 2022-05-12 15:59:18 +0200 | [diff] [blame] | 438 | searchCmHandleIds: |
JosephKeenan | deac477 | 2022-03-28 12:26:07 +0100 | [diff] [blame] | 439 | post: |
lukegleeson | de29474 | 2022-07-25 11:00:11 +0100 | [diff] [blame] | 440 | description: Execute cm handle query search and return a list of cm handle ids. Any number of conditions can be applied. To be included in the result a cm-handle must fulfill ALL the conditions. An empty collection will be returned in the case that the cm handle does not match a condition. For more on cm handle query search please refer to <a href="https://docs.onap.org/projects/onap-cps/en/latest/ncmp-cmhandle-querying.html">cm handle query search Read the Docs</a>.<br/>By supplying a CPS Path it is possible to query on any data related to the cm handle. For more on CPS Path please refer to <a href="https://docs.onap.org/projects/onap-cps/en/latest/cps-path.html">CPS Path Read the Docs</a>. The cm handle ancestor is automatically returned for this query. |
JosephKeenan | deac477 | 2022-03-28 12:26:07 +0100 | [diff] [blame] | 441 | tags: |
| 442 | - network-cm-proxy |
| 443 | summary: Execute cm handle query upon a given set of query parameters |
kissand | e9ed581 | 2022-05-12 15:59:18 +0200 | [diff] [blame] | 444 | operationId: searchCmHandleIds |
JosephKeenan | deac477 | 2022-03-28 12:26:07 +0100 | [diff] [blame] | 445 | requestBody: |
| 446 | required: true |
| 447 | content: |
| 448 | application/json: |
| 449 | schema: |
kissand | e9ed581 | 2022-05-12 15:59:18 +0200 | [diff] [blame] | 450 | $ref: 'components.yaml#/components/schemas/CmHandleQueryParameters' |
lukegleeson | 82a550f | 2022-07-11 10:55:53 +0100 | [diff] [blame] | 451 | examples: |
| 452 | Cm handle properties query: |
| 453 | $ref: 'components.yaml#/components/examples/pubPropCmHandleQueryParameters' |
| 454 | Cm handle modules query: |
| 455 | $ref: 'components.yaml#/components/examples/modulesCmHandleQueryParameters' |
| 456 | All cm handle query parameters: |
| 457 | $ref: 'components.yaml#/components/examples/allCmHandleQueryParameters' |
| 458 | Cm handle with CPS path state query: |
| 459 | $ref: 'components.yaml#/components/examples/cpsPathCmHandleStateQueryParameters' |
| 460 | Cm handle with data sync flag query: |
| 461 | $ref: 'components.yaml#/components/examples/cpsPathCmHandleDataSyncQueryParameters' |
JosephKeenan | deac477 | 2022-03-28 12:26:07 +0100 | [diff] [blame] | 462 | responses: |
| 463 | 200: |
| 464 | description: OK |
| 465 | content: |
| 466 | application/json: |
| 467 | schema: |
| 468 | type: array |
| 469 | items: |
| 470 | type: string |
DylanB95EST | e557338 | 2022-01-27 17:12:52 +0000 | [diff] [blame] | 471 | 400: |
| 472 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 473 | 401: |
| 474 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 475 | 403: |
| 476 | $ref: 'components.yaml#/components/responses/Forbidden' |
| 477 | 404: |
| 478 | $ref: 'components.yaml#/components/responses/NotFound' |
| 479 | 500: |
DylanB95EST | 6ddbe4a | 2022-07-19 11:36:10 +0100 | [diff] [blame] | 480 | $ref: 'components.yaml#/components/responses/InternalServerError' |
| 481 | |
| 482 | setDataSyncEnabledFlag: |
| 483 | put: |
| 484 | tags: |
| 485 | - network-cm-proxy |
| 486 | summary: Set the Data Sync Enabled Flag |
| 487 | description: Set the data sync enabled flag to true or false for a specified Cm-Handle. This will in turn set the data sync state to UNSYNCHRONIZED and NONE_REQUESTED respectfully. |
| 488 | operationId: setDataSyncEnabledFlagForCmHandle |
| 489 | parameters: |
| 490 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 491 | - $ref: 'components.yaml#/components/parameters/dataSyncEnabled' |
| 492 | responses: |
| 493 | 200: |
| 494 | $ref: 'components.yaml#/components/responses/Ok' |
| 495 | 400: |
| 496 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 497 | 401: |
| 498 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 499 | 403: |
| 500 | $ref: 'components.yaml#/components/responses/Forbidden' |
| 501 | 500: |
| 502 | $ref: 'components.yaml#/components/responses/InternalServerError' |
| 503 | 502: |
| 504 | $ref: 'components.yaml#/components/responses/BadGateway' |