/bar/readOverrides
Mount Point: /apiv1/bar/readOverrides
POST
This REST API uploads and reads an overrides file. The overrides file can be a deployment descriptor (eg. broker.xml) or a properties file. If the uploaded overrides file is valid, it is saved in the HTTP session for deployment.
Parameters
name | description | type | default |
---|---|---|---|
escapedOverridesFileName | The name of the file that is being uploaded. This must be defined as a hidden input element in the form on the browser. | form | |
overridesFile | The actual overrides file. | form |
Response Body
element: | (custom) |
a JSONObject that contains either the override values, or an error.