Hanif Kukkalli | 83e318f | 2021-02-23 12:26:39 +0100 | [diff] [blame^] | 1 | nodeByCmHandleAndXpath: |
Ruslan Kashapov | 9f52f60 | 2021-01-22 12:53:01 +0200 | [diff] [blame] | 2 | get: |
Hanif Kukkalli | 83e318f | 2021-02-23 12:26:39 +0100 | [diff] [blame^] | 3 | description: Get a node with an option to retrieve all the children for a given cm Handle |
Ruslan Kashapov | 9f52f60 | 2021-01-22 12:53:01 +0200 | [diff] [blame] | 4 | tags: |
| 5 | - nf-proxy |
Hanif Kukkalli | 83e318f | 2021-02-23 12:26:39 +0100 | [diff] [blame^] | 6 | summary: Get a node given a cm Handle and xpath |
| 7 | operationId: getNodeByCmHandleAndXpath |
| 8 | parameters: |
| 9 | - $ref: 'components.yaml#/components/parameters/cmHandleInPath' |
| 10 | - $ref: 'components.yaml#/components/parameters/xpathInQuery' |
| 11 | - $ref: 'components.yaml#/components/parameters/includeDescendantsOptionInQuery' |
Ruslan Kashapov | 9f52f60 | 2021-01-22 12:53:01 +0200 | [diff] [blame] | 12 | responses: |
| 13 | 200: |
| 14 | $ref: 'components.yaml#/components/responses/Ok' |
| 15 | 400: |
| 16 | $ref: 'components.yaml#/components/responses/BadRequest' |
| 17 | 401: |
| 18 | $ref: 'components.yaml#/components/responses/Unauthorized' |
| 19 | 403: |
| 20 | $ref: 'components.yaml#/components/responses/Forbidden' |
Hanif Kukkalli | 83e318f | 2021-02-23 12:26:39 +0100 | [diff] [blame^] | 21 | 404: |
| 22 | $ref: 'components.yaml#/components/responses/NotFound' |
| 23 | 501: |
| 24 | $ref: 'components.yaml#/components/responses/NotImplemented' |