kes status
Overview
Display the status of the KES server.
Syntax
kes status              \
    [--api]             \
    [--color <string>]  \
    [--insecure, -k]    \
    [--json]            \
    [--short, -s]
Parameters
        
        --api
    
List all server APIs.
        
        --color
    
Optional
Specify when to use colored output.
Possible values: auto, never, always
auto enables colors if an interactive terminal is detected and disables colors if the output goes to a pipe.
If not defined, KES uses the auto method.
        
        --insecure, -k
    
Optional
Directs the command to skip x.509 certificate validation during the TLS handshake with the KES server. This allows connections to KES servers using untrusted certificates (i.e. self-signed or issued by an unknown Certificate Authority).
MinIO strongly recommends against using this option in production environments.
        
        --json
    
Optional
Output the results in JSON format.
        
        --short, -s
    
Output a summary of the server status rather than the full information.
Examples
kes status