diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-11-15 10:36:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-11-15 10:36:04 +0000 |
commit | 12dd22ec92526bb2782f3c1e55b6e9a4e0e9e77c (patch) | |
tree | b772c2918a7e640c298cb0d8b66b9bf3e41002a9 /cps-ncmp-rest/docs/openapi/ncmp-inventory.yml | |
parent | e14acc9d0d51a47c0827401c318e549aba753dd2 (diff) | |
parent | c37dee4816f51f750a9c92946dc9d4a558f3b812 (diff) |
Merge "Support alternate Id interface for ncmp inventory /ch/cmhandles endpoint"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/ncmp-inventory.yml')
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/ncmp-inventory.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cps-ncmp-rest/docs/openapi/ncmp-inventory.yml b/cps-ncmp-rest/docs/openapi/ncmp-inventory.yml index 24b83cf368..7b1c8d403e 100755 --- a/cps-ncmp-rest/docs/openapi/ncmp-inventory.yml +++ b/cps-ncmp-rest/docs/openapi/ncmp-inventory.yml @@ -96,15 +96,16 @@ updateDmiRegistration: } ] -getAllCmHandleIdsForRegisteredDmi: +getAllCmHandleReferencesForRegisteredDmi: get: - description: Get all cm handle IDs for a registered DMI plugin + description: Get all cm handle references for a registered DMI plugin tags: - network-cm-proxy-inventory - summary: Get all cm handle IDs for a registered DMI plugin (DMI plugin, DMI data plugin, DMI model plugin) - operationId: getAllCmHandleIdsForRegisteredDmi + summary: Get all cm handle references for a registered DMI plugin (DMI plugin, DMI data plugin, DMI model plugin) + operationId: getAllCmHandleReferencesForRegisteredDmi parameters: - $ref: 'components.yaml#/components/parameters/dmiPluginIdentifierInQuery' + - $ref: 'components.yaml#/components/parameters/outputAlternateIdOptionInQuery' responses: 200: description: OK @@ -121,7 +122,7 @@ getAllCmHandleIdsForRegisteredDmi: searchCmHandleIds: post: - description: Query and get CMHandle references for additional properties, public properties and registered DMI plugin (DMI plugin, DMI data plugin, DMI model plugin). + description: Query and get cm handle references for additional properties, public properties and registered DMI plugin (DMI plugin, DMI data plugin, DMI model plugin). tags: - network-cm-proxy-inventory summary: Query for CM Handle IDs |