blob: 4abe81aff368f39d1f3d210fa2b4872c3c334321 [file] [log] [blame]
Hanif Kukkalli83e318f2021-02-23 12:26:39 +01001nodeByCmHandleAndXpath:
Ruslan Kashapov9f52f602021-01-22 12:53:01 +02002 get:
Hanif Kukkalli83e318f2021-02-23 12:26:39 +01003 description: Get a node with an option to retrieve all the children for a given cm Handle
Ruslan Kashapov9f52f602021-01-22 12:53:01 +02004 tags:
5 - nf-proxy
Hanif Kukkalli83e318f2021-02-23 12:26:39 +01006 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 Kashapov9f52f602021-01-22 12:53:01 +020012 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 Kukkalli83e318f2021-02-23 12:26:39 +010021 404:
22 $ref: 'components.yaml#/components/responses/NotFound'
23 501:
24 $ref: 'components.yaml#/components/responses/NotImplemented'