Found what appears to be a minor bug showing the full properties of an object which comes with Check Point management servers' default configurations. This is on R82 jumbo 12:
[Expert@DallasSC]# mgmt_cli -f json -r true -d "System Data" show object uid "41e821a0-3720-11e3-aa6e-0800200c9fde"
{
"object" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"type" : "domain",
"domain" : {
"uid" : "a0eebc99-afed-4ef8-bb6d-fedfedfedfed",
"name" : "System Data",
"domain-type" : "mds"
},
"icon" : "Objects/domain",
"color" : "black"
}
}
[Expert@DallasSC]# !! details-level full
mgmt_cli -f json -r true -d "System Data" show object uid "41e821a0-3720-11e3-aa6e-0800200c9fde" details-level full
{
"code" : "generic_err_object_not_found",
"message" : "Requested object [41e821a0-3720-11e3-aa6e-0800200c9fde] not found"
}
I only noticed it when I was trying to fetch a bunch of predefined objects so I can prepopulate documents. Definitely no impact at this point.