Checking deployment status

Use the status action in the cfctl utility to check deployment status and validate system health in your IBM® Cyber Fraud deployment.

Before you begin

Ensure that you have the cfctl utility installed. For more information, see Installing the cfctl utility.

Command syntax

cfctl -- status [OPTIONS]
--no-validate
Return status only, without deep CustomResourceDefinitions (CRD) validation
--no-pods
Don't check pods
--no-mw
Don't check middleware
-f
Follow status changes (watch mode)
--timeout <minutes>
Validate timeout in minutes (integer)
--cmd-timeout <seconds>
Command timeout in seconds (integer)
--cert-thr <thresholds>
Certificate monitoring thresholds in format warn:err days; for example, 30:7.
-v
Verbose output

Examples

Quick status check without deep validation:

cfctl -- status --no-validate

Watch for status changes continuously:

cfctl -- status -f

Check with certificate expiry thresholds of 30 days warning and 7 days error:

cfctl -- status --cert-thr 30:7

More information

To display extra command information, run the following command:

cfctl show status