You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get a report showing network events for a specified network. You can view all network events, or use the --summary flag to see an aggregated analysis of captured network events.
8
+
9
+
Network reporting is a beta feature. For more information, see [Test in Air Gap Environments (Beta)](/vendor/testing-network-policy).
10
+
11
+
```
12
+
replicated network report [network-id] [flags]
13
+
```
14
+
15
+
### Examples
16
+
17
+
```
18
+
# Get report for a network by ID (using positional argument)
19
+
replicated network report abc123
20
+
21
+
# Get report for a network by ID (using flag)
22
+
replicated network report --id abc123
23
+
24
+
# Watch for new network events (JSON Lines format)
25
+
replicated network report abc123 --watch
26
+
```
27
+
28
+
### Options
29
+
30
+
```
31
+
-h, --help help for report
32
+
--id string Network ID to get report for
33
+
--summary Get the report summary
34
+
-w, --watch Watch for new network events
35
+
```
36
+
37
+
### Options inherited from parent commands
38
+
39
+
```
40
+
--app string The app slug or app id to use in all calls
41
+
--debug Enable debug output
42
+
--token string The API token to use to access your app in the Vendor API
43
+
```
44
+
45
+
### SEE ALSO
46
+
47
+
*[replicated network](replicated-cli-network) - Manage test networks for VMs and Clusters
0 commit comments