summaryrefslogtreecommitdiffstats
path: root/cps-rest/docs/api/swagger/cpsQuery.yml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-02-22 15:27:15 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-22 15:27:15 +0000
commit7df5c7c329326937729b87e92988b32b82821cf0 (patch)
treea2420f056f33eca480bed67e7affd4fa258fb8f1 /cps-rest/docs/api/swagger/cpsQuery.yml
parentfb4e13210c86ae05dad95c935a85042d35ea9fd5 (diff)
parent53f07ac2f4b3699b685b8d009c8949e81fa154a6 (diff)
Merge "Rest & Java API layer - Query Datanodes using cpsPath that contains contains a leaf name and a leaf value"
Diffstat (limited to 'cps-rest/docs/api/swagger/cpsQuery.yml')
-rw-r--r--cps-rest/docs/api/swagger/cpsQuery.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/cps-rest/docs/api/swagger/cpsQuery.yml b/cps-rest/docs/api/swagger/cpsQuery.yml
new file mode 100644
index 0000000000..91a4bdbfa1
--- /dev/null
+++ b/cps-rest/docs/api/swagger/cpsQuery.yml
@@ -0,0 +1,23 @@
+nodesByDataspaceAndAnchorAndCpsPath:
+ get:
+ description: Query data nodes for the given dataspace and anchor using CPS path
+ tags:
+ - cps-query
+ summary: Query data nodes
+ operationId: getNodesByDataspaceAndAnchorAndCpsPath
+ parameters:
+ - $ref: 'components.yml#/components/parameters/dataspaceNameInPath'
+ - $ref: 'components.yml#/components/parameters/anchorNameInPath'
+ - $ref: 'components.yml#/components/parameters/cpsPathInQuery'
+ responses:
+ '200':
+ $ref: 'components.yml#/components/responses/Ok'
+ '400':
+ $ref: 'components.yml#/components/responses/BadRequest'
+ '401':
+ $ref: 'components.yml#/components/responses/Unauthorized'
+ '403':
+ $ref: 'components.yml#/components/responses/Forbidden'
+ '404':
+ $ref: 'components.yml#/components/responses/NotFound'
+ x-codegen-request-body-name: xpath \ No newline at end of file