diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2022-09-01 14:40:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-01 14:40:03 +0000 |
commit | 33236ba508ca3536dbacce944b19f880aa6ff944 (patch) | |
tree | 527fdbe2ada77f91b147469adeea165710ce7d17 /cps-ncmp-rest/docs/openapi/components.yaml | |
parent | 673a8578e6c381589e137c92415644722b5ca354 (diff) | |
parent | d340047f82a8301453fc3872e474090366b68472 (diff) |
Merge "Get all cm handles by DMI plugin Identifier"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/components.yaml')
-rw-r--r-- | cps-ncmp-rest/docs/openapi/components.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index c1e05876ca..427f083698 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -168,7 +168,6 @@ components: } } - CmHandleQueryParameters: type: object title: Cm Handle query parameters for executing cm handle search @@ -462,6 +461,14 @@ components: schema: type: string default: / + dmiPluginIdentifierInQuery: + name: dmi-plugin-identifier + in: query + description: dmi-plugin-identifier + required: true + schema: + type: string + example: my-dmi-plugin resourceIdentifierInQuery: name: resourceIdentifier in: query |