summaryrefslogtreecommitdiffstats
path: root/openapi/components.yml
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2023-03-13 15:49:35 +0000
committersourabh_sourabh <sourabh.sourabh@est.tech>2023-03-15 11:36:00 +0000
commite648aba2d39855337b6a5c39000dc6c611d09191 (patch)
tree8f64e9c8b07ffcaffdc6f3d5d741e1ac30dd9115 /openapi/components.yml
parentf07370606ca12b70566cfbe663c9801d41044f34 (diff)
Merge existing dmi-plugin of data access passthrough endpoints
- Introduced datastore enum and execute existing method based on given datastore. Issue-ID: CPS-1550 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech> Change-Id: Idf908a89dce2f5f1a155d630e04ba7869328b94d Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'openapi/components.yml')
-rw-r--r--openapi/components.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/openapi/components.yml b/openapi/components.yml
index 6124d647..1e35c028 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -213,6 +213,14 @@ components:
examples:
sample1:
value: my-topic-name
+ datastoreName:
+ name: datastore-name
+ in: path
+ description: The type of the requested data
+ required: true
+ schema:
+ type: string
+ example: ncmp-datastore:passthrough-operational or ncmp-datastore:passthrough-running
security:
- basicAuth: [] \ No newline at end of file