List Domain Trust Keystore
post
/management/weblogic/{version}/domainRuntime/domainKeystoresRuntime/listDomainTrustKeystore
List the domain certificate authority certificates trusted by the domain.
Request
Path Parameters
-
version(required): string
The version of the WebLogic REST interface.
Header Parameters
-
X-Requested-By(required): string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Security
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
Supported Media Types
- application/json
200 Response
Returns the following fields:
Root Schema : Return
Type:
object
Title:
Show Source
Return
-
return:
array Items
Title:
Items
Returns the action's result.
Nested Schema : X509 Certificate Info V
Type:
Show Source
object
-
alias:
string
Read Only:
true
Get the alias for this certificate.
-
entryType:
string
Read Only:
true
Get the entry type for this certificate: either
TRUST_CERTIFICATE
orIDENTITY_CERTIFICATE
-
issuer:
string
Read Only:
true
Get the Issuer field from the certificate.
-
notAfter:
integer(int64)
Read Only:
true
Get the Not After field from the certificate (i.e., when the validity period ends).
-
notBefore:
integer(int64)
Read Only:
true
Get the Not Before field from the certificate (i.e., when the validity period starts).
-
serialNumber:
string
Read Only:
true
Get the Serial Number field from the certificate.
-
subject:
string
Read Only:
true
Get the Subject field from the certificate.