This is an archive version of the document. To get the most up-to-date information, see the current version.

Schemas

The following JSON schema is used to represent the /certificates collection in the Veeam Backup for AWS REST API. Properties included in schema represent the TLS certificate details.

Certificate

Property

Type

Description

thumbprint

string

Thumbprint uniquely identifying a certificate

serialNumber

string

Serial number of the certificate.

keyAlgorithm

string

Certificate encryption algorithm.

keySize

string

Certificate key length (in bits).

subject

string

DName of the client to which the certificate belongs.

issuedTo

string

Entity to which the certificate is issued.

issuedBy

string

Entity that issued the certificate.

validFrom

string

Date and time when the certificate becomes valid.

validBy

string

Date and time when the certificate expires.

automaticallyGenerated

boolean

Defines whether the certificate was generated automatically.