DataPower

DataPower

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Get crypto certificate details

    Posted Wed January 18, 2023 09:26 AM
    Hello All,

    Is there any way in DataPower to get all certificate details using single SOMA call (without for loop). After using for loop on crypto cert list, I am able to achieve that and getting the certificate details but to optimize it more, I want to get all certificate details in single SOMA call by passing list of crypto objects. Is this feasible?

    Best Regards,
    Abhishek R

    ------------------------------
    Abhishek Rokana
    ------------------------------


  • 2.  RE: Get crypto certificate details

    Posted Wed January 18, 2023 10:41 AM
    Yes, within the request, just create a "do-view-certificate-details" element for each certificate within a given domain:

    <dp:do-view-certificate-details>

    <dp:certificate-object>NameOfCertificateObject</dp:certificate-object>

    </dp:do-view-certificate-details>

    You'll get back multiple responses.

    ------------------------------
    Joseph Morgan
    ------------------------------