Used to renew a certificate that is about to expire
Name | Type | Description | Restrictions |
---|---|---|---|
certificateId | Integer | The ID of the certificate |
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
quote | Boolean | Optional | If true, validate the request and request a quote for the action |
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
product | Enum | Optional | The product defines the type of certificate to create |
Possible values:
|
period | Integer | Required | The validity period of the certificate in years |
Possible values:
|
csr | String | Optional | A valid Certificate Signing Request |
|
validationMethod | Enum | Required | The validation type used for the certificate request |
Possible values:
|
properties | Map <String, String> | Required | Provider specific properties. Look here for an overview of possible properties. | |
billables | List < billables > | Optional | Acknowledgment of billables for this request |
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
product | String | Required | The product |
|
action | Enum | Required | The action |
Possible values:
|
quantity | Integer | Optional | The maximum quantity, default 1 |
Besides the generic errors these specific error responses can be expected.
Type | Status | Description |
---|---|---|
BillableAcknowledgmentNeededException | 400 Bad Request |
POST
/v2/customers/{customer}/certificates/certificateId/renew
Content-Type: application/json
{}