This function retrieves an application's minimum required password strength.
uapi --output=jsonpretty \ --user=username \ PasswdStrength \ get_required_strength \ app='webdisk'
{- "apiversion": 3,
- "func": "get_required_strength",
- "module": "PasswdStrength",
- "result": {
- "data": {
- "strength": 0
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}