Details
-
Story
-
Status: Closed
-
High
-
Resolution: Done
-
None
Description
Create a new endpoint which can retrieve Cm-Handle Details, by name and display CM Handle details and properties.
Create new method in Open API for the following endpoint.
Create new Model for CM-Handle being returned.
Create new Database query to retrieve cm-handle details, including public properties
This is specific to NCMP module.
A/C
Agree REST Endpoint with team.
Demo to Team
Write CSIT tests.
Return 400 Error if CM-Handle does not exist
Only return public properties. (Do not return additional properties)
Open Issues
URI Endpoint which should be used?
/v1/ch/{cm-handle} (try this one)
/v1/ch/{cm-handle}/details
/v1/{cm-handle}/ch:
/v1/{cm-handle}/ch/cm-handle:
Should registered service names be returned within model as outlined above as part of this API?