f5.bigip.tm.shared¶
Module contents¶
BIG-IP® Shared (shared) module
- REST URI
http://localhost/mgmt/tm/shared/
- GUI Path
System
- REST Kind
N/A – HTTP GET returns an error
Submodule List¶
BIG-IP® shared failover state module |
|
BIG-IP® system failover module |
Submodules¶
bigip_failover_state¶
BIG-IP® shared failover state module
- REST URI
http://localhost/mgmt/tm/shared/bigip-failover-state
- GUI Path
N/A
- REST Kind
tm:shared:licensing:*
-
class
f5.bigip.tm.shared.bigip_failover_state.
Bigip_Failover_State
(shared)[source]¶ BIG-IP® failover state information
Failover state objects only support the
load()
method because they cannot be modified via the API.Note
This is an unnamed resource so it has not ~Partition~Name pattern at the end of its URI.
licensing¶
BIG-IP® system failover module
- REST URI
http://localhost/mgmt/tm/shared/license
- GUI Path
System --> License
- REST Kind
tm:shared:licensing:*
-
class
f5.bigip.tm.shared.licensing.
Licensing
(shared)[source]¶ BIG-IP® licensing stats and states.
Licensing objects themselves do not support any methods and are just containers for lower level objects.
Note
This is an unnamed resource so it has not ~Partition~Name pattern at the end of its URI.
-
class
f5.bigip.tm.shared.licensing.
Activation
(licensing)[source]¶ BIG-IP® license activation status
Activation state objects only support the
load()
method because they cannot be modified via the API.Note
This is an unnamed resource so it has not ~Partition~Name pattern at the end of its URI.
-
class
f5.bigip.tm.shared.licensing.
Registration
(licensing)[source]¶ BIG-IP® license registration status
Registration state objects only support the
load()
method because they cannot be modified via the API.Note
This is an unnamed resource so it has not ~Partition~Name pattern at the end of its URI.