Share feedback
Answers are generated based on the documentation.

sbx policy check network

内容説明Check network access to a host
利用方法sbx policy check network [--sandbox SANDBOX] TARGET [flags]

Description

Check whether current policy allows network access to TARGET.

TARGET may be a hostname, host:port, IP literal, or URL. Bare hosts and IP literals are evaluated with port 443. HTTP(S) URLs use their default ports; other URL schemes must include an explicit port.

Options

オプションデフォルト内容説明
--jsonOutput in JSON format
--sandboxEvaluate in a specific sandbox policy context
--verboseShow the exact policy request fields

Global options

オプションデフォルト内容説明
-D, --debugEnable debug logging

Examples

# Check global network policy
sbx policy check network api.example.com

# Check policy in a sandbox context
sbx policy check network --sandbox my-sandbox api.example.com:443

# Check a pasted URL and output JSON
sbx policy check network --json https://api.example.com/v1