JOC API

Version 2.6.5

Download RAML
JOC API
/inventory/repository/read
POST

reads from a local repository in ./resources/joc/repositories


Parameters in the POST body schema

Name Type Description Example Default
folder required, string Folder from ./resources/joc/repositories to read from. "folder" : "/ProductDemo"
recursive optional, boolean Determines if the given folder is read recursively. "recursive" : true
category required, string Categorize the repository nature. Possible values are LOCAL or ROLLOUT.