Forum Discussion
Jakub_Smejkal
Nimbostratus
Sep 13, 2019iControl - fetching LTM profile config - how to know values are inherited from parent profile
Hello, we are fetching F5 config in this case various ltm profiles(http,tcp), some have attributes inherited from parent, but seems this info gets lost in iControl and later when I PATCH this v...
Satoshi_Toyosa1
Sep 18, 2019Ret. Employee
If you are looking for common entries between two files, you can use the Unix 'comm' command. For example,
curl -sku admin:<pass> https://<host>/mgmt/tm/ltm/profile/http/httpTest | python -m json.tool > httpTest
curl -sku admin:<pass> https://<host>/mgmt/tm/ltm/profile/http/http | jpython -m json.tool > http
comm -12 http httpTest
This should give you the properties inherited from the parent http profile.
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