Forum Discussion
Lalitha_379027
Altocumulus
Jan 07, 2019License Check Date of Big-IP from Big-IQ
I would like to check License date of Big-IP devices from Big-IQ.Where I can find it?
Satoshi_Toyosa1
Jan 20, 2019Ret. Employee
If you are after the output from
tmsh show sys license
, then send a GET request to the BIG-IP's /mgmt/tm/sys/license
endpoint: e.g.,
curl -sku : https:///mgmt/tm/sys/license
To grab just the date related fields, pipe the output to a JSON parser and grep.
... | python -m json.tool | grep -E -A 1 'license.+Date|serviceCheckDate'
An example output:
"licenseEndDate": {
"description": "2019/01/29"
--
"licenseStartDate": {
"description": "2018/11/04"
--
"licensedOnDate": {
"description": "2018/12/19"
--
"serviceCheckDate": {
"description": "2018/12/30"
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects