Skip to main content

Comments

2 comments

  • cPanelMichael
    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" : # 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.
    0
  • cPanelMichael
    Hello @rinkleton, The document is now updated to reflect the noted change. Thanks!
    0

Please sign in to leave a comment.