Forum Discussion
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" }
xuwen
Cumulonimbus
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"
}
seamlessfirework
Jul 24, 2023Cirrus
Hey xuwen,
Thanks for your reply. The missing exact location of the profile with the ~ was the point it did not work out. Unfortunately the documentation has no example how to PATCH an existing profile. That would be nice. On the other hand we have this community 😊
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects