Get network capture status
Get network capture status
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_active boolean
describes the state of feature, true - on / false - off
- captured_frames integer
specifies the number of captured packets
{
"is_active": true,
"captured_frames": 12
}
{
"is_active": true,
"captured_frames": 2
}
Log In
- application/json
- Schema
- Example (from schema)
Schema
- error string
error type/info
{
"error": "Wrong login or password"
}
Loading...