GlobalLB::Monitor::CommonAttributes

Introduced : BIG-IP_v9.2.0
A struct that describes some common attributes of a monitor template.
Member Type Description
parent_template String The parent template of this monitor template.
interval long The interval specifying how frequently the monitor instance of this template will run.
timeout long The number of seconds in which the node or service must respond to the monitor request. If the target responds within the set time period, it is considered up. If the target does not respond within the set time period, it is considered down. You can change this number to any number you want, however, it should be 3 times the interval number of seconds plus 1 second.
dest_ipport MonitorIPPort The destination IP:port of this monitor template.
is_read_only boolean The flag indicating whether this template is read-only.
is_directly_usable boolean The flag indicating whether this template is directly usable, or the user has to derive from this template before being able to use the derived template.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.