Configuration File APIs

Download Configuration File for Application ID

Method: HTTP GET

Endpoint: http://<host_address>:<port_address>/v1/configuration/configFile/{applicationid}

Parameters: applicationid (Select value from the drop-down menu)

Upload Configuration File for Application ID

Method: HTTP POST

Endpoint: http://<host_address>:<port_address>/v1/configuration/configFile/{applicationid}

Parameters: applicationid (Select value from the drop-down menu)

Request body: On the request body, browse and choose the required file to upload.

Delete Configuration Files for Application ID

Method: HTTP DELETE

Endpoint: http://<host_address>:<port_address>/v1/configuration/{applicationid}

Parameters: applicationid (Select value from the drop-down menu)

Example of deleteRequest:

[
  "string"
]