gettlsconfiginfo

API Name

gettlsconfiginfo

Description

Gets the TLS configuration information.

REST Methods

GET

Precondition

Agent must be running.

Input Params

Sample Request

https://smc.example.com:8999/manage/mgmtrestservice/gettlsconfiginfo

Return

HTTP status 200 is returned.

Sample Response

{ "KeystoreFile": "Keystore.jks", "Certificate validity ": "Valid", "agent.javax.net.ssl.keyStore": "C:\\SMC\\jde_smc_home\\SCFMC\\components\\Keystore.jks", "agent.jdk.tls.client.protocols": "TLSv1.2", "agent.javax.net.ssl.trustStore": "C:\\Oracle\\MIDDLE~1\\JDEV12~1\\ORACLE~1\\jdk\\jre\\lib\\security\\cacerts"CertificateFile":"phoenix146535.cer" }

Exception

Throws an exception if the operation fails for any reason.