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.  How to automate uploads for renewal?

    Posted Wed November 29, 2017 11:27 AM

    Our company frequently deals with certificates, and thus far, we have manually uploaded them to DataPower for renewal. Is there a way to bypass the manual upload and generate an API to automatically transfer certificates to DataPower?



  • 2.  RE: How to automate uploads for renewal?

    Posted Wed January 10, 2018 10:35 AM

    Hi Julie -  following your post. I am interested to know too.  We are facing the same issue with certs.

     

    Thanks,

    Annie



  • 3.  RE: How to automate uploads for renewal?

    Posted Thu January 11, 2018 08:32 AM

    Have you looked at the SOMA XML Management interface?  It's basically a administrative SOAP service that can do just about anything you can do through the GUI.  For this use-case, there is an operation to upload files to the file system.  To make the cert active, you would probably also have to follow the upload with a disable/enable of the object, or restart of the domain.



  • 4.  How to automate uploads for renewal?

    Posted Thu January 11, 2018 11:34 AM
    Hi Dan – Thank you for replying to my post. Appreciate it. Let me try this and will let you know.


    Thanks,
    Annie

    From: Dan Ferree [mailto:datapower@lists.imwuc.org]
    Sent: Thursday, January 11, 2018 8:32 AM
    To: DataPower@lists.imwuc.org
    Subject: [DataPower] - RE: How to automate uploads for renewal?


    Have you looked at the SOMA XML Management interface? It's basically a administrative SOAP service that can do just about anything you can do through the GUI. For this use-case, there is an operation to upload files to the file system. To make the cert active, you would probably also have to follow the upload with a disable/enable of the object, or restart of the domain.

    -----End Original Message-----
    LEGAL DISCLAIMER
    The information transmitted is intended solely for the individual or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this email in error please contact the sender and delete the material from any computer.
    By replying to this e-mail, you consent to SunTrust's monitoring activities of all communication that occurs on SunTrust's systems.
    SunTrust is a federally registered service mark of SunTrust Banks, Inc.
    [ST:XCL]


  • 5.  How to automate uploads for renewal?

    Posted Tue January 23, 2018 10:32 AM
    Hi Dan – Do you know how to automate disabling and enabling members in load balancer groups ?


    Thanks,
    Annie

    From: Dan Ferree [mailto:datapower@lists.imwuc.org]
    Sent: Thursday, January 11, 2018 8:32 AM
    To: DataPower@lists.imwuc.org
    Subject: [DataPower] - RE: How to automate uploads for renewal?


    Have you looked at the SOMA XML Management interface? It's basically a administrative SOAP service that can do just about anything you can do through the GUI. For this use-case, there is an operation to upload files to the file system. To make the cert active, you would probably also have to follow the upload with a disable/enable of the object, or restart of the domain.

    -----End Original Message-----
    LEGAL DISCLAIMER
    The information transmitted is intended solely for the individual or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this email in error please contact the sender and delete the material from any computer.
    By replying to this e-mail, you consent to SunTrust's monitoring activities of all communication that occurs on SunTrust's systems.
    SunTrust is a federally registered service mark of SunTrust Banks, Inc.
    [ST:XCL]


  • 6.  RE: How to automate uploads for renewal?

    Posted Wed January 24, 2018 10:06 AM

    I have not used the management APIs on the objects themselves, though I imagine it's probably possible.  I have definitely used the APIs to Quiesce Domain, Restart Domain, Clear Cache, Unquiesce domain.  Assuming your load balancer will try another server if one doesn't accept it's request, the Quiesce would be a good way to stop accepting new traffic while finishing workloads in progress.  But i'll be honest that I don't know enough about load balancer groups though to say for sure what that behavior would be.