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?
2 Replies
- Samir_Jha_52506
Noctilucent
I believe option is not there to check License date, infect i am also checking same.
- Satoshi_Toyosa1Ret. Employee
If you are after the output from
, then send a GET request to the BIG-IP'stmsh show sys license
endpoint: e.g.,/mgmt/tm/sys/license
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