This function determines whether a branch's Long-Term Support (LTS) version expires within three months. For more information about LTS, read our cPanel Long-Term Support documentation.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ get_current_lts_expiration_status
{- "data": {
- "expiration": 1585612801,
- "expires_in_next_three_months": 0,
- "full_version": "11.88.1.11"
}, - "metadata": {
- "command": "get_current_lts_expiration_status",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}