Otoroshi cluster informations
at any moment you can get your cluster informations with the command
$ otoroshictl infos
+---------------------------------------+-------------+-----------+-----+----------------------------+---------------------------+ | cluster_id | version | datastore | env | java_version | os | +---------------------------------------+-------------+-----------+-----+----------------------------+---------------------------+ | 7bcab7ed5-9b9c-430e-acb5-2a42300b102c | 16.17.0-dev | file | dev | 11.0.22 - Eclipse Adoptium | Mac OS X - 14.1 - aarch64 | +---------------------------------------+-------------+-----------+-----+----------------------------+---------------------------+
Infos command usage
$ otoroshictl infos -h
Display the informations about the current otoroshi cluster Usage: otoroshictl infos [OPTIONS] Options: -v, --verbose Turn debugging information on -o, --ouput <FORMAT> Change the rendering format (can be one of: json, yaml, json_pretty) -c, --config-file <FILE or URL> Sets a custom config file --otoroshi-cluster-tls Sets the tls flag to connect to a custom otoroshi cluster without using a config file --otoroshi-cluster-hostname <HOSTNAME> Sets the hostname to connect to a custom otoroshi cluster without using a config file --otoroshi-cluster-port <PORT> Sets the port to connect to a custom otoroshi cluster without using a config file --otoroshi-cluster-routing-tls Sets the tls flag to connect to a custom otoroshi cluster without using a config file --otoroshi-cluster-routing-hostname <HOSTNAME> Sets the hostname to connect to a custom otoroshi cluster without using a config file --otoroshi-cluster-routing-port <PORT> Sets the port to connect to a custom otoroshi cluster without using a config file --otoroshi-user-client-id <CLIENT_ID> Sets the client_id to connect to a custom otoroshi cluster without using a config file --otoroshi-user-client-secret <CLIENT_SECRET> Sets the client_secret to connect to a custom otoroshi cluster without using a config file --otoroshi-user-health-key <HEALTH_KEY> Sets the health_key to connect to a custom otoroshi cluster without using a config file --otoroshi-cluster-cert-location <FILE> Sets the client cert location to connect to a custom otoroshi cluster without using a config file --otoroshi-cluster-key-location <FILE> Sets the client cert key location to connect to a custom otoroshi cluster without using a config file --otoroshi-cluster-ca-location <FILE> Sets the client cert ca location to connect to a custom otoroshi cluster without using a config file -h, --help Print help