Use the management API:
Management API Reference
With the following command you can check the hardware and other information:
mgmt_cli get-platform name "gw1" --format json
Here is a sample output:
{
"tasks" : [ {
"task-name" : "get-platform",
"task-id" : "01234567-89ab-1234-9e1f-0e1e68312345",
"status" : "succeeded",
"progress-percentage" : 100,
"suppressed" : false,
"task-details" : [ {
"os-name" : "Gaia",
"version" : "R81.10",
"hardware" : "Open Server"
} ]
} ]
}
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips