Status
sfp server status
sfp server statussfp server status
sfp server statusUSAGE
$ sfp server status -t <value> [--json] [--passphrase <value>
[--identity-file <value> --ssh-connection <value>]] [-g <value>...]
[--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-t, --tenant=<value> (required) Name of the tenant to check
--json Output status in JSON format
SSH OPTIONS
--ssh-connection=<value> SSH connection string in the format user@host[:port]
--identity-file=<value> Path to SSH private key file
--passphrase=<value> Passphrase for the SSH private key if required
OTHER OPTIONS
-g, --logsgroupsymbol=<value>... Symbol used by CICD platform to group/collapse logs
--loglevel=<option> [default: info] logging level for this command invocation
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
DESCRIPTION
Check the status of a tenant's services
This command provides information about:
- Service health status (running/stopped/error)
- Container status
- Resource usage
- Uptime information
EXAMPLES
$ sfp server status --tenant my-app
$ sfp server status --tenant my-app --json
$ sfp server status --tenant my-app --ssh-connection [email protected] --identity-file ~/.ssh/id_rsaOutput Information
Output Formats
Standard Output
JSON Output
Remote Server Management
Use Cases
Monitoring Script
Health Check Integration
Status Values
Last updated