Details
-
Story
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
None
-
None
Description
The current endpoint for retrieving module definitions is
- /v1/ch/{cm-handle}/modules/definitions/
which gives all the module definitions (module name, revision, and yang resource content) for a given cm handle name
The aim of this story is to be able to specify the module name returned i.e.
- /v1/ch/{cm-handle}/modules/definitions/{moduleName}
- /v1/ch/{cm-handle}/modules/definitions?moduleName=myModuleName
- /v1/ch/{cm-handle}/modules/definitions?moduleName=myModuleName&revision=myRevision
so it returns only a specific yang resource
Open Issue: Define just name or name and version, if only name is used it could still return several yang resources
Attachments
Issue Links
- mentioned in
-
Page Loading...