seamlessfirework
Jul 21, 2023Cirrus
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...
- 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" }