Field Name | Type | Description |
---|
response | Response | |
Example Request:
EDITCERTIFICATEDETAILS
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"ipAddress":"?",
"hostName":"?",
"os":"?",
"hostType":"?",
"certificateName":"?",
"path":"?",
"issuer":"?",
"startDate":?,
"expiryDate":?,
"archive":?,
"uniqueId":"?",
"port":"?",
"associatedCis":[
{
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
} ]
}
Example Response:
{
"id":2147483647,
"response":"?"
}
getCertificateDetails GET Interface
Method: GET
Relative URL: certificate/getallcertificates
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
Example Response:
{
"id":2147483647,
"response":"?"
}