You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
h1 project logging enable --help
usage: h1 project logging enable [-h] --log LOG --password PASSWORD [--output {table,tsv,list,json,js,id,yaml}]
[--query QUERY] [--project PROJECT] [--mode {basic,full}] [--verbose] [--no-wait]
[--dry-run]
Enable compliance log
Optional arguments:
-h, --help Show this help message and exit.
--project PROJECT Project ID or name. Active project by default
--mode {basic,full} Logging mode (determines the scope of registered information)
--verbose, -v Make the operation more talkative. Can be set also via environment variable HYPERONE_CLI_VERBOSE.
--no-wait In case of queued event do not wait for completion
--dry-run Dry run for the request
Required arguments:
--log LOG ID of LogArchive
--password PASSWORD Credentials of type "password" to access logArchive
Output options:
--output {table,tsv,list,json,js,id,yaml}, -o {table,tsv,list,json,js,id,yaml}
Specify output format of command. Can be set also via environment variable HYPERONE_CLI_OUTPUT.
--query QUERY JMESPath query string
Examples
h1 project logging enable --project MyProject --logArchive 5beabe03680cffd11f0e653d --password StrongPassword
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: