Forum Discussion
F5 V13.1.0.2 view source connection response format
Hi Team
In recent times we are facing issue in two different F5 device with v13.1.0.2.
For one device we are getting the response for the view source connection is
F5 version V 13.1.0.2
URL :
{"kind":"tm:sys:connection:connectionstats","selfLink":";:{";:{"nestedStats":{"entries":{...}}}}}
but for the different box we are getting the response as
F5 version 13.1.0.2
URL :
Response : { "kind": "tm:sys:connection:connectionstats", "selfLink": ";, "apiRawValues": { "apiAnonymous": "..." } }
Why is the different occurring just curious to know how to sample response for all the REST api's used based on the F5 version.
- Satoshi_Toyosa1Ret. Employee
Most likely, the box with
has some ongoing connections, while the other withnestedStats
does not have any connection. RunapiRawValues
to check the number of connections on each box.tmsh show sys connection
e.g.,
yes | tmsh show sys connection Sys::Connections Total records returned: 0
curl -sku : https://localhost/mgmt/tm/sys/connection { "apiRawValues": { "apiAnonymous": "Sys::Connections\n" }, "kind": "tm:sys:connection:connectionstats", "selfLink": "https://localhost/mgmt/tm/sys/connection?ver=13.1.1.2" }
- Satoshi_Toyosa1Ret. Employee
The
for non-zero connections was introduced in v13.1. Prior versions reply thenestedStats
irrespective of a number of connections. If you want to get the older version's response, specify theapiRawData
query string: e.g.,?ver=
curl -sku : https:///mgmt/tm/sys/connection?ver=12.1.3
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com