ConfigurationResponse
API-Proxy configuration response
addressesstring[]
A list of strings in the form ip:port or fqdn:port which represent the http connect proxy listener addresses.
ca_certificate_chainstring
Certification Authority certificate chain
ca_certificate object
X.509 CA certificate information
subjectstring
Certificate subject
issuerstring
Certificate issuer
serialstring
Certificate serial number
not_beforestring<date-time>
The time before which the certificate is not valid
not_afterstring<date-time>
The time after which the certificate is not valid
fingerprint_sha1string
SHA-1 fingerprint of the certificate
fingerprint_sha256string
SHA-256 fingerprint of the certificate
ConfigurationResponse
{
"addresses": [
"string"
],
"ca_certificate_chain": "string",
"ca_certificate": {
"subject": "string",
"issuer": "string",
"serial": "string",
"not_before": "2024-07-29T15:51:28.071Z",
"not_after": "2024-07-29T15:51:28.071Z",
"fingerprint_sha1": "string",
"fingerprint_sha256": "string"
}
}