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

seamlessfirework's avatar
seamlessfirework
Icon for Cirrostratus rankCirrostratus
Jul 21, 2023
Solved

iControl REST / Change a setting in ASM logging profile

Hey guys, I want to change the "maximumEntryLength" parameter in a ASM logging profile via REST. I built my URL in Postman like this {{baseurl}}/mgmt/tm/security/log/profile/log-webservices/applica...
  • xuwen's avatar
    Jul 22, 2023

    try this,i use postman works well, maximumEntryLength from "2k" change to "10k"

     

    PATCH https://192.168.5.110/mgmt/tm/security/log/profile/log-webservices/application/~Common~log-webservices
    
    JSON Body:
    {
        "maximumEntryLength": "10k"
    }