For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

lnxgeek's avatar
Oct 08, 2023
Solved

Modify SSL profiles via REST API

Hi wiz's I have been spending some time on automating certificate maintenance. This has brought my attention to this documentation: https://clouddocs.f5.com/api/icontrol-rest/APIRef_tm_ltm_profil...
  • JRahm's avatar
    Oct 09, 2023

    Hi lnxgeek that's correct, you can't PATCH a collection, just the resources within that collection. From that doc, the methods support are shown one the resource, not the collection:

    Resource URI
    /mgmt/tm/ltm/profile/client-ssl/~resource id
    Resource Methods
    OPTIONS, GET, PUT, PATCH, DELETE, POST

    Let me know if I'm misunderstanding the issue. Also, check your DM, I sent you something that might be of interest to you, but I'm equally interested in your test feedback if you have the time to check it out.