Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 

Add a Certificate to Service Now

 

On an end-customer Service Now, use this API to add an SSL certificate. The certificate includes alias of the Service Now partner issuing the certificate.

URI

https://[host]/api/juniper/servicenow/certificate-management/upload (HTTP method = POST)

Consumes

Multipart/form-data.

The alias request parameter must be passed in the request. Currently, the supported value for this parameter is sn-partner.

Produces

  • application/vnd.juniper.servicenow.certificate-management.certificate+json;version=1

  • application/vnd.juniper.servicenow.certificate-management.certificate+xml;version=1

Response Elements

Element

Type

Description

id

Integer

ID of the certificate

name

String

Name of the certificate

aliasName

String

Alias of the certificate Issuer

issuerName

String

Name of the Service Now partner who issued the certificate

serialNumber

Integer

Serial number of the certificate

signatureAlgorithmName

String

Algorithm used for signing the SSL certificate

notBefore

Date

Date and time before which the certificate is not valid.

notAfter

Date

Date and time after which the certificate is not valid.

Sample Input

Sample Input File

Sample Output

Sample XML Output

Sample JSON Output