The latest broker implementation supports variables in the url path. Example that allows you to retrieve a cartridge by name (":id"):
"SHOW_CARTRIDGE": { "href": "https://int.openshift.redhat.com/broker/rest/cartridge/:id", "method": "GET", "optional_params": [ ], "rel": "Retrieve a cartridge by name", "required_params": [ { "description": "Name of the cartridge", "invalid_options": [ ], "name": ":id", "type": "string", "valid_options": [ ] } ] }
- blocks
-
OSJC-97 Allow users to query deprecated cartridges
- Closed