Just did some checks and sadly, cant see a way to do this from smart console. I also tried smartview, but no luck. Also did below from ssh, but cant see hit count there either.
Andy
[Expert@CP-MANAGEMENT:0]# mgmt_cli show package name "R82-SSL-INSPECTION-LAB-POLICY" --format json
Username: admin
Password:
{
"uid" : "0fd04089-8f41-424a-aeb3-0534161618ca",
"name" : "R82-SSL-INSPECTION-LAB-POLICY",
"type" : "package",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"https-inspection-layers" : {
"inbound-https-layer" : {
"uid" : "dbd264b3-5b34-4105-a35e-364ccabc7f82",
"name" : "Default Inbound Layer",
"type" : "https-layer",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"icon" : "ApplicationFirewall/rulebase",
"color" : "black"
},
"outbound-https-layer" : {
"uid" : "ecb98b31-5e17-44c5-bc05-ce1a8b3d1c3d",
"name" : "Default Outbound Layer",
"type" : "https-layer",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"icon" : "ApplicationFirewall/rulebase",
"color" : "black"
}
},
"installation-targets-revision" : [ {
"cluster-members-revision" : [ {
"target-name" : "CP-FW-02",
"target-uid" : "c2fdd6b1-e28a-4fff-bc41-f54aa31cf4f7",
"revision" : {
"uid" : "623f7685-c888-4ba0-b6d4-6f797772e4a6",
"type" : "session",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"icon" : "Objects/worksession",
"color" : "black"
}
} ],
"target-name" : "CP-FW-CLUSTER",
"target-uid" : "1d825439-7eff-42ff-bee2-f091dad7aa83"
}, {
"target-name" : "CP-GW",
"target-uid" : "0c57736d-de40-448d-94e6-5d23c68bf031",
"revision" : {
"uid" : "623f7685-c888-4ba0-b6d4-6f797772e4a6",
"type" : "session",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"icon" : "Objects/worksession",
"color" : "black"
}
} ],
"access" : true,
"access-layers" : [ {
"uid" : "38271c2f-ab44-4e25-9aa4-e219cb6e12cf",
"name" : "network",
"type" : "access-layer",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"icon" : "ApplicationFirewall/rulebase",
"color" : "black"
}, {
"uid" : "0d66fd92-fb01-4862-8005-8871f976ad4f",
"name" : "appc+urlf",
"type" : "access-layer",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"icon" : "ApplicationFirewall/rulebase",
"color" : "black"
}, {
"uid" : "8c33534f-e11d-4511-a5d1-538a0415a7b3",
"name" : "final-layer",
"type" : "access-layer",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"icon" : "ApplicationFirewall/rulebase",
"color" : "black"
} ],
"threat-layers" : [ {
"uid" : "62edcf70-8f91-4ada-9a03-2d5d72a9ef6e",
"name" : "IPS",
"type" : "threat-layer",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"icon" : "ApplicationFirewall/sharedrulebase",
"color" : "black"
}, {
"uid" : "6cc286f4-87bc-412a-b231-8c63c30d978e",
"name" : "R82-SSL-INSPECTION-LAB-POLICY Threat Prevention",
"type" : "threat-layer",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"icon" : "ApplicationFirewall/rulebase",
"color" : "black"
} ],
"vpn-traditional-mode" : false,
"nat-policy" : true,
"qos" : true,
"qos-policy-type" : "recommended",
"desktop-security" : false,
"threat-prevention" : true,
"installation-targets" : "all",
"https-inspection-policy" : true,
"infinity-threat-policy" : "e2b0ba60-56be-456b-ba46-73df3cf5cbed",
"autonomous-threat-policy" : "e2b0ba60-56be-456b-ba46-73df3cf5cbed",
"comments" : "",
"color" : "cyan",
"icon" : "Blades/Access",
"tags" : [ ],
"meta-info" : {
"lock" : "unlocked",
"validation-state" : "ok",
"last-modify-time" : {
"posix" : 1742753432509,
"iso-8601" : "2025-03-23T14:10-0400"
},
"last-modifier" : "admin",
"creation-time" : {
"posix" : 1668667433989,
"iso-8601" : "2022-11-17T01:43-0500"
},
"creator" : "System"
},
"read-only" : false,
"available-actions" : {
"edit" : "true",
"delete" : "true",
"clone" : "false"
}
}
[Expert@CP-MANAGEMENT:0]#
Best,
Andy