Forum Discussion
rogerwelin_1426
Mar 25, 2014Nimbostratus
icontrol api, when creating monitor I cannot set Alias Address to * All Addresses
Hi, I'm using iControl Soap api, version 11.4, and I have written a script that creates virutual server, pool with nodes and health monitor. When creating the monitor I want to set the config...
rogerwelin_1426
Mar 25, 2014Nimbostratus
Ok, I figured it out.
The correct code for my problem is:
bigip["LocalLB.Monitor"].create_template([{"template_name" => monitor_name, "template_type" => "TTYPE_HTTP"}],[{"parent_template" => "http_head_f5", "interval" => 5, "timeout" => 8, "dest_ipport" => {"address_type" => "ATYPE_STAR_ADDRESS_STAR_PORT", "ipport" => {"address" => "0.0.0.0", "port" => 0}}, "is_read_only" => "false", "is_directly_usable" => "true"}])
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