Create automation
POST https://caas.digicert.com/automationws/v1/automation/createAutomation
Use this endpoint to set up certificate automation for a single host.
This endpoint supports:
Configuring automation for an ACME automation agent (agent-based automation).
Configuring a sensor to automate certificate requests on load balancers (agentless automation).
Example requests and responses
Create automation
Automation for SNI
Automation for adding SNI (Agentless)
Automation for adding SNI (Agent)
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
isSniDefault | optional | boolean | Whether Server Name Indication (SNI) is set to default for automation. Default: Note: For F5 and AWS load balancers, if set to |
automationActionType | optional | integer | Certificate automation type. Default: Allowed values:
Values allowed for Agent/Agentless based automation:
|
divisionId | required | integer | Division ID. |
profileName | optional | string | Automation profile name. |
serverLicense | optional | integer | Server license number. |
serverName | optional* | string | Fully qualified server name. *Required if Note: For Agentless automation, this parameter is only required, if the load balancer is A10. |
cn | optional | string | Common name of the certificate. |
sans | optional | string | Comma-separated list of additional subject alternative names (SANs) to secure with automated certificate requests. |
parentOrderId | optional* | string | Existing order ID to be used for requesting a duplicate certificate. *Required if |
additionalEmails | optional | string | Comma-separated list of additional email IDs to send certificate lifecycle notifications. |
serverDetails | required | object | Object with server details |
.. agentLicenseKey | optional* | string | Agent license key. *Required for ACME automation agent flow. |
.. domainName | optional* | string | The domain name that you want to configure automation for. *Required only for SNI (having multiple profiles or certificates on same IP/Port) automation. |
.. ip | required | string | The IP address that you want to configure automation for. |
.. managementIp | optional* | string | Management IP. *Required for agentless automation flow. For more information, see Sensor automation on F5 load balancer. |
.. virtualServerName | optional* | string | Name of the virtual server to automate. *Required for agentless automation flow. Note: This parameter is not required for AWS load balancer. |
.. port | required | integer | The port that you want to configure automation for. |
.. redirectPort | optional | integer | Change the default SSL port (443) to a custom port of your choice. |
installSettings | required | object | Object with installation settings. |
.. installationType | required | string | Certificate installation type. Certificate installation can either be on-demand or scheduled for a specific time.
|
.. isAlwaysOn | required | boolean | Whether to auto-renew and install certificates. If Default: |
.. scheduleTime | optional | integer | Time when automation starts. Format: epoch in milliseconds. An epoch corresponds to 0 hours, 0 minutes, and 0 seconds (00:00:00) Coordinated Universal Time (UTC) on a specific date, which varies from system to system. Example: Note: Required if the |
.. scheduleTimeZone | optional | string | Time zone for the automation. Format: GMT + your timezone offset. Example: Note: Required if the |
.. autoRenewSettings | optional | object | Object with auto-renew settings. |
.. .. daysBeforeExpiry | optional | integer | Number of days before expiration to renew the certificate. Min: 1 day Max: Less than the certificate validity |
.. .. isAutoReplace | optional | boolean | For a revoked or missing certificate, Default: |
.. .. scheduleTime | optional | integer | Time when automatic renewal starts on the specified relative day before certificate expiry. Format: Number of seconds (0 (00:00:00) - 86399 (23:59:59)). Example: |
.. .. scheduleTimeZone | optional | string | Time zone for the automation. Format: GMT + your timezone offset. Example: |
isCertTransparent | optional | boolean | If Default: For more information, see CT log monitoring service. |
additionalFields | optional | object | Object with additional settings. |
.. keySecurityType | optional | string | Key security type used on F5 load balancer. *Required only if F5 load balancer is used. Allowed values:
Default: |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Object with error details. |
data | object | Object with response data. |
.. message | string | Message with details about successful creation. |
.. errors | array | List of errors, if any. |
.. errorCode | string | Error code. |
.. errorField | string | The field that is missing. |
.. errorMessage | string | Error message if the request failed. |