Last updated on: 2024-01-16 03:25:50.

bigiq – HttpApi Plugin for BIG-IQ devices

New in version 1.0.0.

Synopsis

  • This HttpApi plugin provides methods to connect to BIG-IQ devices over a HTTP(S)-based API.

Parameters

Parameter Choices/Defaults Configuration Comments
bigiq_provider
-
Default:
"local"
ini entries:

[defaults]
f5_provider = local

env:F5_PROVIDER
var: f5_provider
The login provider used in communicating with BIG-IQ devices when the API connection is first established.
The provider can be either a name as configured on BIG-IQ or its corresponding UUID.
If the provider is not specified, the default local value is used.
send_telemetry
-
Default:
"yes"
ini entries:

[defaults]
f5_telemetry = yes

env:F5_TELEMETRY_OFF
var: f5_telemetry
If yes anonymous telemetry data is sent to F5

Status

Authors

  • Wojciech Wypior (@wojtek0806)