API Guide

Table Of Contents
Type Name Description Schema
Path
external_certi
ficate
required
The IP:PORT of system associated with this
certificate.
string
Body
certificate_pa
yload
required
certificate_payload
Responses
HTTP
Code
Description Schema
201 Added the certificate to the keystore. Certificate
500 Unable to add the certificate Error
Consumes
application/json
Produces
application/json
Example HTTP response
Response 201
{
Ê "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=="
}
3.4.2. Fetch the certificate from the keystore.
GET /external_certificates/trusted/{external_certificate}
Parameters
9