f5networks.f5_modules.bigip_device_info module – Collect information from F5 BIG-IP devices
Note
This module is part of the f5networks.f5_modules collection (version 1.32.1).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install f5networks.f5_modules
.
To use it in a playbook, specify: f5networks.f5_modules.bigip_device_info
.
New in f5networks.f5_modules 1.0.0
Synopsis
Collect information from F5 BIG-IP devices.
This module was called
bigip_device_facts
before Ansible 2.9. The usage did not change.
Aliases: bigip_device_facts
Parameters
Parameter |
Comments |
---|---|
Specifies the paging increment at which device data is gathered from the API. Allows for greater control of the pace at which data is queried from the device. This setting is useful for setups with large configurations which may take a long time with the default values. While there is no limit to the value that can be specified, note that putting very large values with F5 recommends using Default: |
|
When supplied, this argument will restrict the information returned to a given subset. You can specify a list of values to include a larger subset. Values can also be used with an initial Choices:
|
|
Specifies the partition to gather the resource information from. The default value for the partition is taken as Common. Default: |
|
A dict object containing connection details. |
|
Configures the auth provider for to obtain authentication tokens from the remote device. This option is really used when working with BIG-IQ devices. |
|
If You may omit this option by setting the environment variable Previously used variable Choices:
|
|
The password for the user account used to connect to the BIG-IP or the BIG-IQ. You may omit this option by setting the environment variable |
|
The BIG-IP host or the BIG-IQ host. You may omit this option by setting the environment variable |
|
The BIG-IP server port. You may omit this option by setting the environment variable Default: |
|
Specifies the timeout in seconds for communicating with the network device for either connecting or sending commands. If the timeout is exceeded before the operation is completed, the module will error. |
|
Configures the transport connection to use when connecting to the remote device. Choices:
|
|
The username to connect to the BIG-IP or the BIG-IQ. This user must have administrative privileges on the device. You may omit this option by setting the environment variable |
|
If You may omit this option by setting the environment variable Choices:
|
Notes
Note
For more information on using Ansible to manage F5 Networks devices see https://www.ansible.com/integrations/networks/f5.
Requires BIG-IP software version >= 12.
The F5 modules only manipulate the running configuration of the F5 product. To ensure that BIG-IP specific configuration persists to disk, be sure to include at least one task that uses the f5networks.f5_modules.bigip_config module to save the running configuration. Refer to the module’s documentation for the correct usage of the module to save your running configuration.
Examples
- name: Collect BIG-IP information
bigip_device_info:
gather_subset:
- interfaces
- vlans
provider:
server: lb.mydomain.com
user: admin
password: secret
delegate_to: localhost
- name: Collect all BIG-IP information
bigip_device_info:
gather_subset:
- all
provider:
server: lb.mydomain.com
user: admin
password: secret
delegate_to: localhost
- name: Collect all BIG-IP information except trunks
bigip_device_info:
gather_subset:
- all
- "!trunks"
provider:
server: lb.mydomain.com
user: admin
password: secret
delegate_to: localhost
- name: Collect BIG-IP information with custom data_increment and specific partition
bigip_device_info:
data_increment: 50
partition: Foo
gather_subset:
- gtm-a-wide-ips
provider:
server: lb.mydomain.com
user: admin
password: secret
delegate_to: localhost
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Information about APM Access Policies. Returned: When |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Information about APM Access Profiles. Returned: When |
|
APM Access Policy attached to this Access Profile. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Detailed information for ASM policies present on device. Returned: When Sample: |
|
Indicates if an ASM policy is active. In TMOS 13.x and above, this setting indicates if the policy is bound to any Virtual Server. Returned: queried Sample: |
|
Lists the response status codes between 400 and 599 that the security profile considers legal. Returned: queried Sample: |
|
The language encoding for the web application. Returned: queried Sample: |
|
In TMOS 13.x and above, this setting indicates if an ASM policy has pending changes that need to be applied. Returned: queried Sample: |
|
Indicates if the ASM policy treats file types, URLs, and parameters as case sensitive. Returned: queried Sample: |
|
Specifies if CSRF protection is active on the ASM policy. Returned: queried Sample: |
|
Specifies how long, in seconds, a configured CSRF token is valid before it expires. Returned: queried Sample: |
|
Specifies that only HTTPS URLs will be checked for CSRF protection. Returned: queried Sample: |
|
Specifies a list of URLs for CSRF token verification. In version 13.0.0 and later, this has become a sub-collection and a list of dictionaries. In version 12.x, this is a list of simple strings. Returned: queried |
|
Specifies an URL to protect. Returned: queried Sample: |
|
Indicates the action specified for the system to take when the URL entry matches. Returned: queried Sample: |
|
Specifies the generated ID for the configured CSRF URL resource. Returned: queried Sample: |
|
Method for the specified URL. Returned: queried Sample: |
|
List of parameters to look for in a request when checking if the URL entry matches the request. Returned: queried Sample: |
|
Indicates whether to ignore or require one of the specified parameters is present in a request when checking if the URL entry matches the request. Returned: queried Sample: |
|
Specifies the order in which the wildcard URLs are enforced. Returned: queried Sample: |
|
List of custom XFF headers trusted by the system. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Displays countries that may not access the web application. Returned: queried Sample: |
|
Specifies whether blocking is active or inactive for the ASM policy. Returned: queried Sample: |
|
Period in days both security policy entities and attack signatures remain in staging mode before the system suggests to enforce them. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Indicates if the ASM policy is a child of another ASM policy. Returned: queried Sample: |
|
Specifies whether the system should inspect all HTTP uploads. Returned: queried Sample: |
|
Determine how the policy is built. Returned: queried Sample: |
|
The virtual servers that have Advanced LTM policy configuration which, in turn, have rule(s) built with ASM control actions enabled. Returned: queried Sample: |
|
Indicates if the system masks credit card numbers. Returned: queried Sample: |
|
Maximum length of a cookie header name and value that the system processes. Returned: queried Sample: |
|
Maximum length of an HTTP header name and value that the system processes. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Specifies how the system handles path parameters that are attached to path segments in URIs. Returned: queried Sample: |
|
Specifies if the system places new or updated signatures in staging for the number of days specified in the enforcement readiness period. Returned: queried Sample: |
|
Generated ID of the ASM policy resource. Returned: queried Sample: |
|
Indicates if the ASM policy differentiates between HTTP/WS and HTTPS/WSS URLs. Returned: queried Sample: |
|
Specifies if the staging feature is active on the ASM policy. Returned: queried Sample: |
|
Indicates if iRule event is enabled. Returned: queried Sample: |
|
Indicates the system has confidence in an XFF (X-Forwarded-For) header in the request. Returned: queried Sample: |
|
The type of policy, can be Returned: queried Sample: |
|
Specifies how the security policy processes URLs that use dynamic sessions. Returned: queried Sample: |
|
Virtual server or servers which have this policy assigned to them. Returned: queried Sample: |
|
Miscellaneous ASM policy related information. Returned: When Sample: |
|
The total number of ASM parent policies on the device. Returned: queried Sample: |
|
The total number of ASM policies on the device. Returned: queried Sample: |
|
The number of ASM policies that are marked as active. From TMOS 13.x and above this setting equals to Returned: queried Sample: |
|
The number of ASM policies that are attached to virtual servers. Returned: queried Sample: |
|
The number of ASM policies that are marked as inactive. From TMOS 13.x and above this setting equals to Returned: queried Sample: |
|
The total number of ASM policies with pending changes on the device. Returned: queried Sample: |
|
The number of ASM policies that are not attached to a virtual server. Returned: queried Sample: |
|
Detailed information for ASM server technologies present on the device. Returned: When Sample: |
|
Displays the generated ID for the server technology resource. Returned: queried Sample: |
|
Friendly name of the server technology resource. Returned: queried Sample: |
|
List of dictionaries containing API self links of the associated technology resources. Returned: queried |
|
A self link to an associated server technology. Returned: queried Sample: |
|
Detailed information for ASM signature sets present on device. Returned: When Sample: |
|
Indicates whether the system assigns this signature set to a new created security policy by default. Returned: queried Sample: |
|
Displays the category of the signature set. Returned: queried Sample: |
|
Displays whether the security policy logs the request data in the Statistics screen if a request matches a signature that is included in the signature set. Returned: queried Sample: |
|
When the security policy enforcement mode is Blocking, displays how the system treats requests that match a signature included in the signature set. Returned: queried Sample: |
|
Displays whether the security policy learns all requests that match a signature that is included in the signature set. Returned: queried Sample: |
|
Displays the generated ID for the signature set resource. Returned: queried Sample: |
|
Specifies this signature set was added by a user. Returned: queried Sample: |
|
Name of the signature set. Returned: queried Sample: |
|
The method used to select signatures to be a part of the signature set. Returned: queried Sample: |
|
Client SSL Profile related information. Returned: When Sample: |
|
Maximum time period, in seconds, to keep the SSL session active after an alert message is sent, or indefinite. Returned: queried Sample: |
|
Enables or disables non-SSL connections. Returned: queried Sample: |
|
Specifies the authenticate depth. This is the client certificate chain maximum traversal depth. Returned: queried Sample: |
|
Specifies how often the system authenticates a user. Returned: queried Sample: |
|
Specifies the certificate authority (CA) file name. Returned: queried Sample: |
|
Specifies the SSL session cache size. Returned: queried Sample: |
|
Specifies the SSL session cache timeout value. Returned: queried Sample: |
|
Specifies the name of the certificate installed on the traffic management system for the purpose of terminating or initiating an SSL connection. Returned: queried Sample: |
|
Specifies or builds a certificate chain file that a client can use to authenticate the profile. Returned: queried Sample: |
|
Specifies a list of cipher names. Returned: queried Sample: |
|
Specifies the certificate revocation list file name. Returned: queried Sample: |
|
Description of the profile. Returned: queried Sample: |
|
Specifies the name of the certificate file that is used as the certification authority certificate when SSL forward proxy feature is enabled. Returned: queried |
|
Specifies the name of the key file that is used as the certification authority key when SSL forward proxy feature is enabled. Returned: queried |
|
Specifies the passphrase of the key file that is used as the certification authority key when SSL forward proxy feature is enabled. Returned: queried |
|
Specifies the extensions of the web server certificates to be included in the generated certificates using SSL Forward Proxy. Returned: queried Sample: |
|
Specifies the lifespan of the certificate generated using the SSL forward proxy feature. Returned: queried Sample: |
|
Enables or disables SSL forward proxy feature. Returned: queried Sample: |
|
Specifies whether to perform certificate look up by IP address and port number. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies the handshake timeout in seconds. Returned: queried Sample: |
|
Specifies the name of the key installed on the traffic management system for the purpose of terminating or initiating an SSL connection. Returned: queried Sample: |
|
Enables or disables ModSSL method emulation. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Parent of the profile Returned: queried Sample: |
|
Specifies the peer certificate mode. Returned: queried Sample: |
|
Specifies the profile mode, which enables or disables SSL processing. Returned: queried Sample: |
|
Specifies whether renegotiations are enabled. Returned: queried Sample: |
|
Maximum number of SSL records that the traffic management system can receive before it renegotiates an SSL session. Returned: queried Sample: |
|
Number of seconds required to renegotiate an SSL session. Returned: queried Sample: |
|
APM module requires storing certificate in SSL session. When Returned: queried Sample: |
|
Specifies the secure renegotiation mode. Returned: queried Sample: |
|
Specifies the server names to be matched with SNI (server name indication) extension information in ClientHello from a client connection. Returned: queried Sample: |
|
Enables or disables session-ticket. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When this option is Returned: queried Sample: |
|
Enables or disables strict-resume. Returned: queried Sample: |
|
Whether to force the SSL profile to perform a clean shutdown of all SSL connections or not Returned: queried Sample: |
|
Device group related information. Returned: When Sample: |
|
Specifies whether to synchronize ASM configurations of device group members. Returned: queried Sample: |
|
Whether the device group automatically synchronizes configuration data to its members. Returned: queried Sample: |
|
Description of the device group. Returned: queried Sample: |
|
List of devices in the group. Devices are listed by their Returned: queried Sample: |
|
Specifies the entire configuration for a device group is sent when configuration synchronization is performed. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies the maximum size (in KB) to devote to incremental config sync cached transactions. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Specifies whether network failover is used. Returned: queried Sample: |
|
Specifies the type of device group. Returned: queried Sample: |
|
Device related information. Returned: When Sample: |
|
The currently licensed and provisioned modules on the device. Returned: queried Sample: |
|
Media Access Control address (MAC address) of the device. Returned: queried Sample: |
|
The minor version information of the total product version. Returned: queried Sample: |
|
Serial number of the device. Returned: queried Sample: |
|
Displays the chassis type. The possible values are Returned: queried Sample: |
|
User comments about the device. Returned: queried Sample: |
|
IP address used for configuration synchronization. Returned: queried Sample: |
|
Administrator contact information. Returned: queried Sample: |
|
Description of the device. Returned: queried Sample: |
|
Displays the software edition. Returned: queried Sample: |
|
Device failover state. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Device hostname Returned: queried Sample: |
|
Specifies the physical location of the device. Returned: queried Sample: |
|
IP address of the management interface. Returned: queried Sample: |
|
Marketing name of the device platform. Returned: queried Sample: |
|
Specifies the multicast IP address used for failover. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Modules that are available for the current platform, but are not currently licensed. Returned: queried Sample: |
|
Displays the device platform identifier. Returned: queried Sample: |
|
Specifies the IP address used for state mirroring. Returned: queried Sample: |
|
Displays the software product name. Returned: queried Sample: |
|
Secondary IP address used for state mirroring. Returned: queried Sample: |
|
Whether or not this device is the one that was queried for information. Returned: queried Sample: |
|
Displays the software version number. Returned: queried Sample: |
|
Displays the licensed modules that are time-limited. Returned: queried Sample: |
|
Displays the time zone configured on the device. Returned: queried Sample: |
|
Specifies the entire set of unicast addresses used for failover. Returned: queried |
|
The IP address that peers can use to reach this unicast address IP. Returned: queried Sample: |
|
The port that peers can use to reach this unicast address. Returned: queried Sample: |
|
The IP address the failover daemon will listen on for packets from its peers. Returned: queried Sample: |
|
The IP port the failover daemon uses to accept packets from its peers. Returned: queried Sample: |
|
External monitor related information. Returned: When Sample: |
|
Specifies any command-line arguments the script requires. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Specifies the IP address and service port of the resource that is the destination of this monitor. Returned: queried Sample: |
|
Specifies the name of the file for the monitor to use. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown. Returned: queried Sample: |
|
Specifies whether the system automatically changes the status of a resource to up at the next successful monitor check. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Specifies the amount of time, in seconds, after the first successful response before a node is marked up. Returned: queried Sample: |
|
Specifies the number of seconds the target has in which to respond to the monitor request. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when the resource is up. Returned: queried Sample: |
|
Specifies any variables the script requires. Returned: success Sample: |
|
FastHTTP profile related information. Returned: When Sample: |
|
Number of seconds after which the system closes a client connection, when the system either receives a client FIN packet or sends a FIN packet to the client. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Length of time that a connection is idle (has no traffic) before the connection is eligible for deletion. Returned: queried Sample: |
|
Whether the system inserts the X-Forwarded-For header in an HTTP request with the client IP address, to use with connection pooling. Returned: queried Sample: |
|
Maximum amount of HTTP header data the system buffers before making a load balancing decision. Returned: queried Sample: |
|
Maximum number of requests the system can receive on a client-side connection, before the system closes the connection. Returned: queried Sample: |
|
Maximum segment size (MSS) override for server-side connections. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Number of seconds after which a server-side connection in a OneConnect pool is eligible for deletion, when the connection has no traffic. Returned: queried Sample: |
|
Maximum number of connections to a load balancing pool. Returned: queried Sample: |
|
Maximum number of times the system can re-use a current connection. Returned: queried Sample: |
|
Minimum number of connections to a load balancing pool. Returned: queried Sample: |
|
The increment in which the system makes additional connections available, when all available connections are in use. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Amount of data the BIG-IP system can accept without acknowledging the server. Returned: queried Sample: |
|
A string the system inserts as a header in an HTTP request. If the header already exists, the system does not replace it. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Number of seconds after which the system closes a client connection, when the system either receives a server FIN packet or sends a FIN packet to the server. Returned: queried Sample: |
|
Whether the BIG-IP system processes Selective ACK (Sack) packets in cookie responses from the server. Returned: queried Sample: |
|
Whether the BIG-IP system processes timestamp request packets in cookie responses from the server. Returned: queried Sample: |
|
How the system handles closing connections. Values provided may be Returned: queried Sample: |
|
FastL4 profile related information. Returned: When Sample: |
|
Specifies late binding client timeout in seconds. This is the number of seconds allowed for a client to transmit enough data to select a server pool. If this timeout expires, the timeout-recovery option dictates whether to drop the connection or fallback to the normal FastL4 load balancing method to pick a server pool. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Describes the Don’t Fragment (DF) bit setting in the IP Header of the outgoing TCP packet. When When When When Returned: queried Sample: |
|
Specifies whether to have the iRule code determine exactly when the FIX stream drops down to the ePVA hardware. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies whether you want to generate TCP sequence numbers on all SYNs that conform with RFC1948, and allow timestamp recycling. Returned: queried Sample: |
|
Enables or disables hardware SYN cookie support when PVA10 is present on the system. This option is deprecated in version 13.0.0 and is replaced by Returned: queried Sample: |
|
Specifies the number of seconds a connection is idle before the connection is eligible for deletion. Values are in the range of 0 to 4294967295 (inclusive).
Returned: queried Sample: |
|
Specifies an IP Type of Service (ToS) number for the client-side. This option specifies the ToS level the traffic management system assigns to IP packets when sending them to clients. Returned: queried Sample: |
|
Specifies an IP ToS number for the server side. This option specifies the ToS level the traffic management system assigns to IP packets when sending them to servers. Returned: queried Sample: |
|
Specifies the keep-alive probe interval, in seconds. A value of 0 indicates keep-alive is disabled. Returned: queried Sample: |
|
Specifies whether to enable or disable the intelligent selection of a back-end server pool. Returned: queried Sample: |
|
Specifies a Link Quality of Service (QoS) (VLAN priority) number for the client side. This option specifies the QoS level the system assigns to packets when sending them to clients. Returned: queried Sample: |
|
Specifies a Link QoS (VLAN priority) number for the server side. This option specifies the QoS level the system assigns to packets when sending them to servers. Returned: queried Sample: |
|
Specifies the system closes a loosely-initiated connection when it receives the first FIN packet from either the client or the server. Returned: queried Sample: |
|
Specifies the system initializes a connection when it receives any Transmission Control Protocol (TCP) packet, rather than requiring a SYN packet for connection initiation. Returned: queried Sample: |
|
Specifies a maximum segment size (MSS) override for server connections. Note this is also the MSS advertised to a client when a client first connects.
Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Specifies the internal packet priority for the client side. This option specifies the internal packet priority the system assigns to packets when sending them to clients. Returned: queried Sample: |
|
Specifies the internal packet priority for the server side. This option specifies the internal packet priority the system assigns to packets when sending them to servers. Returned: queried Sample: |
|
Specifies the Packet Velocity(r) ASIC acceleration policy. Returned: queried Sample: |
|
Specifies the number of client packets before dynamic ePVA hardware re-offloading occurs. Values are between 0 and 10. Returned: queried Sample: |
|
Specifies the number of server packets before dynamic ePVA hardware re-offloading occurs. Values are between 0 and 10. Returned: queried Sample: |
|
Specifies if automatic aging from ePVA flow cache is enabled or not. Returned: queried Sample: |
|
Specifies if this flow can be evicted upon hash collision with a new flow learn snoop request. Returned: queried Sample: |
|
Specifies whether PVA flow dynamic offloading is enabled or not. Returned: queried Sample: |
|
Specifies at what stage the ePVA performs hardware offload. When When Returned: queried Sample: |
|
Specifies whether to reassemble fragments. Returned: queried Sample: |
|
Specifies the window size to use, in bytes. The maximum is 2^31 for window scale enabling. Returned: queried Sample: |
|
Specifies whether you want to reset connections on timeout. Returned: queried Sample: |
|
Enables or disables the TCP timestamp options to measure the round trip time to the client. Returned: queried Sample: |
|
Enables or disables the TCP timestamp options to measure the round trip time to the server. Returned: queried Sample: |
|
Specifies whether to support the server sack option in cookie responses by default. Returned: queried Sample: |
|
Specifies whether to support the server timestamp option in cookie responses by default. Returned: queried Sample: |
|
Enables or disables software SYN cookie support when PVA10 is not present on the system. This option is deprecated in version 13.0.0 and is replaced by Returned: queried Sample: |
|
Specifies whether you want to block the TCP SackOK option from passing to the server on an initiating SYN. Returned: queried Sample: |
|
Enables syn-cookies capability on this virtual server. Returned: queried Sample: |
|
Specifies a maximum segment size (MSS) for server connections when SYN Cookie is enabled. Returned: queried Sample: |
|
Specifies whether or not to use a SYN Cookie WhiteList when doing software SYN Cookies. Returned: queried Sample: |
|
Specifies a TCP close timeout in seconds. Returned: queried Sample: |
|
Specifies a TCP handshake timeout in seconds. Returned: queried Sample: |
|
Specifies a TCP time_wait timeout in milliseconds. Returned: queried Sample: |
|
Specifies how you want to handle the TCP timestamp. Returned: queried Sample: |
|
Specifies how you want to handle the TCP window scale. Returned: queried Sample: |
|
Specifies late binding timeout recovery mode. This is the action to take when late binding timeout occurs on a connection. When When Returned: queried Sample: |
|
Describes the outgoing TCP packet’s IP Header TTL mode. When When When When Returned: queried Sample: |
|
Specifies the outgoing packet’s IP Header TTL value for IPv4 traffic. Maximum value is 255. Returned: queried Sample: |
|
Specify the outgoing packet’s IP Header TTL value for IPv6. traffic. Maximum value is 255. Returned: queried Sample: |
|
Gateway ICMP monitor related information. Returned: When Sample: |
|
Whether adaptive response time monitoring is enabled for this monitor. Returned: queried Sample: |
|
Specifies whether the adaptive-divergence-value is Returned: queried Sample: |
|
Specifies how far from mean latency each monitor probe is allowed to be. Returned: queried Sample: |
|
Specifies the hard limit, in milliseconds, which the probe is not allowed to exceed, regardless of the divergence value. Returned: queried Sample: |
|
Specifies the size of the sliding window, in seconds, which records probe history. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Specifies the IP address and service port of the resource that is the destination of this monitor. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown. Returned: queried Sample: |
|
Specifies whether the system automatically changes the status of a resource to (B)up at the next successful monitor check. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Specifies the amount of time, in seconds, after the first successful response before a node is marked up. Returned: queried Sample: |
|
Specifies the number of seconds the target has in which to respond to the monitor request. Returned: queried Sample: |
|
Specifies whether the monitor operates in transparent mode. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when the resource is up. Returned: queried Sample: |
|
GTM pool related information. Every “type” of pool has the exact same list of possible information. Therefore, the list of information here is presented once instead of 6 times. Returned: When any of Sample: |
|
The load balancing mode the system uses to load balance name resolution requests among the members of the pool. Returned: queried Sample: |
|
Specifies the pool is disabled. Returned: queried |
|
Specifies whether the dynamic ratio load balancing algorithm is enabled for this pool. Returned: queried Sample: |
|
Specifies the pool is enabled. Returned: queried |
|
Specifies the load balancing mode the system uses to load balance name resolution among the pool members if the preferred and alternate modes are unsuccessful in picking a pool. Returned: queried |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies the preferred load balancing mode the system uses to load balance requests across pool members. Returned: queried |
|
Whether manual resume is enabled for this pool. Returned: queried |
|
Maximum number of available virtual servers the system lists in a response. Returned: queried |
|
Lists of members (and their configurations) in the pool. Returned: queried |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Partition on which the pool exists. Returned: queried |
|
Weight of the Hit Ratio performance factor for the QoS dynamic load balancing method. Returned: queried |
|
Weight of the Hops performance factor when load balancing mode or fallback mode is QoS. Returned: queried |
|
Weight assigned to the Kilobytes per Second performance factor when the load balancing option is QoS. Returned: queried |
|
Weight assigned to the Link Capacity performance factor when the load balacing option is QoS. Returned: queried |
|
Weight assigned to the Packet Rate performance factor when the load balacing option is QoS. Returned: queried |
|
Weight assigned to the Round Trip Time performance factor when the load balacing option is QoS. Returned: queried |
|
Weight assigned to the Topology performance factor when the load balacing option is QoS. Returned: queried |
|
Weight assigned to the Virtual Server performance factor when the load balacing option is QoS. Returned: queried |
|
Weight assigned to the Virtual Server Score performance factor when the load balacing option is QoS. Returned: queried |
|
Number of seconds the IP address, once found, is valid. Returned: queried |
|
Whether or not the system verifies the availability of the members before sending a connection to them. Returned: queried |
|
GTM server related information. Returned: When Sample: |
|
Specifies the server IP addresses. Returned: queried |
|
Full name of the datacenter to which this server belongs. Returned: queried |
|
Specifies the names of the devices that represent this server. Returned: queried |
|
Specifies the server is disabled. Returned: queried |
|
Specifies the server is enabled. Returned: queried |
|
Allow the GTM server to auto-discover the LTM virtual servers from all route domains. Returned: queried |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Whether the GTM uses this BIG-IP system to conduct a path probe before delegating traffic to it. Returned: queried |
|
Whether the GTM uses this BIG-IP system to conduct a service check probe before delegating traffic to it. Returned: queried |
|
Whether the GTM uses this BIG-IP system to conduct an SNMP probe before delegating traffic to it. Returned: queried |
|
For a server configured as a generic host, specifies the percent of CPU usage, otherwise this has no effect. Returned: queried |
|
Whether Returned: queried |
|
Maximum allowable data throughput rate in bits per second for this server. Returned: queried |
|
Whether Returned: queried |
|
Maximum number of concurrent connections, combined, for this server. Returned: queried |
|
Whether Returned: success |
|
Maximum allowable data transfer rate for this server, in packets per second. Returned: queried |
|
Whether Returned: queried |
|
For a server configured as a generic host, specifies the available memory required by the virtual servers on the server. If available memory falls below this limit, the system marks the server as unavailable. Returned: queried |
|
Whether Returned: queried |
|
Specifies whether the system auto-discovers the links for this server. Returned: queried |
|
Whether one or more monitors need to pass, or all monitors need to pass. Returned: queried Sample: |
|
Specifies health monitors that the system uses to determine whether this server is available for load balancing. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
The type of prober to use to monitor this server’s resources when the preferred type is not available. Returned: queried |
|
Specifies the type of prober to use to monitor this server’s resources. Returned: queried |
|
Specifies the server type. Returned: queried |
|
Whether the system auto-discovers the virtual servers for this server. Returned: queried |
|
Specifies the virtual servers that are resources for this server. Returned: queried |
|
GTM regions related information. Returned: When Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
The list of region members. Returned: success Sample: |
|
The name of one of the seven continents in ISO format, along with the Returned: when configured for the region member. Sample: |
|
The country name returned as an ISO country code. Valid country codes can be found here https://countrycode.org/. Returned: when configured for the region member. Sample: |
|
The name of a GTM data center already defined in the configuration. Returned: when configured for the region member. Sample: |
|
Specifies a geolocation ISP. Returned: when configured for the region member. Sample: |
|
Specifies an Internet service provider. Returned: when configured for the region member. Sample: |
|
Indicates if the region member is a Returned: when configured for the region member. Sample: |
|
The name of a GTM pool already defined in the configuration. Returned: when configured for the region member. Sample: |
|
The name of region already defined in the configuration. Returned: when configured for the region member. Sample: |
|
The state in a given country. Returned: when configured for the region member. Sample: |
|
An IP address and network mask in the CIDR format. Returned: when configured for the region member. Sample: |
|
GTM Wide IP related information. Every “type” of Wide IP has the exact same list of possible information. Therefore, the list of information here is presented once instead of 6 times. Returned: When any of Sample: |
|
Description of the Wide IP. Returned: queried |
|
Whether the Wide IP is disabled. Returned: queried |
|
Whether the Wide IP is enabled. Returned: queried |
|
Specifies the DNS RCODE used when Returned: queried |
|
When Returned: queried |
|
Specifies the negative caching TTL of the SOA for the RCODE response. Returned: queried |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies which pool, as listed in Pool List, for the system to use as the last resort pool for the Wide IP. Returned: queried |
|
Specifies the system forms the smallest allowable DNS response to a query. Returned: queried |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Specifies the number of bits the system uses to identify IPv4 addresses when persistence is enabled. Returned: queried |
|
Specifies the number of bits the system uses to identify IPv6 addresses when persistence is enabled. Returned: queried |
|
Specifies the load balancing method used to select a pool in this Wide IP. Returned: queried |
|
Specifies the pools this Wide IP uses for load balancing. Returned: queried |
|
Specifies, in seconds, the length of time for which the persistence entry is valid. Returned: queried |
|
HTTP monitor related information. Returned: When Sample: |
|
Whether adaptive response time monitoring is enabled for this monitor. Returned: queried Sample: |
|
Specifies whether the adaptive-divergence-value is Returned: queried Sample: |
|
Specifies how far from mean latency each monitor probe is allowed to be. Returned: queried Sample: |
|
Specifies the hard limit, in milliseconds, which the probe is not allowed to exceed, regardless of the divergence value. Returned: queried Sample: |
|
Specifies the size of the sliding window, in seconds, which records probe history. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Specifies the IP address and service port of the resource that is the destination of this monitor. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown. Returned: queried Sample: |
|
Specifies the differentiated services code point (DSCP). Returned: queried Sample: |
|
Specifies whether the system automatically changes the status of a resource to (B)up at the next successful monitor check. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Specifies a text string the monitor looks for in the returned resource. If the text string is matched in the returned resource, the corresponding node or pool member is marked session disabled. Returned: queried Sample: |
|
Specifies the text string the monitor looks for in the returned resource. Returned: queried Sample: |
|
Specifies whether the monitor operates in reverse mode. When the monitor is in reverse mode, a successful check marks the monitored object down instead of up. Returned: queried Sample: |
|
Specifies the text string the monitor sends to the target object. Returned: queried Sample: |
|
Specifies the amount of time, in seconds, after the first successful response before a node is marked up. Returned: queried Sample: |
|
Specifies the number of seconds the target has in which to respond to the monitor request. Returned: queried Sample: |
|
Specifies whether the monitor operates in transparent mode. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when the resource is up. Returned: queried Sample: |
|
Specifies the username, if the monitored target requires authentication. Returned: queried Sample: |
|
HTTP profile related information. Returned: When Sample: |
|
Enables or disables trusting the client IP address, and statistics from the client IP address, based on the request’s X-Forwarded-For (XFF) headers, if they exist. Returned: queried Sample: |
|
Specifies the pass-through behavior when a redirect lacking the trailing carriage-return and line feed pair at the end of the headers is parsed. When Returned: queried Sample: |
|
Specifies the behavior of the proxy service when handling outbound requests. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Specifies the pass-through behavior when the When Returned: queried Sample: |
|
Specifies the pass-through behavior when When Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Optimizes the behavior of a known HTTP method in the list. The default methods include the following HTTP/1.1 methods. CONNECT, DELETE, GET, HEAD, LOCK, OPTIONS, POST, PROPFIND, PUT, TRACE, UNLOCK. If a known method is deleted from the Returned: queried Sample: |
|
Specifies the maximum column width for any given line, when inserting an HTTP header in an HTTP request. Returned: queried Sample: |
|
Specifies the maximum number of headers the system supports. Returned: queried Sample: |
|
Specifies the maximum size, in bytes, the system allows for all HTTP request headers combined, including the request line. Returned: queried Sample: |
|
Specifies the number of requests the system accepts on a per-connection basis. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the pass-through behavior when the Returned: queried Sample: |
|
Specifies the pass-through behavior when the Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Enables or disables HTTP/1.1 pipelining. Returned: queried Sample: |
|
Specifies the proxy mode for this profile. Either reverse, explicit, or transparent. Returned: queried Sample: |
|
Specifies whether the system rewrites the URIs that are part of HTTP redirect (3XX) responses. Returned: queried Sample: |
|
Specifies how the system handles HTTP content that is chunked by a client. Returned: queried Sample: |
|
Specifies how the system handles HTTP content that is chunked by a server. Returned: queried Sample: |
|
Specifies the string used as the server name in traffic generated by LTM. Returned: queried Sample: |
|
The maximum interval in seconds between two pollings. Returned: queried Sample: |
|
Specifies the ratio of packets observed to the samples generated. Returned: queried Sample: |
|
Specifies the behavior (allow, reject, or pass through) when an unknown HTTP method is parsed. Returned: queried Sample: |
|
Specifies whether to Remove, Preserve, or Append Via headers included in a client request to an origin web server. Returned: queried Sample: |
|
Specifies whether to Remove, Preserve, or Append Via headers included in an origin web server response to a client. Returned: queried Sample: |
|
HTTPS monitor related information. Returned: When Sample: |
|
Whether adaptive response time monitoring is enabled for this monitor. Returned: queried Sample: |
|
Specifies whether the adaptive-divergence-value is Returned: queried Sample: |
|
Specifies how far from mean latency each monitor probe is allowed to be. Returned: queried Sample: |
|
Specifies the hard limit, in milliseconds, which the probe is not allowed to exceed, regardless of the divergence value. Returned: queried Sample: |
|
Specifies the size of the sliding window, in seconds, which records probe history. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Specifies the IP address and service port of the resource that is the destination of this monitor. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown. Returned: queried Sample: |
|
Specifies the differentiated services code point (DSCP). Returned: queried Sample: |
|
Specifies whether the system automatically changes the status of a resource to up at the next successful monitor check. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Specifies a text string the monitor looks for in the returned resource. If the text string is matched in the returned resource, the corresponding node or pool member is marked session disabled. Returned: queried Sample: |
|
Specifies the text string the monitor looks for in the returned resource. Returned: queried Sample: |
|
Specifies whether the monitor operates in reverse mode. When the monitor is in reverse mode, a successful check marks the monitored object down instead of up. Returned: queried Sample: |
|
Specifies the text string the monitor sends to the target object. Returned: queried Sample: |
|
Specifies the SSL profile to use for the HTTPS monitor. Returned: queried Sample: |
|
Specifies the amount of time, in seconds, after the first successful response before a node is marked up. Returned: queried Sample: |
|
Specifies the number of seconds the target has in which to respond to the monitor request. Returned: queried Sample: |
|
Specifies whether the monitor operates in transparent mode. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when the resource is up. Returned: queried Sample: |
|
Specifies the username, if the monitored target requires authentication. Returned: queried Sample: |
|
iApp v1 service related information. Returned: When Sample: |
|
Description of the service. Returned: queried Sample: |
|
The device group the iApp service is part of. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Whether the device group is inherited or not. Returned: queried Sample: |
|
Whether the traffic group is inherited or not. Returned: queried Sample: |
|
List of the lists data used to create the service. Returned: queried Sample: |
|
List of the metadata data used to create the service. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Whether strict updates are enabled or not. Returned: queried Sample: |
|
List of the tabular data used to create the service. Returned: queried Sample: |
|
Whether template the service is based on is modified from its default value, or not. Returned: queried Sample: |
|
Traffic group the service is a part of. Returned: queried Sample: |
|
List of the variable data used to create the service. Returned: queried Sample: |
|
ICMP monitor related information. Returned: When Sample: |
|
Whether adaptive response time monitoring is enabled for this monitor. Returned: queried Sample: |
|
Specifies whether the adaptive-divergence-value is Returned: queried Sample: |
|
Specifies how far from mean latency each monitor probe is allowed to be. Returned: queried Sample: |
|
Specifies the hard limit, in milliseconds, which the probe is not allowed to exceed, regardless of the divergence value. Returned: queried Sample: |
|
Specifies the size of the sliding window, in seconds, which records probe history. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Specifies the IP address and service port of the resource that is the destination of this monitor. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown. Returned: queried Sample: |
|
Specifies whether the system automatically changes the status of a resource to (B)up at the next successful monitor check. Returned: success Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Specifies the amount of time, in seconds, after the first successful response before a node is marked up. Returned: queried Sample: |
|
Specifies the number of seconds the target has in which to respond to the monitor request. Returned: queried Sample: |
|
Specifies whether the monitor operates in transparent mode. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when the resource is up. Returned: queried Sample: |
|
Interface related information. Returned: When Sample: |
|
Displays the current media setting for the interface. Returned: queried Sample: |
|
The bundle capability on the port. Returned: queried Sample: |
|
The bundle-speed on the port when bundle capability is enabled. Returned: queried Sample: |
|
Description of the interface. Returned: queried Sample: |
|
Whether the interface is enabled or not. Returned: queried Sample: |
|
Specifies how the system controls the sending of PAUSE frames for flow control. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
The index assigned to this interface. Returned: queried Sample: |
|
Sets the sending or receiving of LLDP packets on that interface. Should be one of Returned: queried Sample: |
|
Displays the 6-byte ethernet address in non-case-sensitive hexadecimal colon notation. Returned: queried Sample: |
|
The settings for an SFP (pluggable) interface. Returned: queried Sample: |
|
Displays the Maximum Transmission Unit (MTU) of the interface, which is the maximum number of bytes in a frame without IP fragmentation. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Indicates which side of a combo port the interface uses, if both sides of the port have the potential for external links. Returned: queried Sample: |
|
Specifies the maximum interval in seconds between two pollings. Returned: queried Sample: |
|
Specifies whether the global interface poll-interval setting overrides the object-level poll-interval setting. Returned: queried Sample: |
|
STP edge port detection. Returned: queried Sample: |
|
Whether STP is enabled or not. Returned: queried Sample: |
|
Specifies the STP link type for the interface. Returned: queried Sample: |
|
iRule related information. Returned: When Sample: |
|
Checksum of the iRule as calculated by BIG-IP. Returned: queried Sample: |
|
The actual definition of the iRule. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Whether the verification of the iRule should be ignored or not. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
The calculated signature of the iRule. Returned: queried Sample: |
|
License related info. Returned: When Sample: |
|
Specifies the modules that are activated by the license. Returned: queried Sample: |
|
Specifies the date on which the license is no longer valid. Returned: queried Sample: |
|
Specifies the date on whichthe license was issued. Returned: queried Sample: |
|
Specifies the date on which the license was activated. Returned: queried Sample: |
|
Specifies the version of the device that is using this license. Returned: queried Sample: |
|
Specifies the maximum version to which this license can be applied. Returned: queried Sample: |
|
Specifies the minimum version to which this license can be applied. Returned: queried Sample: |
|
Specifies the platform id for which the license was activated. Returned: queried Sample: |
|
Specifies the registration key associated with the license. Returned: queried Sample: |
|
Specifies the last date the license was last activated. Returned: queried Sample: |
|
List of LTM (Local Traffic Manager) policies. Returned: When Sample: |
|
Aspects of the system controlled by this policy. Returned: queried Sample: |
|
Description of the policy. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Aspects of the system required by this policy. Returned: queried Sample: |
|
List of LTM (Local Traffic Manager) policy rules. Returned: when rules are defined in the policy. Sample: |
|
The actions the policy will take when a match is encountered. Returned: when actions are defined in the rule. Sample: |
|
Indicates if the action affects a reply to a given HTTP request. Returned: when defined in the action. Sample: |
|
This action will come from the given location. Returned: when defined in the action. Sample: |
|
This action will redirect a request. Returned: when defined in the action. Sample: |
|
This policy action is performed on connection requests. Returned: when defined in the action. Sample: |
|
The conditions a policy will match on. Returned: when conditions are defined in the rule. Sample: |
|
This condition matches on a TCP address. Returned: when defined in the condition. Sample: |
|
Matches all. Returned: when defined in the condition. Sample: |
|
Specifies the value matched on is case insensitive. Returned: when defined in the condition. Sample: |
|
Specifies the value matched on is case sensitive. Returned: when defined in the condition. Sample: |
|
Specifies the value matches if it contains a certain string. Returned: when defined in the condition. Sample: |
|
This condition matches on an HTTP URI. Returned: when defined in the condition. Sample: |
|
Specifies the value matched on is from the external side of a connection. Returned: when defined in the condition. Sample: |
|
This condition matches on basic HTTP authorization. Returned: when defined in the condition. Sample: |
|
This condition matches on an HTTP host. Returned: when defined in the condition. Sample: |
|
This condition matches on an HTTP URI. Returned: when defined in the condition. Sample: |
|
This condition matches on an address. Returned: when defined in the condition. Sample: |
|
Specifies the value matched on is proxyConnect. Returned: when defined in the condition. Sample: |
|
Specifies the value matched on is proxyRequest. Returned: when defined in the condition. Sample: |
|
Specifies the value matched on is remote. Returned: when defined in the condition. Sample: |
|
This policy matches on a request. Returned: when defined in the condition. Sample: |
|
This condition matches on TCP parameters. Returned: when defined in the condition. Sample: |
|
Matches on a username. Returned: when defined in the condition. Sample: |
|
The specified values will be matched on. Returned: when defined in the condition. Sample: |
|
Indicates published or draft policy status. Returned: queried Sample: |
|
The match strategy for the policy. Returned: queried Sample: |
|
List of LTM (Local Traffic Manager) pools. Returned: When Sample: |
|
The number of active pool members in the pool. Returned: queried Sample: |
|
Average queue entry age, for both the pool and its members. Returned: queried Sample: |
|
Maximum queue entry age ever, for both the pool and its members. Returned: queried Sample: |
|
Maximum queue entry age recently, for both the pool and its members. Returned: queried Sample: |
|
Number of connections queued now, for both the pool and its members. Returned: queried Sample: |
|
Number of connections serviced, for both the pool and its members. Returned: queried Sample: |
|
Queue head entry age, for both the pool and its members. Returned: queried Sample: |
|
Whether NATs are automatically enabled or disabled for any connections using this pool. Returned: queried Sample: |
|
Whether SNATs are automatically enabled or disabled for any connections using this pool. Returned: queried Sample: |
|
The availability of the pool. Returned: queried Sample: |
|
The number of available pool members in the pool. Returned: queried Sample: |
|
Whether the system sets a Type of Service (ToS) level within a packet sent to the client, based on the targeted pool. Values can range from Returned: queried Sample: |
|
Whether the system sets a Quality of Service (QoS) level within a packet sent to the client, based on the targeted pool. Values can range from Returned: queried Sample: |
|
Current sessions. Returned: queried Sample: |
|
Description of the pool. Returned: queried Sample: |
|
The enabled status of the pool. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies not to count the weight of persisted connections on pool members when making load balancing decisions. Returned: queried Sample: |
|
Load balancing method used by the pool. Returned: queried Sample: |
|
Total number of members in the pool. Returned: queried Sample: |
|
List of LTM (Local Traffic Manager) pools. Returned: when members exist in the pool. |
|
IP address of the pool member. Returned: queried Sample: |
|
The maximum number of concurrent connections allowed for a pool member. Returned: queried Sample: |
|
The description of the pool member. Returned: queried Sample: |
|
A range of numbers you want the system to use in conjunction with the ratio load balancing method. Returned: queried Sample: |
|
The encapsulation profile to use for the pool member. Returned: queried Sample: |
|
Whether the node backing the pool member is ephemeral or not. Returned: queried Sample: |
|
Whether the node should scale to the IP address set returned by DNS. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Includes the port in the name. Returned: queried Sample: |
|
Whether the pool member inherits the encapsulation profile from the parent pool. Returned: queried Sample: |
|
Whether the monitor applied should log its actions. Returned: queried Sample: |
|
The Monitors active on the pool member. Monitor names are in their “full_path” form. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Partition the member exists on. Returned: queried Sample: |
|
The priority group within the pool for this pool member. Returned: queried Sample: |
|
The maximum number of connections per second allowed for a pool member. Returned: queried Sample: |
|
The weight of the pool for load balancing purposes. Returned: queried Sample: |
|
Enables or disables the pool member for new sessions. Returned: queried Sample: |
|
Controls the state of the pool member, overriding any monitors. Returned: queried Sample: |
|
Dictionary of arbitrary key/value pairs set on the pool. Returned: queried Sample: |
|
Whether the system load balances traffic according to the priority number assigned to the pool member. This parameter is identical to Returned: queried Sample: |
|
The minimum number of pool members that must be up. Returned: queried Sample: |
|
The action to take if the Returned: queried Sample: |
|
Enables or disables the Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Average queue entry age, for the pool only. Returned: queried Sample: |
|
Maximum queue entry age ever, for the pool only. Returned: queried Sample: |
|
Maximum queue entry age recently, for the pool only. Returned: queried Sample: |
|
Number of connections queued now, for the pool only. Returned: queried Sample: |
|
Number of connections serviced, for the pool only. Returned: queried Sample: |
|
Queue head entry age, for the pool only. Returned: queried Sample: |
|
Whether the system load balances traffic according to the priority number assigned to the pool member. This parameter is identical to Returned: queried Sample: |
|
The maximum number of connections that may simultaneously be queued to go to any member of this pool. Returned: queried Sample: |
|
Enable or disable queuing connections when pool member or node connection limits are reached. Returned: queried Sample: |
|
Specifies the maximum time, in milliseconds, a connection will remain queued. Returned: queried Sample: |
|
The actual REST API value for the This is different from the Returned: queried Sample: |
|
The actual REST API value for the This is different from the Returned: queried Sample: |
|
The number of times the system tries to contact a pool member after a passive failure. Returned: queried Sample: |
|
The Type of Service (ToS) level to use when sending packets to a server. Returned: queried Sample: |
|
The Quality of Service (QoS) level to use when sending packets to a server. Returned: queried Sample: |
|
Number of server-side ingress bits. Returned: queried Sample: |
|
Number of server-side egress bits. Returned: queried Sample: |
|
Number of current connections server-side. Returned: queried Sample: |
|
Maximum number of connections server-side. Returned: queried Sample: |
|
Number of server-side ingress packets. Returned: queried Sample: |
|
Number of server-side egress packets. Returned: queried Sample: |
|
Total number of server-side connections. Returned: queried Sample: |
|
The action to take if the service specified in the pool is marked down. Returned: queried Sample: |
|
The ramp time for the pool. This provides the ability for a pool member that is newly enabled or marked up to receive proportionally less traffic than other members in the pool. Returned: queried Sample: |
|
If there is a problem with the status of the pool, it is reported here. Returned: queried Sample: |
|
Total requests. Returned: queried Sample: |
|
Management route related information. Returned: When Sample: |
|
User defined description of the route. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
The gateway IP address through which the system forwards packets to the destination. Returned: queried Sample: |
|
The maximum transmission unit for the management interface. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
The destination subnet and netmask, also specified as default or default-inet6. Returned: queried Sample: |
|
Node related information. Returned: When Sample: |
|
IP address of the node. Returned: queried Sample: |
|
The availability of the node. Returned: queried Sample: |
|
Maximum number of connections the node can handle. Returned: queried Sample: |
|
Description of the node. Returned: queried Sample: |
|
Dynamic ratio number for the node used when doing Returned: queried Sample: |
|
The enabled status of the node. Returned: queried Sample: |
|
The address family of the automatically created ephemeral nodes. Returned: queried Sample: |
|
Indicates if the system automatically creates ephemeral nodes using DNS discovered IPs. Returned: queried Sample: |
|
The interval in which a query occurs when the DNS server is down. Returned: queried Sample: |
|
FQDN name of the node. Returned: queried Sample: |
|
The interval at which a query occurs when the DNS server is up. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
A string representation of the full monitor rule. Returned: queried Sample: |
|
Status of the node as reported by the monitor(s) associated with it. This value is also used in determining node Returned: queried Sample: |
|
The Returned: queried Sample: |
|
A list of the monitors identified in the Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Maximum number of connections per second allowed for the node. Returned: queried Sample: |
|
Fixed size ratio used for node during Returned: queried Sample: |
|
This value is also used in determining node Returned: queried Sample: |
|
If there is a problem with the status of the node, it is reported here. Returned: queried Sample: |
|
OneConnect profile related information. Returned: When Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies the number of seconds that a connection is idle before the connection flow is eligible for deletion. Returned: queried Sample: |
|
When When When Returned: queried Sample: |
|
Specifies the maximum age, in seconds, of a connection in the connection reuse pool. Returned: queried Sample: |
|
Specifies the maximum number of times a server connection can be reused. Returned: queried Sample: |
|
Specifies the maximum number of connections the system holds in the connection reuse pool. If the pool is already full, then the server connection closes after the response is completed. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Indicates connections may be shared not only within a virtual server, but also among similar virtual servers. Returned: queried Sample: |
|
Specifies a source IP mask. If no mask is provided, the value Returned: queried Sample: |
|
Partition related information. Returned: When Sample: |
|
ID of the route domain that is associated with the IP addresses that reside in the partition. Returned: queried Sample: |
|
Description of the partition. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Module provisioning related information. Returned: When Sample: |
|
Ratio of CPU allocated to this module. Only relevant if Returned: queried Sample: |
|
Ratio of disk allocated to this module. Only relevant if Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Provisioned level of the module on BIG-IP. Valid return values can include Returned: queried Sample: |
|
Ratio of memory allocated to this module. Only relevant if Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Remote Syslog related information. Returned: When Sample: |
|
Configured remote syslog servers. Returned: queried Sample: |
|
The local IP address of the remote syslog server. Returned: queried Sample: |
|
Name of remote syslog server as configured on the system. Returned: queried Sample: |
|
The IP address or hostname of the remote syslog server. Returned: queried Sample: |
|
Remote port of the remote syslog server. Returned: queried Sample: |
|
Route domain related information. Returned: When Sample: |
|
The bandwidth controller for the route domain. Returned: queried Sample: |
|
The new connection limit for the route domain. Returned: queried Sample: |
|
Description of the Route Domain. Returned: queried Sample: |
|
The new eviction policy to use with this route domain. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
The unique identifying integer representing the route domain. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
The route domain the system searches when it cannot find a route in the configured domain. Returned: queried Sample: |
|
List of routing protocols applied to the route domain. Returned: queried Sample: |
|
The new service policy to use with this route domain. Returned: queried Sample: |
|
The new strict isolation setting. Returned: queried Sample: |
|
List of new VLANs the route domain is applied to. Returned: queried Sample: |
|
Self IP related information. Returned: When Sample: |
|
List of protocols, and optionally their ports, that are allowed to access the Self IP. Also known as port-lockdown in the web interface. Items in the list are in the format of “protocol:port”. Some items may not have a port associated with them and in those cases the port is Returned: queried Sample: |
|
Description of the Self IP. Returned: queried Sample: |
|
Whether the Self IP is a floating address or not. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Netmask portion of the IP address, in dotted notation. Returned: queried Sample: |
|
Netmask portion of the IP address, in CIDR notation. Returned: queried Sample: |
|
Service policy assigned to the Self IP. Returned: queried Sample: |
|
Traffic group the Self IP is associated with. Returned: queried Sample: |
|
Whether or not the traffic group is inherited. Returned: queried Sample: |
|
VLAN associated with the Self IP. Returned: queried Sample: |
|
Server SSL related information. Returned: When Sample: |
|
Maximum time period in seconds to keep the SSL session active after an alert message is sent, or indefinite. Returned: queried Sample: |
|
Use the specified CRL file, even if it has expired. Returned: queried Sample: |
|
The client certificate chain maximum traversal depth Returned: queried Sample: |
|
Common Name (CN) embedded in a server certificate. The system authenticates a server based on the specified CN. Returned: queried Sample: |
|
Specifies the frequency of authentication. Returned: queried Sample: |
|
Enables or disables SSL forward proxy bypass on failing to get client certificate that the server asks for. Returned: queried Sample: |
|
Enables or disables SSL forward proxy bypass on receiving handshake_failure, protocol_version or unsupported_extension alert message during the serverside SSL handshake. Returned: queried Sample: |
|
Name of the certificate file used as the certification authority certificate when SSL client certificate constrained delegation is enabled. Returned: queried Sample: |
|
Name of the key file used as the certification authority key when SSL client certificate constrained delegation is enabled. Returned: queried Sample: |
|
Extensions of the client certificates to be included in the generated certificates using SSL client certificate constrained delegation. Returned: queried Sample: |
|
Lifespan of the certificate generated using the SSL client certificate constrained delegation. Returned: queried Sample: |
|
Certificate authority file name. Returned: queried Sample: |
|
The SSL session cache size. Returned: queried Sample: |
|
The SSL session cache timeout value, which is the usable lifetime seconds of negotiated SSL session IDs. Returned: queried Sample: |
|
The name of the certificate installed on the traffic management system for the purpose of terminating or initiating an SSL connection. Returned: queried Sample: |
|
Specifies or builds a certificate chain file that a client can use to authenticate the profile. Returned: queried Sample: |
|
Specifies a cipher group. Returned: queried |
|
Specifies a cipher name. Returned: queried Sample: |
|
Specifies the certificate revocation list file name. Returned: queried |
|
Description of the resource. Returned: queried Sample: |
|
Specifies the BIGIP action when the server certificate has expired. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Enables or disables generic-alert. Returned: queried Sample: |
|
Specifies the handshake timeout in seconds. Returned: queried Sample: |
|
Specifies the name of the key installed on the traffic management system for the purpose of terminating or initiating an SSL connection. Returned: queried Sample: |
|
Specifies the maximum number of allowed active SSL handshakes. Returned: queried Sample: |
|
Enables or disables ModSSL methods. Returned: queried Sample: |
|
Enables or disables SSL processing. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Specifies the name of the OCSP profile for validating the status of the server certificate. Returned: queried |
|
Enables options, including some industry-related workarounds. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Specifies the peer certificate mode. Returned: queried Sample: |
|
Allows further modification of application traffic within an SSL tunnel while still allowing the server to perform necessary authorization, authentication, auditing steps. Returned: queried Sample: |
|
Allows Proxy SSL to passthrough the traffic when ciphersuite negotiated between the client and server is not supported. Returned: queried Sample: |
|
Number of seconds from the initial connect time after which the system renegotiates an SSL session. Returned: queried Sample: |
|
Specifies a throughput size of SSL renegotiation, in megabytes. Returned: queried Sample: |
|
Whether renegotiations are enabled. Returned: queried Sample: |
|
APM module requires storing certificates in the SSL session. When Returned: queried Sample: |
|
Specifies the secure renegotiation mode. Returned: queried Sample: |
|
Server name to be included in the SNI (server name indication) extension during SSL handshake in ClientHello. Returned: queried |
|
Enables or disables the mirroring of sessions to the high availability peer. Returned: queried Sample: |
|
Enables or disables session-ticket. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Enables or disables SSL Client certificate constrained delegation. Returned: queried Sample: |
|
Enables or disables the ssl-forward-proxy-bypass feature. Returned: queried Sample: |
|
Enables or disables the ssl-forward-proxy feature. Returned: queried Sample: |
|
Specifies the SSL sign hash algorithm which is used to sign and verify SSL Server Key Exchange and Certificate Verify messages for the specified SSL profiles. Returned: queried Sample: |
|
Enables or disables the resumption of SSL sessions after an unclean shutdown. Returned: queried Sample: |
|
Specifies, when Returned: queried Sample: |
|
Specifies the BIG-IP action when the server certificate has an untrusted CA. Returned: queried Sample: |
|
List of software hotfixes. Returned: When Sample: |
|
Build number of the image. This is usually a sub-string of the Returned: queried Sample: |
|
MD5 checksum of the image. Note that this is the checksum stored inside the ISO. It is not the actual checksum of the ISO. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
ID component of the image. This is usually a sub-string of the Returned: queried Sample: |
|
Name of the image. Returned: queried Sample: |
|
Product contained in the ISO. Returned: queried Sample: |
|
Human friendly name of the image. Returned: queried Sample: |
|
Specifies whether the system has verified this image. Returned: queried Sample: |
|
Version of software contained in the image. This is a sub-string of the Returned: queried Sample: |
|
List of software images. Returned: When Sample: |
|
Build number of the image. This is usually a sub-string of the Returned: queried Sample: |
|
Date of the build. Returned: queried Sample: |
|
MD5 checksum of the image. Note that this is the checksum stored inside the ISO. It is not the actual checksum of the ISO. Returned: queried Sample: |
|
Size of the image, in megabytes. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Last modified date of the ISO. Returned: queried Sample: |
|
Name of the image. Returned: queried Sample: |
|
Product contained in the ISO. Returned: queried Sample: |
|
Whether or not the system has verified this image. Returned: queried Sample: |
|
Version of software contained in the image. This is a sub-string of the Returned: queried Sample: |
|
List of software volumes. Returned: When Sample: |
|
Whether the volume is currently active or not. An active volume contains the currently running version of software. Returned: queried Sample: |
|
Base build version of the software installed in the volume. When a hotfix is installed, this refers to the base version of software that the hotfix requires. Returned: queried Sample: |
|
Build version of the software installed in the volume. Returned: queried Sample: |
|
Whether this volume is the default boot location or not. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. This usually matches the Returned: queried Sample: |
|
The F5 product installed in this slot. This should always be BIG-IP. Returned: queried Sample: |
|
Status of the software installed, or being installed, in the volume. When Returned: queried Sample: |
|
Version of software installed in the volume, excluding the Returned: queried Sample: |
|
SSL certificate related information. Returned: When Sample: |
|
Specifies the time the file-object was created. Returned: queried Sample: |
|
Specifies a string representation of the expiration date of the certificate. Returned: queried Sample: |
|
Specifies the date this certificate expires. Stored as a POSIX time. Returned: queried Sample: |
|
Displays the SHA-256 fingerprint of the certificate. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies whether the certificate file is a bundle (that is, whether it contains more than one certificate). Returned: queried Sample: |
|
Specifies X509 information of the certificate’s issuer. Returned: queried Sample: |
|
Specifies the size (in bytes) of the file associated with this file object. Returned: queried Sample: |
|
Specifies the type of cryptographic key associated with this certificate. Returned: queried Sample: |
|
Specifies the last time the file-object was updated/modified. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Specifies certificate’s serial number Returned: queried Sample: |
|
SHA1 checksum of the certificate. Returned: queried Sample: |
|
Specifies X509 information of the certificate’s subject. Returned: queried Sample: |
|
Displays the Subject Alternative Name for the certificate. The X509v3 Subject Alternative Name is embedded in the certificate for X509 extension purposes. Returned: queried Sample: |
|
Path on the BIG-IP where the cert can be found. Returned: queried Sample: |
|
SSL certificate related information. Returned: When Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies the size of the cryptographic key associated with this file object, in bits. Returned: queried Sample: |
|
Specifies the cryptographic type of the key. That is, which algorithm this key is compatible with. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Specifies the type of security used to handle or store the key. Returned: queried Sample: |
|
The SHA1 checksum of the key. Returned: queried Sample: |
|
The path on the filesystem where the key is stored. Returned: queried Sample: |
|
Configuration Synchronization Status across all Device Groups. Note that the sync-status works across all device groups - a specific device group cannot be queried for its sync-status. In general the device-group with the ‘worst’ sync-status will be shown. Returned: When Sample: |
|
Sync status color. Eg. red, blue, green, yellow Returned: queried Sample: |
|
A list of all details provided for the current sync-status of the device Returned: queried Sample: |
|
Device operation mode (high-availability, standalone) Returned: queried Sample: |
|
The next recommended action to take on the current sync-status. This field might be empty. Returned: queried Sample: |
|
Synchronization Status Returned: queried Sample: |
|
The configuration synchronization status summary Returned: queried Sample: |
|
System DB related information. Returned: When Sample: |
|
Default value of the key. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Whether the database key would be found in an SCF config or not. Returned: queried Sample: |
|
The value of the key. Returned: queried Sample: |
|
The accepted range of values for the key. Returned: queried Sample: |
|
Traffic group related information. Returned: When Sample: |
|
Media Access Control address (MAC address) of the device. Returned: queried Sample: |
|
Serial of the chassis. Returned: queried Sample: |
|
Information related to the hardware (drives and CPUs) of the system. Returned: queried |
|
The model of the hardware. Returned: queried Sample: |
|
The name of the hardware. Returned: queried Sample: |
|
The type of hardware. Returned: queried Sample: |
|
Hardware specific properties. Returned: queried |
|
Name of the property. Returned: queried Sample: |
|
Value of the property. Returned: queried Sample: |
|
Revision of the host board. Returned: queried |
|
Serial of the host board. Returned: queried |
|
Marketing name of the device platform. Returned: queried Sample: |
|
Displays the software edition. Returned: queried Sample: |
|
A string combining the Returned: queried Sample: |
|
Platform identifier. Returned: queried Sample: |
|
Build version of the release version. Returned: queried Sample: |
|
Human readable build date. Returned: queried Sample: |
|
UNIX timestamp of when the product was built. Returned: queried Sample: |
|
Changelist the product branches from. Returned: queried Sample: |
|
Code identifying the product. Returned: queried Sample: |
|
ID of the job that built the product version. Returned: queried Sample: |
|
Major product version of the running software. Returned: queried Sample: |
|
Switch board revision. Returned: queried |
|
Serial of the switch board. Returned: queried |
|
Mapping of the current time information to specific time-named keys. Returned: queried |
|
The current day of the month, in numeric form. Returned: queried Sample: |
|
The current hour of the day in 24-hour format. Returned: queried Sample: |
|
The current minute of the hour. Returned: queried Sample: |
|
The current month, in numeric form. Returned: queried Sample: |
|
The current second of the minute. Returned: queried Sample: |
|
The current year in 4-digit format. Returned: queried Sample: |
|
Time since the system booted, in seconds. Returned: queried Sample: |
|
TCP Half-open monitor related information. Returned: When Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Specifies the IP address and service port of the resource that is the destination of this monitor. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown. Returned: queried Sample: |
|
Specifies whether the system automatically changes the status of a resource to up at the next successful monitor check. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Specifies the amount of time, in seconds, after the first successful response before a node is marked up. Returned: queried Sample: |
|
Specifies the number of seconds the target has in which to respond to the monitor request. Returned: queried Sample: |
|
Specifies whether the monitor operates in transparent mode. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when the resource is up. Returned: queried Sample: |
|
TCP monitor related information. Returned: When Sample: |
|
Whether adaptive response time monitoring is enabled for this monitor. Returned: queried Sample: |
|
Specifies whether the adaptive-divergence-value is Returned: queried Sample: |
|
Specifies how far from mean latency each monitor probe is allowed to be. Returned: queried Sample: |
|
Specifies the hard limit, in milliseconds, which the probe is not allowed to exceed, regardless of the divergence value. Returned: queried Sample: |
|
Specifies the size of the sliding window, in seconds, which records probe history. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Specifies the IP address and service port of the resource that is the destination of this monitor. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown. Returned: queried Sample: |
|
Specifies the differentiated services code point (DSCP). Returned: queried Sample: |
|
Specifies whether the system automatically changes the status of a resource to up at the next successful monitor check. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Specifies whether the monitor operates in reverse mode. When the monitor is in reverse mode, a successful check marks the monitored object down instead of up. Returned: queried Sample: |
|
Specifies the amount of time, in seconds, after the first successful response before a node is marked up. Returned: queried Sample: |
|
Specifies the number of seconds the target has in which to respond to the monitor request. Returned: queried Sample: |
|
Specifies whether the monitor operates in transparent mode. Returned: queried Sample: |
|
Specifies, in seconds, the frequency at which the system issues the monitor check when the resource is up. Returned: queried Sample: |
|
TCP profile related information. Returned: When Sample: |
|
Appropriate Byte Counting (RFC 3465) When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the length of time a TCP connection remains in the LAST-ACK state before quitting. In addition to a numeric value, the value of this fact may also be one of When When Returned: queried Sample: |
|
Specifies the algorithm to use to share network resources among competing users to reduce congestion. Return values may include, Returned: queried Sample: |
|
When Subsequently, because these metrics are already known and cached, the initial slow-start ramp for previously-encountered peers improves. Returned: queried Sample: |
|
Specifies the number of seconds for which entries in the congestion metrics cache are valid. Returned: queried Sample: |
|
When Enabling this setting is useful in dealing with 3-way handshake denial-of-service attacks. Returned: queried Sample: |
|
Specifies the system uses an estimate of queuing delay as a measure of congestion to control, in addition to the normal loss-based control, the amount of data sent. Returned: queried Sample: |
|
When checked (enabled), specifies the system can send fewer than one ACK (acknowledgment) segment per data segment received. Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Specifies the Don’t Fragment (DF) bit setting in the IP Header of the outgoing TCP packet. Returned: queried Sample: |
|
D-SACK (RFC 2883) When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies whether the system uses enhanced loss recovery to recover from random packet losses more effectively. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the number of seconds that a Fast Open Cookie delivered to a client is valid for SYN packets from that client. Returned: queried Sample: |
|
Specifies the length of time that a TCP connection is in the FIN-WAIT-1 or CLOSING state before quitting. Returned: queried Sample: |
|
Specifies the length of time a TCP connection is in the FIN-WAIT-2 state before quitting. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies the length of time a connection is idle (has no traffic) before the connection is eligible for deletion. Returned: queried Sample: |
|
Specifies the initial congestion window size for connections to this destination. Returned: queried Sample: |
|
Specifies the initial receive window size for connections to this destination. Returned: queried Sample: |
|
Specifies the L3 Type of Service (ToS) level the system inserts in TCP packets destined for clients. Returned: queried Sample: |
|
Specifies how frequently the system sends data over an idle TCP connection, to determine whether the connection is still valid. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the L2 Quality of Service (QoS) level the system inserts in TCP packets destined for clients. Returned: queried Sample: |
|
Specifies the maximum number of times that the system resends data segments. Returned: queried Sample: |
|
Specifies the largest amount of data the system can receive in a single TCP segment, not including the TCP and IP headers. Returned: queried Sample: |
|
Specifies the maximum number of times the system resends a SYN packet when it does not receive a corresponding SYN-ACK. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the minimum length of time the system waits for acknowledgements of data sent before resending the data. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies an action on fallback, that is, when MPTCP transitions to regular TCP, because something prevents MPTCP from working correctly. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the number of seconds that an MPTCP connection is idle before the connection is eligible for deletion. Returned: queried Sample: |
|
Specifies the highest number of MPTCP connections that can join to a given connection. Returned: queried Sample: |
|
Specifies make-after-break functionality is supported, allowing for long-lived MPTCP sessions. Returned: queried Sample: |
|
When checked (enabled), specifies no DSS option is sent on the JOIN ACK. Returned: queried Sample: |
|
Specifies the minimum value (in msec) of the retransmission timer for these MPTCP flows. Returned: queried Sample: |
|
Specifies the number of RTOs (retransmission timeouts) before declaring the subflow dead. Returned: queried Sample: |
|
Specifies the maximum number of MPTCP subflows for a single flow. Returned: queried Sample: |
|
Specifies, in seconds, the timeout value to discard long-lived sessions that do not have an active flow. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies whether the system applies Nagle’s algorithm to reduce the number of short segments on the network. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
Specifies the probability of performing congestion control when multiple packets are lost, even if the Packet Loss Ignore Rate was not exceeded. Returned: queried Sample: |
|
Specifies the threshold of packets lost per million at which the system performs congestion control. Returned: queried Sample: |
|
Specifies the proxy buffer level, in bytes, at which the receive window is closed. Returned: queried Sample: |
|
Specifies the proxy buffer level, in bytes, at which the receive window is opened. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies how the BIG-IP system receives ACKs. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the maximum rate in bytes per second to which the system paces TCP data transmission. Returned: queried Sample: |
|
Specifies the maximum advertised RECEIVE window size. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the number of duplicate ACKs (retransmit threshold) to start fast recovery. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the SEND window size. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the default (if no DoS profile is associated) number of embryonic connections that are allowed on any virtual server, before SYN Cookie challenges are enabled for that virtual server. Returned: queried Sample: |
|
Specifies whether or not to use a SYN Cookie WhiteList when doing software SYN Cookies. Returned: queried Sample: |
|
Specifies the initial RTO (Retransmission TimeOut) base multiplier for SYN retransmissions. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the outgoing TCP packet’s IP Header TTL mode. Returned: queried Sample: |
|
Specifies the outgoing packet’s IP Header TTL value for IPv4 traffic. Returned: queried Sample: |
|
Specifies the outgoing packet’s IP Header TTL value for IPv6 traffic. Returned: queried Sample: |
|
Specifies the length of time that a TCP connection remains in the TIME-WAIT state before entering the CLOSED state. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Specifies the timeout in milliseconds for terminating a connection with an effective zero length TCP transmit window. Returned: queried Sample: |
|
Traffic group related information. Returned: When Sample: |
|
Specifies whether the traffic group fails back to the default device. Returned: queried Sample: |
|
Specifies the time required to fail back. Returned: queried Sample: |
|
Description of the traffic group. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies a number for this traffic group that represents the load this traffic group presents to the system relative to other traffic groups. Returned: queried Sample: |
|
This list of devices specifies the order in which the devices will become active for the traffic group when a failure occurs. Returned: queried Sample: |
|
Indicates whether the traffic group can fail over to other devices in the device group. Returned: queried Sample: |
|
Specifies a MAC address for the traffic group. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Trunk related information. Returned: When Sample: |
|
The number of configured members that are associated with the trunk. Returned: queried Sample: |
|
Description of the Trunk. Returned: queried Sample: |
|
The basis for the hash that the system uses as the frame distribution algorithm. The system uses this hash to determine which interface to use for forwarding traffic. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
The list of interfaces that are part of the trunk. Returned: queried Sample: |
|
Whether LACP is enabled or not. Returned: queried Sample: |
|
The operation mode for LACP. Returned: queried Sample: |
|
The rate at which the system sends the LACP control packets. Returned: queried Sample: |
|
The LACP policy the trunk uses to determine which member link can handle new traffic. Returned: queried Sample: |
|
Speed of the media attached to the trunk. Returned: queried Sample: |
|
Whether the media that is part of the trunk is up or not. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Number of working members associated with the trunk. Returned: queried Sample: |
|
Whether Spanning Tree Protocol (STP) is enabled or not. Returned: queried Sample: |
|
UCS backup related information Returned: When Sample: |
|
Whether the file is encrypted or not. Returned: queried Sample: |
|
Date and time when the ucs file was created. Returned: queried Sample: |
|
Name of the UCS backup file. Returned: queried Sample: |
|
Size of the UCS file in bytes. Returned: queried Sample: |
|
UDP profile related information. Returned: When Sample: |
|
Allow the passage of datagrams that contain header information, but no essential data. Returned: queried Sample: |
|
Ingress buffer byte limit. Maximum allowed value is 16777215. Returned: queried Sample: |
|
Ingress buffer packet limit. Maximum allowed value is 255. Returned: queried Sample: |
|
Load balance UDP datagram by datagram Returned: queried Sample: |
|
Description of the resource. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Number of seconds that a connection is idle before the connection is eligible for deletion. In addition to a number, may be one of the values Returned: queried Sample: |
|
Describes the Don’t Fragment (DF) bit setting in the outgoing UDP packet. May be one of When When When When Returned: queried Sample: |
|
The Type of Service level the traffic management system assigns to UDP packets when sending them to clients. May be numeric, or the values Returned: queried Sample: |
|
The outgoing UDP packet’s TTL mode. Valid modes are When When When When Returned: queried Sample: |
|
IPv4 TTL. Returned: queried Sample: |
|
IPv6 TTL. Returned: queried Sample: |
|
The Quality of Service level the system assigns to UDP packets when sending them to clients. May be either numberic or the value Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Whether checksum processing is enabled or disabled. Note that if the datagram is IPv6, the system always performs checksum processing. Returned: queried Sample: |
|
Profile from which this profile inherits settings. Returned: queried Sample: |
|
When Returned: queried Sample: |
|
Details of the users on the system. Returned: When |
|
Description of the resource. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Partition that user has access to, including user role. Returned: queried |
|
Name of partition. Returned: queried Sample: |
|
Role allowed to user on partition. Returned: queried Sample: |
|
The shell assigned to the user account. Returned: queried Sample: |
|
vCMP related information. Returned: When Sample: |
|
List of slots the guest is allowed to be assigned to. Returned: queried Sample: |
|
Slots the guest is assigned to. Returned: queried Sample: |
|
Specifies the boot priority of the guest. A lower number means earlier to boot. Returned: queried Sample: |
|
Number of cores the system allocates to the guest. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
FQDN assigned to the guest. Returned: queried Sample: |
|
Hotfix image to install onto any of this guest’s newly created virtual disks. Returned: queried Sample: |
|
Software image to install onto any of this guest’s newly created virtual disks. Returned: queried Sample: |
|
Management IP address configuration for the guest. Returned: queried Sample: |
|
Accessibility of this vCMP guest’s management network. Returned: queried Sample: |
|
Management gateway IP address for the guest. Returned: queried Sample: |
|
Specifies the minimum number of slots the guest must be assigned to. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Specifies the number of slots the guest should be assigned to. This number is always greater than, or equal to, Returned: queried Sample: |
|
The SSL hardware allocation mode for the guest. Returned: queried Sample: |
|
Specifies the state of the guest. May be one of Each state implies the actions of all states before it. Returned: queried Sample: |
|
The filename of the virtual disk to use for this guest. Returned: queried Sample: |
|
List of VLANs on which the guest is either enabled or disabled. Returned: queried Sample: |
|
Virtual address related information. Returned: When Sample: |
|
The virtual IP address. Returned: queried Sample: |
|
Whether or not ARP is enabled for the specified virtual address. Returned: queried Sample: |
|
Indicates if the virtual address will be deleted automatically on deletion of the last associated virtual server or not. Returned: queried Sample: |
|
Concurrent connection limit for one or more virtual servers. Returned: queried Sample: |
|
The description of the virtual address. Returned: queried Sample: |
|
Whether the virtual address is enabled or not. Returned: queried Sample: |
|
Property derived from the traffic group. A floating virtual address is a virtual address for a VLAN that serves as a shared address by all devices of a BIG-IP traffic-group. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Whether the virtual address should reply to ICMP echo requests. Returned: queried Sample: |
|
Indicates if the traffic group is inherited from the parent folder. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Netmask of the virtual address. Returned: queried Sample: |
|
Specifies the route advertisement setting for the virtual address. Returned: queried Sample: |
|
Whether or not spanning is enabled for the specified virtual address. Returned: queried Sample: |
|
Traffic group on which the virtual address is active. Returned: queried Sample: |
|
Virtual address related information. Returned: When Sample: |
|
Specifies a list of authentication profile names, separated by spaces, that the virtual server uses to manage authentication. Returned: queried Sample: |
|
When enabled, allows the system to send return traffic to the MAC address that transmitted the request, even if the routing table points to a different network or interface. Returned: queried Sample: |
|
The availability of the virtual server. Returned: queried Sample: |
|
The bandwidth controller for the system to use to enforce a throughput policy for incoming network traffic. Returned: queried Sample: |
|
Number of client-side ingress bits. Returned: queried Sample: |
|
Number of client-side egress bits. Returned: queried Sample: |
|
Number of current connections client-side. Returned: queried Sample: |
|
Number of evicted connections client-side. Returned: queried Sample: |
|
Maximum number of connections client-side. Returned: queried Sample: |
|
Number of client-side ingress packets. Returned: queried Sample: |
|
Number of client-side egress packets. Returned: queried Sample: |
|
Number of slow connections killed, client-side. Returned: queried Sample: |
|
Total number of connections. Returned: queried Sample: |
|
Whether or not clustered multi-processor (CMP) acceleration is enabled. Returned: queried Sample: |
|
The clustered-multiprocessing mode. Returned: queried Sample: |
|
Maximum number of concurrent connections you want to allow for the virtual server. Returned: queried Sample: |
|
Whether or not connection mirroring is enabled. Returned: queried Sample: |
|
CPU Usage Ratio (%) Last 1 Minute. Returned: queried Sample: |
|
CPU Usage Ratio (%) Last 5 Minutes. Returned: queried Sample: |
|
CPU Usage Ratio (%) Last 5 Seconds. Returned: queried Sample: |
|
Current SYN Cache. Returned: queried Sample: |
|
Pool name you want the virtual server to use as the default pool. Returned: queried Sample: |
|
The description of the virtual server. Returned: queried Sample: |
|
Name of the virtual address and service on which the virtual server listens for connections. Returned: queried Sample: |
|
Address portion of the Returned: queried Sample: |
|
Port potion of the Returned: queried Sample: |
|
Whether or not the virtual is enabled. Returned: queried Sample: |
|
Number of ephemeral ingress bits. Returned: queried Sample: |
|
Number of ephemeral egress bits. Returned: queried Sample: |
|
Number of ephemeral current connections. Returned: queried Sample: |
|
Number of ephemeral evicted connections. Returned: queried Sample: |
|
Maximum number of ephemeral connections. Returned: queried Sample: |
|
Number of ephemeral ingress packets. Returned: queried Sample: |
|
Number of ephemeral egress packets. Returned: queried Sample: |
|
Number of ephemeral slow connections killed. Returned: queried Sample: |
|
Total number of ephemeral connections. Returned: queried Sample: |
|
Fallback persistence profile for the virtual server to use when the default persistence profile is not available. Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Specifies a score that is associated with the virtual server. Returned: queried Sample: |
|
Hardware SYN Cookie Instances. Returned: queried Sample: |
|
IP Intelligence policy assigned to the virtual. Returned: queried Sample: |
|
List of iRules that customize the virtual server to direct and manage traffic. Returned: queried Sample: |
|
Name of the last hop pool you want the virtual server to use to direct reply traffic to the last hop router. Returned: queried Sample: |
|
Max Conn Duration/msec. Returned: queried Sample: |
|
Mean Conn Duration/msec. Returned: queried Sample: |
|
Min Conn Duration/msec. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Whether or not NAT64 is enabled. Returned: queried Sample: |
|
per request policy. Returned: queried Sample: |
|
The persistence profile you want the system to use as the default for this virtual server. Returned: queried Sample: |
|
List of LTM policies attached to the virtual server. Returned: queried Sample: |
|
List of the profiles attached to the virtual. Returned: success |
|
Which side of the connection the profile affects; either Returned: queried Sample: |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
IP protocol for which you want the virtual server to direct traffic. Returned: queried Sample: |
|
Name of an existing rate class you want the virtual server to use to enforce a throughput policy for incoming network traffic. Returned: queried |
|
Maximum number of connections per second allowed for a virtual server. Returned: queried Sample: |
|
Specifies a mask, in bits, to be applied to the destination address as part of the rate limiting. Returned: queried Sample: |
|
Indicates whether the rate limit is applied per virtual object, per source address, per destination address, or some combination thereof. Returned: queried Sample: |
|
Specifies a mask, in bits, to be applied to the source address as part of the rate limiting. Returned: queried Sample: |
|
Specifies the log profile applied to the virtual server. Returned: queried Sample: |
|
Specifies the name of a LSN or SNAT pool used by the specified virtual server. Returned: queried Sample: |
|
Specifies the type of source address translation associated with the specified virtual server. Returned: queried Sample: |
|
Software SYN Cookie Instances. Returned: queried Sample: |
|
Specifies an IP address or network from which the virtual server will accept traffic. Returned: queried Sample: |
|
Specifies whether the system preserves the source port of the connection. Returned: queried Sample: |
|
If there is a problem with the status of the virtual, it is reported here. Returned: queried Sample: |
|
SYN Cache Overflow. Returned: queried Sample: |
|
SYN Cookies Status. Returned: queried Sample: |
|
SYN Cookies Total Hardware Accepted. Returned: queried Sample: |
|
SYN Cookies Total Hardware. Returned: queried Sample: |
|
Total requests. Returned: queried Sample: |
|
SYN Cookies Total Software Accepted. Returned: queried Sample: |
|
Total Software Rejected. Returned: queried Sample: |
|
Total Software SYN Cookies Returned: queried Sample: |
|
Enables or disables address translation for the virtual server. Returned: queried Sample: |
|
Enables or disables port translation. Returned: queried Sample: |
|
Virtual server type. Returned: queried Sample: |
|
List of VLANs on which the virtual server is either enabled or disabled. Returned: queried Sample: |
|
List of VLAN information. Returned: When Sample: |
|
Allows the system to send return traffic to the MAC address that transmitted the request, even if the routing table points to a different network or interface. Returned: queried Sample: |
|
Specifies how the traffic on the VLAN will be disaggregated. Returned: queried Sample: |
|
Description of the VLAN. Returned: queried Sample: |
|
Action for the system to take when the fail-safe mechanism is triggered. Returned: queried Sample: |
|
Whether failsafe is enabled or not. Returned: queried Sample: |
|
Number of seconds that an active unit can run without detecting network traffic on this VLAN before it starts a failover. Returned: queried Sample: |
|
Index assigned to this VLAN. It is a unique identifier assigned for all objects displayed in the SNMP IF-MIB. Returned: queried Sample: |
|
List of tagged or untagged interfaces and trunks that you want to configure for the VLAN. Returned: queried |
|
Full name of the resource as known to the BIG-IP. Returned: queried Sample: |
|
Relative name of the resource in the BIG-IP. Returned: queried Sample: |
|
Whether the interface is tagged or not. Returned: queried Sample: |
|
Whether switch ports placed in the VLAN are configured for switch learning, forwarding only, or dropped. Returned: queried Sample: |
|
Specific maximum transition unit (MTU) for the VLAN. Returned: queried Sample: |
|
Maximum interval in seconds between two pollings. Returned: queried Sample: |
|
Whether the global VLAN poll-interval setting overrides the object-level poll-interval setting. Returned: queried Sample: |
|
Ratio of packets observed to the samples generated. Returned: queried Sample: |
|
Whether the global VLAN sampling-rate setting overrides the object-level sampling-rate setting. Returned: queried Sample: |
|
Specifies that only connections that have a return route in the routing table are accepted. Returned: queried Sample: |
|
Tag number for the VLAN. Returned: queried Sample: |
|
Media access control (MAC) address for the lowest-numbered interface assigned to this VLAN. Returned: queried Sample: |