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

This action prepaes the CCE to be deployed with its current configuration. The actual deployement is done by running the following command from a remote desktop environment on the ASM: Register-CcAppliance; Install-CcAppliance

Ensure that the CCE deployment is done only after the CCE is configured using the configurecce or uploadcceconfig actions. 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=deploycce

HTTP Method

POST

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
ExternalCertPasswordNoNostringnone - Max Length Indicates the external password for protecting the PKCS certificate that is exported to the ASM for CCE deployment. This is required if the CCE is being deployed for the first time. If empty, the existing password will be used.

  • No labels