API Guide

Table Of Contents
Type Name Description Schema
Path
external_certi
ficate
required
The IP:PORT of system associated with this
certificate.
string
Responses
HTTP
Code
Description Schema
204 Deleted the certificate from the keystore. No Content
3.4.4. Fetches the SSL Certificate of an external system
GET /external_certificates/untrusted/{external_certificate}
Parameters
Type Name Description Schema
Path
external_certi
ficate
required
The IP:PORT of system associated with this
certificate.
string
Responses
HTTP
Code
Description Schema
200 A JSON Object with all the certificate details Certificate
Produces
application/json
Example HTTP response
Response 200
{
Ê "ip_address" : "10.228.69.183",
Ê "issued_to" : "CN=dsvef103.lss.emc.com",
Ê "issued_by" : "CN=dsvef103.lss.emc.com-3KWZ7Q XMS Root CA",
Ê "issued_on" : "Mon Sep 18 07:09:29 UTC 2017",
Ê "expires_on" : "Fri Sep 18 07:09:29 UTC 2020",
Ê "SHA1" : "0d e0 ad 22 f2 de 35 25 9c dd 4d 6f 2d e2 25 e0 62 db 70 f6",
Ê "MD5" : "2d e3 a0 b8 54 77 6c",
Ê "encoded_certificate" : "Mkjhsdhnalka76e87dbnw8nk=="
}
10