Layer7 API Management

 View Only

  • 1.  Graphman Save & Activate Feature

    Posted Feb 11, 2026 11:17 AM

    I know Graphman import got Save & Activate feature got added recently. Question is once Save Option is set while import, Is there any separate option to activate it later (without import command) ?  Seems like Import is the only way to leverage this option. It would be nice to get an activate in separate command so it can be easy to automate the staged deployment model.



    -------------------------------------------


  • 2.  RE: Graphman Save & Activate Feature

    Broadcom Employee
    Posted Feb 12, 2026 01:05 AM

    @Rajesh Natarajan Could you please check this story: https://github.com/Layer7-Community/graphman-client/wiki/How-To-%E2%80%90-Managing-Policy-and-Service-Revisions

    Let us know if this helps in this case or not.

    -------------------------------------------



  • 3.  RE: Graphman Save & Activate Feature

    Posted Feb 12, 2026 02:05 PM

    Thanks for pointing me to this Doc Raju. This helps a lot. 

    Is there is way to activate a particular version number through graphman ? I am looking this one for Rollback strategy 

    -------------------------------------------



  • 4.  RE: Graphman Save & Activate Feature

    Broadcom Employee
    Posted Feb 13, 2026 12:02 AM

    @Rajesh Natarajan

    Yes, we've specific GraphQL field methods for such purposes (updatePolicyRevision, updateServiceRevision). But they are not as handy as that of set-based methods because they don't operate on bundled entities. Rather, they are designed to operate one entity at a time, and hence the caller needs to devise a solution accordingly.

    https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-gateway/11-1/apis-and-toolkits/graphman-management-api.html#concept.dita_d3303fde-e786-4fd4-b0b6-e3a28fd60a82_policyversioning

    Quick reference: In the above page, please navigate to Policy Versioning -> Activate a Specific Revision section.

    -------------------------------------------