REST API Method: POST /rest/sbaconfig?action=uploadcceconfig

This action allows the whole CCE config INI file to be uploaded for configuring the CCE. This step is another way of configuring the CCE but requires the user to be well-versed with the INI file semantics.

Ensure that the CCE configuration is done only after the certificate is installed on the CCE. Failure to follow the correct order of steps may result in undesirable behavior.

An HTTP Status 200 return for this action only means that the request was successfully received by the system. Status of the action must be retrieved by polling the CCE Action Status Resource .

URL:

https://192.168.0.111/rest/sbaconfig?action=uploadcceconfig

HTTP Method

POST

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
CCEConfigIniFileYesNostringnone - Max Length Indicates the file name for the CCE config INI file. The file should have earlier been downloaded using the action downloadcceconfig

  • No labels