List Machine Identity Keystore

post

/management/weblogic/{version}/serverRuntime/domainKeystoresRuntime/listMachineIdentityKeystore

List the identity certificates for this machine.

Request

Path Parameters
Header Parameters
  • 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
Back to Top

Response

Supported Media Types

200 Response

Returns the following fields:

Body ()
Root Schema : Return
Type: object
Title: Return
Show Source
Nested Schema : Items
Type: array
Title: Items

Returns the action's result.

Show Source
Nested Schema : X509 Certificate Info V
Type: object
Show Source
  • Read Only: true

    Get the alias for this certificate.

  • Read Only: true

    Get the entry type for this certificate: either TRUST_CERTIFICATE or IDENTITY_CERTIFICATE

  • Read Only: true

    Get the Issuer field from the certificate.

  • Read Only: true

    Get the Not After field from the certificate (i.e., when the validity period ends).

  • Read Only: true

    Get the Not Before field from the certificate (i.e., when the validity period starts).

  • Read Only: true

    Get the Serial Number field from the certificate.

  • Read Only: true

    Get the Subject field from the certificate.

Back to Top