document output form

This commit is contained in:
Laurent Indermuehle 2023-09-15 15:20:50 +02:00
parent 2acc3d2a77
commit 2ea7120f2e
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -194,7 +194,7 @@ users_privs:
returned: if not excluded by filter
type: dict
sample:
- { "name": "user1", "host": "host.com", "priv": 'db1.*':'ALL' 'db2.tb1':'SELECT', pass_hash: '*1234567', resource_limits: { MAX_USER_CONNECTIONS: 100 } }
- { auth_string: '*1234567', "name": "user1", "host": "host.com", "plugin": "mysql_native_password", "privs": "'db1.*': 'SELECT'/'db2.*': 'SELECT'", resource_limits: { MAX_USER_CONNECTIONS: 100 } }
engines:
description: Information about the server's storage engines.
returned: if not excluded by filter