A valid request URL is required to generate request examples{
"Name": "<string>",
"Data": "<string>",
"ConnectorIds": "<string>",
"Category": "<string>",
"SignatureAlgorithm": "<string>",
"Serialnumber": "<string>",
"ExpirationDate": "<string>",
"EffectiveDate": "<string>",
"Keysize": "<string>",
"AssociatedResource": "<string>",
"Issuer": "<string>",
"Subject": "<string>",
"IssuedBy": "<string>",
"ExpirationDays": 123,
"IssuedTo": "<string>",
"Thumbprint": "<string>",
"StoreType": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Return a single certificates
Returns a single certificates object using the specified key.
A valid request URL is required to generate request examples{
"Name": "<string>",
"Data": "<string>",
"ConnectorIds": "<string>",
"Category": "<string>",
"SignatureAlgorithm": "<string>",
"Serialnumber": "<string>",
"ExpirationDate": "<string>",
"EffectiveDate": "<string>",
"Keysize": "<string>",
"AssociatedResource": "<string>",
"Issuer": "<string>",
"Subject": "<string>",
"IssuedBy": "<string>",
"ExpirationDays": 123,
"IssuedTo": "<string>",
"Thumbprint": "<string>",
"StoreType": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
Path Parameters
The key Name
Query Parameters
Select structural property
Response
certificates response
The certificate file name, such as myCert.pfx or publicCert.pub.
The Base64-encoded contents of the certificate file. Required when using POST to create a certificate. It must contain all properties you want to include in the certificate.
A list of all connector Ids that are configured to use the certificate. This and the following readonly parameters provide an explanation of the properties that are included in the response from the API. You cannot use them to set properties when creating a certificate. All properties except Name must be defined in the Data parameter.
The certificate category (Public or Private).
The algorithm used to sign the certificate.
The certificate serial number.
The date on which the certificate expires.
The effective date of the certificate.
The certificate key size.
The list of connectors, profiles, and shared connections configured to use the certificate.
The certificate issuer.
The certificate subject.
The common name (CN) of the certificate issuer.
The number of days until the certificate expires.
The CN of the certificate subject.
The certificate SHA1 thumbprint.
The store type, such as PFX, Private, or Public.