CertificatesApi
Last updated
Last updated
All URIs are relative to https://api.ionos.com
Method | HTTP request | Description |
---|---|---|
certificatesDelete(certificateId)
Delete a Certificate by ID
Deletes a certificate specified by its ID.
nil (empty response body)
basicAuth, tokenAuth
Content-Type: Not defined
Accept: Not defined
certificatesGet(opts)
Get Certificates
Retrieves all available certificates.
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
certificatesGetById(certificateId)
Get a Certificate by ID
Retrieves a certificate specified by its ID.
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
certificatesPatch(certificateId, certificatePatchDto)
Update a Certificate Name by ID
Updates the name of the specified certificate.
basicAuth, tokenAuth
Content-Type: application/json
Accept: application/json
certificatesPost(certificatePostDto)
Add a New Certificate
Adds a new PEM (Privacy Enhanced Mail) file that is used to store SSL certificates and their associated private keys.
basicAuth, tokenAuth
Content-Type: application/json
Accept: application/json
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
DELETE /certificatemanager/certificates/{certificateId}
Delete a Certificate by ID
GET /certificatemanager/certificates
Get Certificates
GET /certificatemanager/certificates/{certificateId}
Get a Certificate by ID
PATCH /certificatemanager/certificates/{certificateId}
Update a Certificate Name by ID
POST /certificatemanager/certificates
Add a New Certificate
certificateId
string
[default to undefined]
offset
string
'Limit' and 'Offset' are optional; you can use these filter parameters to retrieve only part of the results obtained by a request. Offset is the first element (from the complete list of elements) to be included in the response.
[optional][default to undefined]
limit
string
'Limit' and 'Offset' are optional; you can use these filter parameters to retrieve only part of the results of a query. If both 'Offset' and 'Limit'are specified, the offset lines are skipped before counting the returned limit lines.
[optional][default to undefined]
certificateId
string
[default to undefined]
certificateId
string
[default to undefined]
certificatePatchDto
certificatePostDto