Requires the dns-view
capability.
Returns a list of TLS certificate generation attempts.
General error response from the platform
{- "data": [
- {
- "id": "651586fca6078e98982dbd90",
- "hub_id": "651586fca6078e98982dbd90",
- "domains": [
- "string"
], - "time": "2021-01-30T08:30:00Z",
- "success": true,
- "error": "string"
}
]
}
Lookup and retrieve a TLS certificate bundle for a specified domain.
Requires the dns-view
capability.
Returns a TLS certificate bundle.
General error response from the platform
{- "data": {
- "id": "651586fca6078e98982dbd90",
- "hub_id": "651586fca6078e98982dbd90",
- "domains": [
- "string"
], - "events": {
- "created": "2021-01-30T08:30:00Z",
- "updated": "2021-01-30T08:30:00Z",
- "deleted": "2021-01-30T08:30:00Z",
- "generated": "2021-01-30T08:30:00Z"
}, - "bundle": "string",
- "private_key": "string"
}
}