UAPI SSL::is_autossl_check_in_progress

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello @rinkleton,

You are correct. The "status" output from this UAPI function will always return "1" if the UAPI function executes successfully. The information you are looking for with this function is found with the "data" result. For example, when autossl_check is running for the user, it will show "data: 1" instead of "data: 0" :

Code:
# uapi --user=user123 SSL is_autossl_check_in_progress
---
apiversion: 3
func: is_autossl_check_in_progress
module: SSL
result:
  data: 1
  errors: ~
  messages: ~
  metadata: {} 
  status: 1
  warnings: ~
I've opened a case with our Documentation Team (DOC-10939) to ensure this document is updated to reflect this information. I'll update this thread once the changes are published.

Thank you.