Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Interfaces > Get system and transaction status
Get system and transaction status
The GET command described in this section returns status information that describes the health of the system, as well as the total number of URLs, IP addresses, and ranges in the system. The status request does not require a transaction ID.
 
JSON response to a status request
{
"Build Status" : "Done",
"Cat Engine Health" : "OK",
"HttpServer Health" : "OK",
"Number of bad requests" : 0,
"Number of good requests" : 19,
"Number of unauthorized accesses" : 0,
"Number requesting bad paths" : 0,
"Status" : [
"Deleted category: Api_Cat_106 (name)",
"Database cdb1477694574.db created at 10-28-2016 22:42:54.720233 for transaction "
],
"Total API-managed categories from last call" : 10,
"Total IP addresses from last call" : 48,
"Total URLs from last call" : 254,
"Total categories from last call" : 0,
"Total connection errors" : 0,
"Total data fetch errors" : 3,
"Total errors" : 0,
"Total locked transaction errors" : 0,
"Total non-specialized Errors" : 0,
"Total requests received" : 19,
"Total transaction errors" : 0
}

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Interfaces > Get system and transaction status
Copyright 2016 Forcepoint LLC. All rights reserved.