<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: find model of cluster member in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222887#M8651</link>
    <description>&lt;P&gt;Yep, sorry, missed that part, its eve-ng.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2024 22:27:07 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2024-08-06T22:27:07Z</dc:date>
    <item>
      <title>find model of cluster member</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222786#M8642</link>
      <description>&lt;P&gt;Is there a way via mgmt_cli to find the model of a cluster member, i see there is a way to do it for simple gateways and that works fine, but for cluster members, i don't see that option. I even tried to grab the uid of the cluster member and query generic object using that uid but that didn't work. Im assuming that the hardware model is only under the cluster object, so next question, would be via mgmt_cli is there a way to get the cluster name based on querying show cluster-members name "name_of_fw_member"?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 22:43:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222786#M8642</guid>
      <dc:creator>bshuanour</dc:creator>
      <dc:date>2024-08-05T22:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: find model of cluster member</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222787#M8643</link>
      <description>&lt;P&gt;show simple-cluster hardware?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 23:20:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222787#M8643</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2024-08-05T23:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: find model of cluster member</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222789#M8644</link>
      <description>&lt;P&gt;I second what Tim said. I will test this Tuesday morning, but makes sense. Btw, below are all the possibilities for that command,&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/#cli/show-simple-cluster~v1.9.1%20" target="_blank"&gt;https://sc1.checkpoint.com/documents/latest/APIs/#cli/show-simple-cluster~v1.9.1%20&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 00:54:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222789#M8644</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-06T00:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: find model of cluster member</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222837#M8645</link>
      <description>&lt;P&gt;Hey Tim, thanks for the response. That didn't work&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 12:50:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222837#M8645</guid>
      <dc:creator>bshuanour</dc:creator>
      <dc:date>2024-08-06T12:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: find model of cluster member</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222843#M8646</link>
      <description>&lt;P&gt;I thought similar command existed in gaia api reference (for the gw itself), but does not seem like it.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/latest/GaiaAPIs/#cli/introduction~v1.7%20" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/latest/GaiaAPIs/#cli/introduction~v1.7%20&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is what I get when I run it from my mgmt server in the lab.&lt;/P&gt;
&lt;P&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway hardware&lt;BR /&gt;Error: The parameters of show-simple-gateway command should be provided in pairs (key and value). You have provided an odd number of parameters which suggests that you are probably missing a parameter.&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway&lt;BR /&gt;Username: admin&lt;BR /&gt;Password:&lt;BR /&gt;code: "generic_err_missing_required_parameters"&lt;BR /&gt;message: "Missing parameter: [name or uid]"&lt;/P&gt;
&lt;P&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway hardware "CP-GW"&lt;BR /&gt;Username: admin&lt;BR /&gt;Password:&lt;BR /&gt;code: "generic_err_invalid_parameter_name"&lt;BR /&gt;message: "Unrecognized parameter [hardware]"&lt;/P&gt;
&lt;P&gt;[Expert@CP-MANAGEMENT:0]#&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 13:31:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222843#M8646</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-06T13:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: find model of cluster member</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222844#M8647</link>
      <description>&lt;P&gt;Now, this works, BUT, I dont believe it gives what you are after...: - (&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;My lab:&lt;/P&gt;
&lt;P&gt;**********************************&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway&lt;BR /&gt;Username: admin&lt;BR /&gt;Password:&lt;BR /&gt;code: "generic_err_missing_required_parameters"&lt;BR /&gt;message: "Missing parameter: [name or uid]"&lt;/P&gt;
&lt;P&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway name "CP-GW"&lt;BR /&gt;Username: admin&lt;BR /&gt;Password:&lt;BR /&gt;uid: "0c57736d-de40-448d-94e6-5d23c68bf031"&lt;BR /&gt;name: "CP-GW"&lt;BR /&gt;type: "simple-gateway"&lt;BR /&gt;domain:&lt;BR /&gt;uid: "41e821a0-3720-11e3-aa6e-0800200c9fde"&lt;BR /&gt;name: "SMC User"&lt;BR /&gt;domain-type: "domain"&lt;BR /&gt;interfaces:&lt;BR /&gt;- uid: "b8e04c8f-3bee-4736-9aab-79959637f551"&lt;BR /&gt;name: "eth1"&lt;BR /&gt;network-interface-type: "ethernet"&lt;BR /&gt;ipv4-address: "172.31.10.249"&lt;BR /&gt;ipv4-network-mask: "255.255.255.0"&lt;BR /&gt;ipv4-mask-length: 24&lt;BR /&gt;ipv6-address: ""&lt;BR /&gt;comments: ""&lt;BR /&gt;color: "black"&lt;BR /&gt;icon: "NetworkObjects/network"&lt;BR /&gt;topology: "internal"&lt;BR /&gt;topology-settings:&lt;BR /&gt;ip-address-behind-this-interface: "network defined by routing"&lt;BR /&gt;interface-leads-to-dmz: true&lt;BR /&gt;anti-spoofing: true&lt;BR /&gt;anti-spoofing-settings:&lt;BR /&gt;action: "prevent"&lt;BR /&gt;exclude-packets: false&lt;BR /&gt;spoof-tracking: "log"&lt;BR /&gt;security-zone: false&lt;BR /&gt;- uid: "b60f8d02-e9a1-4d8e-882e-534f5f99ce3a"&lt;BR /&gt;name: "eth0"&lt;BR /&gt;network-interface-type: "ethernet"&lt;BR /&gt;ipv4-address: "172.16.10.249"&lt;BR /&gt;ipv4-network-mask: "255.255.255.0"&lt;BR /&gt;ipv4-mask-length: 24&lt;BR /&gt;ipv6-address: ""&lt;BR /&gt;comments: ""&lt;BR /&gt;color: "black"&lt;BR /&gt;icon: "NetworkObjects/network"&lt;BR /&gt;topology: "automatic"&lt;BR /&gt;topology-automatic-calculation: "external"&lt;BR /&gt;anti-spoofing: true&lt;BR /&gt;anti-spoofing-settings:&lt;BR /&gt;action: "prevent"&lt;BR /&gt;exclude-packets: false&lt;BR /&gt;spoof-tracking: "log"&lt;BR /&gt;security-zone: false&lt;BR /&gt;- uid: "89c0297c-419e-47c1-9790-0b09a69c303d"&lt;BR /&gt;name: "eth2"&lt;BR /&gt;network-interface-type: "ethernet"&lt;BR /&gt;ipv4-address: "192.168.10.249"&lt;BR /&gt;ipv4-network-mask: "255.255.255.0"&lt;BR /&gt;ipv4-mask-length: 24&lt;BR /&gt;ipv6-address: ""&lt;BR /&gt;comments: ""&lt;BR /&gt;color: "black"&lt;BR /&gt;icon: "NetworkObjects/network"&lt;BR /&gt;topology: "internal"&lt;BR /&gt;topology-settings:&lt;BR /&gt;ip-address-behind-this-interface: "network defined by routing"&lt;BR /&gt;interface-leads-to-dmz: false&lt;BR /&gt;anti-spoofing: true&lt;BR /&gt;anti-spoofing-settings:&lt;BR /&gt;action: "prevent"&lt;BR /&gt;exclude-packets: false&lt;BR /&gt;spoof-tracking: "log"&lt;BR /&gt;security-zone: false&lt;BR /&gt;ipv4-address: "172.16.10.249"&lt;BR /&gt;dynamic-ip: false&lt;BR /&gt;version: "R81.20"&lt;BR /&gt;os-name: "Gaia"&lt;BR /&gt;hardware: "Open server"&lt;BR /&gt;sic-name: "CN=CP-GW,O=CP-MANAGEMENT..pi6w5j"&lt;BR /&gt;sic-state: "communicating"&lt;BR /&gt;network-policy-management: false&lt;BR /&gt;log-server: false&lt;BR /&gt;firewall: true&lt;BR /&gt;firewall-settings:&lt;BR /&gt;auto-maximum-limit-for-concurrent-connections: true&lt;BR /&gt;maximum-limit-for-concurrent-connections: 25000&lt;BR /&gt;auto-calculate-connections-hash-table-size-and-memory-pool: true&lt;BR /&gt;connections-hash-size: 131072&lt;BR /&gt;memory-pool-size: 6&lt;BR /&gt;maximum-memory-pool-size: 30&lt;BR /&gt;vpn: true&lt;BR /&gt;vpn-settings:&lt;BR /&gt;useClientlessVpn: true&lt;BR /&gt;useCert: "defaultCert"&lt;BR /&gt;maximum-concurrent-ike-negotiations: 1000&lt;BR /&gt;maximum-concurrent-tunnels: 10000&lt;BR /&gt;vpn-domain:&lt;BR /&gt;uid: "13421376-766c-4095-a981-d7dee96bc8cb"&lt;BR /&gt;name: "rfc-1918"&lt;BR /&gt;type: "group"&lt;BR /&gt;domain:&lt;BR /&gt;uid: "41e821a0-3720-11e3-aa6e-0800200c9fde"&lt;BR /&gt;name: "SMC User"&lt;BR /&gt;domain-type: "domain"&lt;BR /&gt;icon: "General/group"&lt;BR /&gt;color: "crete blue"&lt;BR /&gt;vpn-domain-type: "manual"&lt;BR /&gt;vpn-domain-exclude-external-ip-addresses: false&lt;BR /&gt;link-selection:&lt;BR /&gt;ip-selection: "use-main-address"&lt;BR /&gt;remote-access:&lt;BR /&gt;support-l2tp: false&lt;BR /&gt;allow-vpn-clients-to-route-traffic: false&lt;BR /&gt;support-nat-traversal-mechanism: true&lt;BR /&gt;nat-traversal-service:&lt;BR /&gt;uid: "97aeb390-9aea-11d5-bd16-0090272ccb30"&lt;BR /&gt;name: "VPN1_IPSEC_encapsulation"&lt;BR /&gt;type: "service-udp"&lt;BR /&gt;domain:&lt;BR /&gt;uid: "a0bbbc99-adef-4ef8-bb6d-defdefdefdef"&lt;BR /&gt;name: "Check Point Data"&lt;BR /&gt;domain-type: "data domain"&lt;BR /&gt;port: "2746"&lt;BR /&gt;icon: "Services/UDPService"&lt;BR /&gt;color: "firebrick"&lt;BR /&gt;support-visitor-mode: true&lt;BR /&gt;visitor-mode-service:&lt;BR /&gt;uid: "97aeb443-9aea-11d5-bd16-0090272ccb30"&lt;BR /&gt;name: "https"&lt;BR /&gt;type: "service-tcp"&lt;BR /&gt;domain:&lt;BR /&gt;uid: "a0bbbc99-adef-4ef8-bb6d-defdefdefdef"&lt;BR /&gt;name: "Check Point Data"&lt;BR /&gt;domain-type: "data domain"&lt;BR /&gt;port: "443"&lt;BR /&gt;icon: "Protocols/HTTP"&lt;BR /&gt;color: "red"&lt;BR /&gt;visitor-mode-interface: "All IPs"&lt;BR /&gt;office-mode:&lt;BR /&gt;mode: "all-users"&lt;BR /&gt;allocate-ip-address-from:&lt;BR /&gt;radius-server: false&lt;BR /&gt;use-allocate-method: true&lt;BR /&gt;allocate-method: "manual"&lt;BR /&gt;manual-network:&lt;BR /&gt;uid: "6afffc9e-3d33-4054-acb9-f3c49b1cff1b"&lt;BR /&gt;name: "CP_default_Office_Mode_addresses_pool"&lt;BR /&gt;type: "network"&lt;BR /&gt;domain:&lt;BR /&gt;uid: "41e821a0-3720-11e3-aa6e-0800200c9fde"&lt;BR /&gt;name: "SMC User"&lt;BR /&gt;domain-type: "domain"&lt;BR /&gt;subnet4: "172.16.10.0"&lt;BR /&gt;mask-length4: 24&lt;BR /&gt;subnet-mask: "255.255.255.0"&lt;BR /&gt;icon: "NetworkObjects/network"&lt;BR /&gt;color: "black"&lt;BR /&gt;optional-parameters:&lt;BR /&gt;use-primary-dns-server: false&lt;BR /&gt;use-first-backup-dns-server: false&lt;BR /&gt;use-second-backup-dns-server: false&lt;BR /&gt;use-primary-wins-server: false&lt;BR /&gt;use-first-backup-wins-server: false&lt;BR /&gt;use-second-backup-wins-server: false&lt;BR /&gt;support-multiple-interfaces: true&lt;BR /&gt;perform-anti-spoofing: false&lt;BR /&gt;anti-spoofing-additional-addresses:&lt;BR /&gt;uid: "97aeb36a-9aea-11d5-bd16-0090272ccb30"&lt;BR /&gt;name: "None"&lt;BR /&gt;type: "CpmiAnyObject"&lt;BR /&gt;domain:&lt;BR /&gt;uid: "a0bbbc99-adef-4ef8-bb6d-defdefdefdef"&lt;BR /&gt;name: "Check Point Data"&lt;BR /&gt;domain-type: "data domain"&lt;BR /&gt;icon: "General/globalsNone"&lt;BR /&gt;color: "black"&lt;BR /&gt;authentication:&lt;BR /&gt;authentication-clients: []&lt;BR /&gt;policy-server: false&lt;BR /&gt;mobile-access: false&lt;BR /&gt;legacy-url-filtering: false&lt;BR /&gt;monitoring: true&lt;BR /&gt;anti-spam-and-email-security: false&lt;BR /&gt;application-control: true&lt;BR /&gt;url-filtering: true&lt;BR /&gt;threat-prevention-mode: "custom"&lt;BR /&gt;ips: true&lt;BR /&gt;threat-emulation: false&lt;BR /&gt;threat-extraction: false&lt;BR /&gt;data-loss-prevention: false&lt;BR /&gt;qos: true&lt;BR /&gt;anti-bot: false&lt;BR /&gt;anti-virus: true&lt;BR /&gt;content-awareness: true&lt;BR /&gt;zero-phishing: false&lt;BR /&gt;save-logs-locally: false&lt;BR /&gt;send-alerts-to-server:&lt;BR /&gt;- "CP-MANAGEMENT"&lt;BR /&gt;send-logs-to-server:&lt;BR /&gt;- "CP-MANAGEMENT"&lt;BR /&gt;send-logs-to-backup-server: []&lt;BR /&gt;logs-settings:&lt;BR /&gt;rotate-log-by-file-size: false&lt;BR /&gt;rotate-log-file-size-threshold: 1000&lt;BR /&gt;rotate-log-on-schedule: false&lt;BR /&gt;alert-when-free-disk-space-below-metrics: "mbytes"&lt;BR /&gt;alert-when-free-disk-space-below: true&lt;BR /&gt;alert-when-free-disk-space-below-threshold: 20&lt;BR /&gt;alert-when-free-disk-space-below-type: "popup alert"&lt;BR /&gt;delete-when-free-disk-space-below-metrics: "mbytes"&lt;BR /&gt;delete-when-free-disk-space-below: true&lt;BR /&gt;delete-when-free-disk-space-below-threshold: 5000&lt;BR /&gt;before-delete-keep-logs-from-the-last-days: false&lt;BR /&gt;before-delete-keep-logs-from-the-last-days-threshold: 3664&lt;BR /&gt;before-delete-run-script: false&lt;BR /&gt;before-delete-run-script-command: ""&lt;BR /&gt;stop-logging-when-free-disk-space-below-metrics: "mbytes"&lt;BR /&gt;stop-logging-when-free-disk-space-below: false&lt;BR /&gt;stop-logging-when-free-disk-space-below-threshold: 100&lt;BR /&gt;reject-connections-when-free-disk-space-below-threshold: false&lt;BR /&gt;reserve-for-packet-capture-metrics: "mbytes"&lt;BR /&gt;reserve-for-packet-capture-threshold: 500&lt;BR /&gt;delete-index-files-when-index-size-above-metrics: "mbytes"&lt;BR /&gt;delete-index-files-when-index-size-above: false&lt;BR /&gt;delete-index-files-when-index-size-above-threshold: 100000&lt;BR /&gt;delete-index-files-older-than-days: false&lt;BR /&gt;delete-index-files-older-than-days-threshold: 14&lt;BR /&gt;forward-logs-to-log-server: false&lt;BR /&gt;perform-log-rotate-before-log-forwarding: false&lt;BR /&gt;update-account-log-every: 3600&lt;BR /&gt;detect-new-citrix-ica-application-names: false&lt;BR /&gt;turn-on-qos-logging: true&lt;BR /&gt;distribute-logs-between-all-active-servers: false&lt;BR /&gt;identity-awareness: true&lt;BR /&gt;identity-awareness-settings:&lt;BR /&gt;remote-access: false&lt;BR /&gt;identity-agent: false&lt;BR /&gt;proxy-settings:&lt;BR /&gt;detect-using-x-forward-for: false&lt;BR /&gt;browser-based-authentication: false&lt;BR /&gt;identity-collector: true&lt;BR /&gt;identity-collector-settings:&lt;BR /&gt;authentication-settings:&lt;BR /&gt;users-directories:&lt;BR /&gt;internal-users: false&lt;BR /&gt;external-user-profile: false&lt;BR /&gt;users-from-external-directories: "all gateways directories"&lt;BR /&gt;specific: []&lt;BR /&gt;authorized-clients:&lt;BR /&gt;- client: "13421376-766c-4095-a981-d7dee96bc8cb"&lt;BR /&gt;client-access-permissions:&lt;BR /&gt;portal-web-settings:&lt;BR /&gt;main-url: "&lt;A href="https://0.0.0.0/_IA_IDC" target="_blank"&gt;https://0.0.0.0/_IA_IDC&lt;/A&gt;"&lt;BR /&gt;ip-address: "0.0.0.0"&lt;BR /&gt;aliases: []&lt;BR /&gt;accessibility:&lt;BR /&gt;allow-access-from: "ALL_INTERFACES"&lt;BR /&gt;ad-query: false&lt;BR /&gt;terminal-servers: false&lt;BR /&gt;radius-accounting: false&lt;BR /&gt;collecting-identities: true&lt;BR /&gt;identity-web-api: false&lt;BR /&gt;platform-portal-settings:&lt;BR /&gt;enabled: true&lt;BR /&gt;portal-web-settings:&lt;BR /&gt;main-url: "&lt;A href="https://172.16.10.249:4434" target="_blank"&gt;https://172.16.10.249:4434&lt;/A&gt;"&lt;BR /&gt;ip-address: "172.16.10.249"&lt;BR /&gt;aliases: []&lt;BR /&gt;accessibility:&lt;BR /&gt;allow-access-from: "RULE_BASE"&lt;BR /&gt;usercheck-portal-settings:&lt;BR /&gt;enabled: true&lt;BR /&gt;portal-web-settings:&lt;BR /&gt;main-url: "&lt;A href="http://172.16.10.249/UserCheck" target="_blank"&gt;http://172.16.10.249/UserCheck&lt;/A&gt;"&lt;BR /&gt;ip-address: "172.16.10.249"&lt;BR /&gt;aliases: []&lt;BR /&gt;accessibility:&lt;BR /&gt;allow-access-from: "INTERNAL_INTERFACES"&lt;BR /&gt;internal-access-settings:&lt;BR /&gt;undefined: false&lt;BR /&gt;dmz: false&lt;BR /&gt;vpn: true&lt;BR /&gt;proxy-settings:&lt;BR /&gt;use-custom-proxy: false&lt;BR /&gt;nat-hide-internal-interfaces: false&lt;BR /&gt;nat-settings:&lt;BR /&gt;auto-rule: false&lt;BR /&gt;fetch-policy:&lt;BR /&gt;- "CP-MANAGEMENT"&lt;BR /&gt;hit-count: true&lt;BR /&gt;enable-https-inspection: false&lt;BR /&gt;application-control-and-url-filtering-settings:&lt;BR /&gt;global-settings-mode: "use_global_settings"&lt;BR /&gt;https-inspection:&lt;BR /&gt;bypass-on-failure:&lt;BR /&gt;override-profile: false&lt;BR /&gt;profile-value: true&lt;BR /&gt;site-categorization-allow-mode:&lt;BR /&gt;override-profile: false&lt;BR /&gt;profile-value: "hold"&lt;BR /&gt;deny-untrusted-server-cert:&lt;BR /&gt;override-profile: false&lt;BR /&gt;profile-value: false&lt;BR /&gt;deny-revoked-server-cert:&lt;BR /&gt;override-profile: false&lt;BR /&gt;profile-value: true&lt;BR /&gt;deny-expired-server-cert:&lt;BR /&gt;override-profile: false&lt;BR /&gt;profile-value: false&lt;BR /&gt;ips-update-policy: "gateway automatic update"&lt;BR /&gt;externally-managed: false&lt;BR /&gt;groups: []&lt;BR /&gt;comments: "cp gw"&lt;BR /&gt;color: "olive"&lt;BR /&gt;icon: "NetworkObjects/gateway"&lt;BR /&gt;tags: []&lt;BR /&gt;meta-info:&lt;BR /&gt;lock: "unlocked"&lt;BR /&gt;validation-state: "ok"&lt;BR /&gt;last-modify-time:&lt;BR /&gt;posix: 1722950646101&lt;BR /&gt;iso-8601: "2024-08-06T09:24-0400"&lt;BR /&gt;last-modifier: "admin"&lt;BR /&gt;creation-time:&lt;BR /&gt;posix: 1720137949620&lt;BR /&gt;iso-8601: "2024-07-04T20:05-0400"&lt;BR /&gt;creator: "admin"&lt;BR /&gt;read-only: false&lt;BR /&gt;available-actions:&lt;BR /&gt;edit: "true"&lt;BR /&gt;delete: "true"&lt;BR /&gt;clone: "not_supported"&lt;/P&gt;
&lt;P&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway name "CP-GW" hardware&lt;BR /&gt;Error: The parameters of show-simple-gateway command should be provided in pairs (key and value). You have provided an odd number of parameters which suggests that you are probably missing a parameter.&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway hardware name "CP-GW"&lt;BR /&gt;Error: The parameters of show-simple-gateway command should be provided in pairs (key and value). You have provided an odd number of parameters which suggests that you are probably missing a parameter.&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway hardware "CP-GW" &lt;BR /&gt;Username: admin&lt;BR /&gt;Password:&lt;BR /&gt;code: "generic_err_invalid_parameter_name"&lt;BR /&gt;message: "Unrecognized parameter [hardware]"&lt;/P&gt;
&lt;P&gt;[Expert@CP-MANAGEMENT:0]#&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway name "CP-GW" --format json&lt;BR /&gt;Username: admin&lt;BR /&gt;Password:&lt;BR /&gt;{&lt;BR /&gt;"uid" : "0c57736d-de40-448d-94e6-5d23c68bf031",&lt;BR /&gt;"name" : "CP-GW",&lt;BR /&gt;"type" : "simple-gateway",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",&lt;BR /&gt;"name" : "SMC User",&lt;BR /&gt;"domain-type" : "domain"&lt;BR /&gt;},&lt;BR /&gt;"interfaces" : [ {&lt;BR /&gt;"uid" : "b8e04c8f-3bee-4736-9aab-79959637f551",&lt;BR /&gt;"name" : "eth1",&lt;BR /&gt;"network-interface-type" : "ethernet",&lt;BR /&gt;"ipv4-address" : "172.31.10.249",&lt;BR /&gt;"ipv4-network-mask" : "255.255.255.0",&lt;BR /&gt;"ipv4-mask-length" : 24,&lt;BR /&gt;"ipv6-address" : "",&lt;BR /&gt;"comments" : "",&lt;BR /&gt;"color" : "black",&lt;BR /&gt;"icon" : "NetworkObjects/network",&lt;BR /&gt;"topology" : "internal",&lt;BR /&gt;"topology-settings" : {&lt;BR /&gt;"ip-address-behind-this-interface" : "network defined by routing",&lt;BR /&gt;"interface-leads-to-dmz" : true&lt;BR /&gt;},&lt;BR /&gt;"anti-spoofing" : true,&lt;BR /&gt;"anti-spoofing-settings" : {&lt;BR /&gt;"action" : "prevent",&lt;BR /&gt;"exclude-packets" : false,&lt;BR /&gt;"spoof-tracking" : "log"&lt;BR /&gt;},&lt;BR /&gt;"security-zone" : false&lt;BR /&gt;}, {&lt;BR /&gt;"uid" : "b60f8d02-e9a1-4d8e-882e-534f5f99ce3a",&lt;BR /&gt;"name" : "eth0",&lt;BR /&gt;"network-interface-type" : "ethernet",&lt;BR /&gt;"ipv4-address" : "172.16.10.249",&lt;BR /&gt;"ipv4-network-mask" : "255.255.255.0",&lt;BR /&gt;"ipv4-mask-length" : 24,&lt;BR /&gt;"ipv6-address" : "",&lt;BR /&gt;"comments" : "",&lt;BR /&gt;"color" : "black",&lt;BR /&gt;"icon" : "NetworkObjects/network",&lt;BR /&gt;"topology" : "automatic",&lt;BR /&gt;"topology-automatic-calculation" : "external",&lt;BR /&gt;"anti-spoofing" : true,&lt;BR /&gt;"anti-spoofing-settings" : {&lt;BR /&gt;"action" : "prevent",&lt;BR /&gt;"exclude-packets" : false,&lt;BR /&gt;"spoof-tracking" : "log"&lt;BR /&gt;},&lt;BR /&gt;"security-zone" : false&lt;BR /&gt;}, {&lt;BR /&gt;"uid" : "89c0297c-419e-47c1-9790-0b09a69c303d",&lt;BR /&gt;"name" : "eth2",&lt;BR /&gt;"network-interface-type" : "ethernet",&lt;BR /&gt;"ipv4-address" : "192.168.10.249",&lt;BR /&gt;"ipv4-network-mask" : "255.255.255.0",&lt;BR /&gt;"ipv4-mask-length" : 24,&lt;BR /&gt;"ipv6-address" : "",&lt;BR /&gt;"comments" : "",&lt;BR /&gt;"color" : "black",&lt;BR /&gt;"icon" : "NetworkObjects/network",&lt;BR /&gt;"topology" : "internal",&lt;BR /&gt;"topology-settings" : {&lt;BR /&gt;"ip-address-behind-this-interface" : "network defined by routing",&lt;BR /&gt;"interface-leads-to-dmz" : false&lt;BR /&gt;},&lt;BR /&gt;"anti-spoofing" : true,&lt;BR /&gt;"anti-spoofing-settings" : {&lt;BR /&gt;"action" : "prevent",&lt;BR /&gt;"exclude-packets" : false,&lt;BR /&gt;"spoof-tracking" : "log"&lt;BR /&gt;},&lt;BR /&gt;"security-zone" : false&lt;BR /&gt;} ],&lt;BR /&gt;"ipv4-address" : "172.16.10.249",&lt;BR /&gt;"dynamic-ip" : false,&lt;BR /&gt;"version" : "R81.20",&lt;BR /&gt;"os-name" : "Gaia",&lt;BR /&gt;"hardware" : "Open server",&lt;BR /&gt;"sic-name" : "CN=CP-GW,O=CP-MANAGEMENT..pi6w5j",&lt;BR /&gt;"sic-state" : "communicating",&lt;BR /&gt;"network-policy-management" : false,&lt;BR /&gt;"log-server" : false,&lt;BR /&gt;"firewall" : true,&lt;BR /&gt;"firewall-settings" : {&lt;BR /&gt;"auto-maximum-limit-for-concurrent-connections" : true,&lt;BR /&gt;"maximum-limit-for-concurrent-connections" : 25000,&lt;BR /&gt;"auto-calculate-connections-hash-table-size-and-memory-pool" : true,&lt;BR /&gt;"connections-hash-size" : 131072,&lt;BR /&gt;"memory-pool-size" : 6,&lt;BR /&gt;"maximum-memory-pool-size" : 30&lt;BR /&gt;},&lt;BR /&gt;"vpn" : true,&lt;BR /&gt;"vpn-settings" : {&lt;BR /&gt;"useClientlessVpn" : true,&lt;BR /&gt;"useCert" : "defaultCert",&lt;BR /&gt;"maximum-concurrent-ike-negotiations" : 1000,&lt;BR /&gt;"maximum-concurrent-tunnels" : 10000,&lt;BR /&gt;"vpn-domain" : {&lt;BR /&gt;"uid" : "13421376-766c-4095-a981-d7dee96bc8cb",&lt;BR /&gt;"name" : "rfc-1918",&lt;BR /&gt;"type" : "group",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",&lt;BR /&gt;"name" : "SMC User",&lt;BR /&gt;"domain-type" : "domain"&lt;BR /&gt;},&lt;BR /&gt;"icon" : "General/group",&lt;BR /&gt;"color" : "crete blue"&lt;BR /&gt;},&lt;BR /&gt;"vpn-domain-type" : "manual",&lt;BR /&gt;"vpn-domain-exclude-external-ip-addresses" : false,&lt;BR /&gt;"link-selection" : {&lt;BR /&gt;"ip-selection" : "use-main-address"&lt;BR /&gt;},&lt;BR /&gt;"remote-access" : {&lt;BR /&gt;"support-l2tp" : false,&lt;BR /&gt;"allow-vpn-clients-to-route-traffic" : false,&lt;BR /&gt;"support-nat-traversal-mechanism" : true,&lt;BR /&gt;"nat-traversal-service" : {&lt;BR /&gt;"uid" : "97aeb390-9aea-11d5-bd16-0090272ccb30",&lt;BR /&gt;"name" : "VPN1_IPSEC_encapsulation",&lt;BR /&gt;"type" : "service-udp",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "a0bbbc99-adef-4ef8-bb6d-defdefdefdef",&lt;BR /&gt;"name" : "Check Point Data",&lt;BR /&gt;"domain-type" : "data domain"&lt;BR /&gt;},&lt;BR /&gt;"port" : "2746",&lt;BR /&gt;"icon" : "Services/UDPService",&lt;BR /&gt;"color" : "firebrick"&lt;BR /&gt;},&lt;BR /&gt;"support-visitor-mode" : true,&lt;BR /&gt;"visitor-mode-service" : {&lt;BR /&gt;"uid" : "97aeb443-9aea-11d5-bd16-0090272ccb30",&lt;BR /&gt;"name" : "https",&lt;BR /&gt;"type" : "service-tcp",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "a0bbbc99-adef-4ef8-bb6d-defdefdefdef",&lt;BR /&gt;"name" : "Check Point Data",&lt;BR /&gt;"domain-type" : "data domain"&lt;BR /&gt;},&lt;BR /&gt;"port" : "443",&lt;BR /&gt;"icon" : "Protocols/HTTP",&lt;BR /&gt;"color" : "red"&lt;BR /&gt;},&lt;BR /&gt;"visitor-mode-interface" : "All IPs"&lt;BR /&gt;},&lt;BR /&gt;"office-mode" : {&lt;BR /&gt;"mode" : "all-users",&lt;BR /&gt;"allocate-ip-address-from" : {&lt;BR /&gt;"radius-server" : false,&lt;BR /&gt;"use-allocate-method" : true,&lt;BR /&gt;"allocate-method" : "manual",&lt;BR /&gt;"manual-network" : {&lt;BR /&gt;"uid" : "6afffc9e-3d33-4054-acb9-f3c49b1cff1b",&lt;BR /&gt;"name" : "CP_default_Office_Mode_addresses_pool",&lt;BR /&gt;"type" : "network",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",&lt;BR /&gt;"name" : "SMC User",&lt;BR /&gt;"domain-type" : "domain"&lt;BR /&gt;},&lt;BR /&gt;"subnet4" : "172.16.10.0",&lt;BR /&gt;"mask-length4" : 24,&lt;BR /&gt;"subnet-mask" : "255.255.255.0",&lt;BR /&gt;"icon" : "NetworkObjects/network",&lt;BR /&gt;"color" : "black"&lt;BR /&gt;},&lt;BR /&gt;"optional-parameters" : {&lt;BR /&gt;"use-primary-dns-server" : false,&lt;BR /&gt;"use-first-backup-dns-server" : false,&lt;BR /&gt;"use-second-backup-dns-server" : false,&lt;BR /&gt;"use-primary-wins-server" : false,&lt;BR /&gt;"use-first-backup-wins-server" : false,&lt;BR /&gt;"use-second-backup-wins-server" : false&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"support-multiple-interfaces" : true,&lt;BR /&gt;"perform-anti-spoofing" : false,&lt;BR /&gt;"anti-spoofing-additional-addresses" : {&lt;BR /&gt;"uid" : "97aeb36a-9aea-11d5-bd16-0090272ccb30",&lt;BR /&gt;"name" : "None",&lt;BR /&gt;"type" : "CpmiAnyObject",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "a0bbbc99-adef-4ef8-bb6d-defdefdefdef",&lt;BR /&gt;"name" : "Check Point Data",&lt;BR /&gt;"domain-type" : "data domain"&lt;BR /&gt;},&lt;BR /&gt;"icon" : "General/globalsNone",&lt;BR /&gt;"color" : "black"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"authentication" : {&lt;BR /&gt;"authentication-clients" : [ ]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"policy-server" : false,&lt;BR /&gt;"mobile-access" : false,&lt;BR /&gt;"legacy-url-filtering" : false,&lt;BR /&gt;"monitoring" : true,&lt;BR /&gt;"anti-spam-and-email-security" : false,&lt;BR /&gt;"application-control" : true,&lt;BR /&gt;"url-filtering" : true,&lt;BR /&gt;"threat-prevention-mode" : "custom",&lt;BR /&gt;"ips" : true,&lt;BR /&gt;"threat-emulation" : false,&lt;BR /&gt;"threat-extraction" : false,&lt;BR /&gt;"data-loss-prevention" : false,&lt;BR /&gt;"qos" : true,&lt;BR /&gt;"anti-bot" : false,&lt;BR /&gt;"anti-virus" : true,&lt;BR /&gt;"content-awareness" : true,&lt;BR /&gt;"zero-phishing" : false,&lt;BR /&gt;"save-logs-locally" : false,&lt;BR /&gt;"send-alerts-to-server" : [ "CP-MANAGEMENT" ],&lt;BR /&gt;"send-logs-to-server" : [ "CP-MANAGEMENT" ],&lt;BR /&gt;"send-logs-to-backup-server" : [ ],&lt;BR /&gt;"logs-settings" : {&lt;BR /&gt;"rotate-log-by-file-size" : false,&lt;BR /&gt;"rotate-log-file-size-threshold" : 1000,&lt;BR /&gt;"rotate-log-on-schedule" : false,&lt;BR /&gt;"alert-when-free-disk-space-below-metrics" : "mbytes",&lt;BR /&gt;"alert-when-free-disk-space-below" : true,&lt;BR /&gt;"alert-when-free-disk-space-below-threshold" : 20,&lt;BR /&gt;"alert-when-free-disk-space-below-type" : "popup alert",&lt;BR /&gt;"delete-when-free-disk-space-below-metrics" : "mbytes",&lt;BR /&gt;"delete-when-free-disk-space-below" : true,&lt;BR /&gt;"delete-when-free-disk-space-below-threshold" : 5000,&lt;BR /&gt;"before-delete-keep-logs-from-the-last-days" : false,&lt;BR /&gt;"before-delete-keep-logs-from-the-last-days-threshold" : 3664,&lt;BR /&gt;"before-delete-run-script" : false,&lt;BR /&gt;"before-delete-run-script-command" : "",&lt;BR /&gt;"stop-logging-when-free-disk-space-below-metrics" : "mbytes",&lt;BR /&gt;"stop-logging-when-free-disk-space-below" : false,&lt;BR /&gt;"stop-logging-when-free-disk-space-below-threshold" : 100,&lt;BR /&gt;"reject-connections-when-free-disk-space-below-threshold" : false,&lt;BR /&gt;"reserve-for-packet-capture-metrics" : "mbytes",&lt;BR /&gt;"reserve-for-packet-capture-threshold" : 500,&lt;BR /&gt;"delete-index-files-when-index-size-above-metrics" : "mbytes",&lt;BR /&gt;"delete-index-files-when-index-size-above" : false,&lt;BR /&gt;"delete-index-files-when-index-size-above-threshold" : 100000,&lt;BR /&gt;"delete-index-files-older-than-days" : false,&lt;BR /&gt;"delete-index-files-older-than-days-threshold" : 14,&lt;BR /&gt;"forward-logs-to-log-server" : false,&lt;BR /&gt;"perform-log-rotate-before-log-forwarding" : false,&lt;BR /&gt;"update-account-log-every" : 3600,&lt;BR /&gt;"detect-new-citrix-ica-application-names" : false,&lt;BR /&gt;"turn-on-qos-logging" : true,&lt;BR /&gt;"distribute-logs-between-all-active-servers" : false&lt;BR /&gt;},&lt;BR /&gt;"identity-awareness" : true,&lt;BR /&gt;"identity-awareness-settings" : {&lt;BR /&gt;"remote-access" : false,&lt;BR /&gt;"identity-agent" : false,&lt;BR /&gt;"proxy-settings" : {&lt;BR /&gt;"detect-using-x-forward-for" : false&lt;BR /&gt;},&lt;BR /&gt;"browser-based-authentication" : false,&lt;BR /&gt;"identity-collector" : true,&lt;BR /&gt;"identity-collector-settings" : {&lt;BR /&gt;"authentication-settings" : {&lt;BR /&gt;"users-directories" : {&lt;BR /&gt;"internal-users" : false,&lt;BR /&gt;"external-user-profile" : false,&lt;BR /&gt;"users-from-external-directories" : "all gateways directories",&lt;BR /&gt;"specific" : [ ]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"authorized-clients" : [ {&lt;BR /&gt;"client" : "13421376-766c-4095-a981-d7dee96bc8cb"&lt;BR /&gt;} ],&lt;BR /&gt;"client-access-permissions" : {&lt;BR /&gt;"portal-web-settings" : {&lt;BR /&gt;"main-url" : "&lt;A href="https://0.0.0.0/_IA_IDC" target="_blank"&gt;https://0.0.0.0/_IA_IDC&lt;/A&gt;",&lt;BR /&gt;"ip-address" : "0.0.0.0",&lt;BR /&gt;"aliases" : [ ]&lt;BR /&gt;},&lt;BR /&gt;"accessibility" : {&lt;BR /&gt;"allow-access-from" : "ALL_INTERFACES"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"ad-query" : false,&lt;BR /&gt;"terminal-servers" : false,&lt;BR /&gt;"radius-accounting" : false,&lt;BR /&gt;"collecting-identities" : true,&lt;BR /&gt;"identity-web-api" : false&lt;BR /&gt;},&lt;BR /&gt;"platform-portal-settings" : {&lt;BR /&gt;"enabled" : true,&lt;BR /&gt;"portal-web-settings" : {&lt;BR /&gt;"main-url" : "&lt;A href="https://172.16.10.249:4434" target="_blank"&gt;https://172.16.10.249:4434&lt;/A&gt;",&lt;BR /&gt;"ip-address" : "172.16.10.249",&lt;BR /&gt;"aliases" : [ ]&lt;BR /&gt;},&lt;BR /&gt;"accessibility" : {&lt;BR /&gt;"allow-access-from" : "RULE_BASE"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"usercheck-portal-settings" : {&lt;BR /&gt;"enabled" : true,&lt;BR /&gt;"portal-web-settings" : {&lt;BR /&gt;"main-url" : "&lt;A href="http://172.16.10.249/UserCheck" target="_blank"&gt;http://172.16.10.249/UserCheck&lt;/A&gt;",&lt;BR /&gt;"ip-address" : "172.16.10.249",&lt;BR /&gt;"aliases" : [ ]&lt;BR /&gt;},&lt;BR /&gt;"accessibility" : {&lt;BR /&gt;"allow-access-from" : "INTERNAL_INTERFACES",&lt;BR /&gt;"internal-access-settings" : {&lt;BR /&gt;"undefined" : false,&lt;BR /&gt;"dmz" : false,&lt;BR /&gt;"vpn" : true&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"proxy-settings" : {&lt;BR /&gt;"use-custom-proxy" : false&lt;BR /&gt;},&lt;BR /&gt;"nat-hide-internal-interfaces" : false,&lt;BR /&gt;"nat-settings" : {&lt;BR /&gt;"auto-rule" : false&lt;BR /&gt;},&lt;BR /&gt;"fetch-policy" : [ "CP-MANAGEMENT" ],&lt;BR /&gt;"hit-count" : true,&lt;BR /&gt;"enable-https-inspection" : false,&lt;BR /&gt;"application-control-and-url-filtering-settings" : {&lt;BR /&gt;"global-settings-mode" : "use_global_settings"&lt;BR /&gt;},&lt;BR /&gt;"https-inspection" : {&lt;BR /&gt;"bypass-on-failure" : {&lt;BR /&gt;"override-profile" : false,&lt;BR /&gt;"profile-value" : true&lt;BR /&gt;},&lt;BR /&gt;"site-categorization-allow-mode" : {&lt;BR /&gt;"override-profile" : false,&lt;BR /&gt;"profile-value" : "hold"&lt;BR /&gt;},&lt;BR /&gt;"deny-untrusted-server-cert" : {&lt;BR /&gt;"override-profile" : false,&lt;BR /&gt;"profile-value" : false&lt;BR /&gt;},&lt;BR /&gt;"deny-revoked-server-cert" : {&lt;BR /&gt;"override-profile" : false,&lt;BR /&gt;"profile-value" : true&lt;BR /&gt;},&lt;BR /&gt;"deny-expired-server-cert" : {&lt;BR /&gt;"override-profile" : false,&lt;BR /&gt;"profile-value" : false&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"ips-update-policy" : "gateway automatic update",&lt;BR /&gt;"externally-managed" : false,&lt;BR /&gt;"groups" : [ ],&lt;BR /&gt;"comments" : "cp gw",&lt;BR /&gt;"color" : "olive",&lt;BR /&gt;"icon" : "NetworkObjects/gateway",&lt;BR /&gt;"tags" : [ ],&lt;BR /&gt;"meta-info" : {&lt;BR /&gt;"lock" : "unlocked",&lt;BR /&gt;"validation-state" : "ok",&lt;BR /&gt;"last-modify-time" : {&lt;BR /&gt;"posix" : 1722950646101,&lt;BR /&gt;"iso-8601" : "2024-08-06T09:24-0400"&lt;BR /&gt;},&lt;BR /&gt;"last-modifier" : "admin",&lt;BR /&gt;"creation-time" : {&lt;BR /&gt;"posix" : 1720137949620,&lt;BR /&gt;"iso-8601" : "2024-07-04T20:05-0400"&lt;BR /&gt;},&lt;BR /&gt;"creator" : "admin"&lt;BR /&gt;},&lt;BR /&gt;"read-only" : false,&lt;BR /&gt;"available-actions" : {&lt;BR /&gt;"edit" : "true",&lt;BR /&gt;"delete" : "true",&lt;BR /&gt;"clone" : "not_supported"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]#&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway gardware&lt;BR /&gt;Error: The parameters of show-simple-gateway command should be provided in pairs (key and value). You have provided an odd number of parameters which suggests that you are probably missing a parameter.&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]#&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway hardware&lt;BR /&gt;Error: The parameters of show-simple-gateway command should be provided in pairs (key and value). You have provided an odd number of parameters which suggests that you are probably missing a parameter.&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway&lt;BR /&gt;Username: admin&lt;BR /&gt;Password:&lt;BR /&gt;code: "generic_err_missing_required_parameters"&lt;BR /&gt;message: "Missing parameter: [name or uid]"&lt;/P&gt;
&lt;P&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway hardware "CP-GW"&lt;BR /&gt;Username: admin&lt;BR /&gt;Password:&lt;BR /&gt;code: "generic_err_invalid_parameter_name"&lt;BR /&gt;message: "Unrecognized parameter [hardware]"&lt;/P&gt;
&lt;P&gt;[Expert@CP-MANAGEMENT:0]# ^C&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]#&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway&lt;BR /&gt;Username: admin&lt;BR /&gt;Password:&lt;BR /&gt;code: "generic_err_missing_required_parameters"&lt;BR /&gt;message: "Missing parameter: [name or uid]"&lt;/P&gt;
&lt;P&gt;[Expert@CP-MANAGEMENT:0]#&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]# mgmt_cli show simple-gateway name "CP-GW" --format json&lt;BR /&gt;Username: admin&lt;BR /&gt;Password:&lt;BR /&gt;{&lt;BR /&gt;"uid" : "0c57736d-de40-448d-94e6-5d23c68bf031",&lt;BR /&gt;"name" : "CP-GW",&lt;BR /&gt;"type" : "simple-gateway",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",&lt;BR /&gt;"name" : "SMC User",&lt;BR /&gt;"domain-type" : "domain"&lt;BR /&gt;},&lt;BR /&gt;"interfaces" : [ {&lt;BR /&gt;"uid" : "b8e04c8f-3bee-4736-9aab-79959637f551",&lt;BR /&gt;"name" : "eth1",&lt;BR /&gt;"network-interface-type" : "ethernet",&lt;BR /&gt;"ipv4-address" : "172.31.10.249",&lt;BR /&gt;"ipv4-network-mask" : "255.255.255.0",&lt;BR /&gt;"ipv4-mask-length" : 24,&lt;BR /&gt;"ipv6-address" : "",&lt;BR /&gt;"comments" : "",&lt;BR /&gt;"color" : "black",&lt;BR /&gt;"icon" : "NetworkObjects/network",&lt;BR /&gt;"topology" : "internal",&lt;BR /&gt;"topology-settings" : {&lt;BR /&gt;"ip-address-behind-this-interface" : "network defined by routing",&lt;BR /&gt;"interface-leads-to-dmz" : true&lt;BR /&gt;},&lt;BR /&gt;"anti-spoofing" : true,&lt;BR /&gt;"anti-spoofing-settings" : {&lt;BR /&gt;"action" : "prevent",&lt;BR /&gt;"exclude-packets" : false,&lt;BR /&gt;"spoof-tracking" : "log"&lt;BR /&gt;},&lt;BR /&gt;"security-zone" : false&lt;BR /&gt;}, {&lt;BR /&gt;"uid" : "b60f8d02-e9a1-4d8e-882e-534f5f99ce3a",&lt;BR /&gt;"name" : "eth0",&lt;BR /&gt;"network-interface-type" : "ethernet",&lt;BR /&gt;"ipv4-address" : "172.16.10.249",&lt;BR /&gt;"ipv4-network-mask" : "255.255.255.0",&lt;BR /&gt;"ipv4-mask-length" : 24,&lt;BR /&gt;"ipv6-address" : "",&lt;BR /&gt;"comments" : "",&lt;BR /&gt;"color" : "black",&lt;BR /&gt;"icon" : "NetworkObjects/network",&lt;BR /&gt;"topology" : "automatic",&lt;BR /&gt;"topology-automatic-calculation" : "external",&lt;BR /&gt;"anti-spoofing" : true,&lt;BR /&gt;"anti-spoofing-settings" : {&lt;BR /&gt;"action" : "prevent",&lt;BR /&gt;"exclude-packets" : false,&lt;BR /&gt;"spoof-tracking" : "log"&lt;BR /&gt;},&lt;BR /&gt;"security-zone" : false&lt;BR /&gt;}, {&lt;BR /&gt;"uid" : "89c0297c-419e-47c1-9790-0b09a69c303d",&lt;BR /&gt;"name" : "eth2",&lt;BR /&gt;"network-interface-type" : "ethernet",&lt;BR /&gt;"ipv4-address" : "192.168.10.249",&lt;BR /&gt;"ipv4-network-mask" : "255.255.255.0",&lt;BR /&gt;"ipv4-mask-length" : 24,&lt;BR /&gt;"ipv6-address" : "",&lt;BR /&gt;"comments" : "",&lt;BR /&gt;"color" : "black",&lt;BR /&gt;"icon" : "NetworkObjects/network",&lt;BR /&gt;"topology" : "internal",&lt;BR /&gt;"topology-settings" : {&lt;BR /&gt;"ip-address-behind-this-interface" : "network defined by routing",&lt;BR /&gt;"interface-leads-to-dmz" : false&lt;BR /&gt;},&lt;BR /&gt;"anti-spoofing" : true,&lt;BR /&gt;"anti-spoofing-settings" : {&lt;BR /&gt;"action" : "prevent",&lt;BR /&gt;"exclude-packets" : false,&lt;BR /&gt;"spoof-tracking" : "log"&lt;BR /&gt;},&lt;BR /&gt;"security-zone" : false&lt;BR /&gt;} ],&lt;BR /&gt;"ipv4-address" : "172.16.10.249",&lt;BR /&gt;"dynamic-ip" : false,&lt;BR /&gt;"version" : "R81.20",&lt;BR /&gt;"os-name" : "Gaia",&lt;BR /&gt;"hardware" : "Open server",&lt;BR /&gt;"sic-name" : "CN=CP-GW,O=CP-MANAGEMENT..pi6w5j",&lt;BR /&gt;"sic-state" : "communicating",&lt;BR /&gt;"network-policy-management" : false,&lt;BR /&gt;"log-server" : false,&lt;BR /&gt;"firewall" : true,&lt;BR /&gt;"firewall-settings" : {&lt;BR /&gt;"auto-maximum-limit-for-concurrent-connections" : true,&lt;BR /&gt;"maximum-limit-for-concurrent-connections" : 25000,&lt;BR /&gt;"auto-calculate-connections-hash-table-size-and-memory-pool" : true,&lt;BR /&gt;"connections-hash-size" : 131072,&lt;BR /&gt;"memory-pool-size" : 6,&lt;BR /&gt;"maximum-memory-pool-size" : 30&lt;BR /&gt;},&lt;BR /&gt;"vpn" : true,&lt;BR /&gt;"vpn-settings" : {&lt;BR /&gt;"useClientlessVpn" : true,&lt;BR /&gt;"useCert" : "defaultCert",&lt;BR /&gt;"maximum-concurrent-ike-negotiations" : 1000,&lt;BR /&gt;"maximum-concurrent-tunnels" : 10000,&lt;BR /&gt;"vpn-domain" : {&lt;BR /&gt;"uid" : "13421376-766c-4095-a981-d7dee96bc8cb",&lt;BR /&gt;"name" : "rfc-1918",&lt;BR /&gt;"type" : "group",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",&lt;BR /&gt;"name" : "SMC User",&lt;BR /&gt;"domain-type" : "domain"&lt;BR /&gt;},&lt;BR /&gt;"icon" : "General/group",&lt;BR /&gt;"color" : "crete blue"&lt;BR /&gt;},&lt;BR /&gt;"vpn-domain-type" : "manual",&lt;BR /&gt;"vpn-domain-exclude-external-ip-addresses" : false,&lt;BR /&gt;"link-selection" : {&lt;BR /&gt;"ip-selection" : "use-main-address"&lt;BR /&gt;},&lt;BR /&gt;"remote-access" : {&lt;BR /&gt;"support-l2tp" : false,&lt;BR /&gt;"allow-vpn-clients-to-route-traffic" : false,&lt;BR /&gt;"support-nat-traversal-mechanism" : true,&lt;BR /&gt;"nat-traversal-service" : {&lt;BR /&gt;"uid" : "97aeb390-9aea-11d5-bd16-0090272ccb30",&lt;BR /&gt;"name" : "VPN1_IPSEC_encapsulation",&lt;BR /&gt;"type" : "service-udp",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "a0bbbc99-adef-4ef8-bb6d-defdefdefdef",&lt;BR /&gt;"name" : "Check Point Data",&lt;BR /&gt;"domain-type" : "data domain"&lt;BR /&gt;},&lt;BR /&gt;"port" : "2746",&lt;BR /&gt;"icon" : "Services/UDPService",&lt;BR /&gt;"color" : "firebrick"&lt;BR /&gt;},&lt;BR /&gt;"support-visitor-mode" : true,&lt;BR /&gt;"visitor-mode-service" : {&lt;BR /&gt;"uid" : "97aeb443-9aea-11d5-bd16-0090272ccb30",&lt;BR /&gt;"name" : "https",&lt;BR /&gt;"type" : "service-tcp",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "a0bbbc99-adef-4ef8-bb6d-defdefdefdef",&lt;BR /&gt;"name" : "Check Point Data",&lt;BR /&gt;"domain-type" : "data domain"&lt;BR /&gt;},&lt;BR /&gt;"port" : "443",&lt;BR /&gt;"icon" : "Protocols/HTTP",&lt;BR /&gt;"color" : "red"&lt;BR /&gt;},&lt;BR /&gt;"visitor-mode-interface" : "All IPs"&lt;BR /&gt;},&lt;BR /&gt;"office-mode" : {&lt;BR /&gt;"mode" : "all-users",&lt;BR /&gt;"allocate-ip-address-from" : {&lt;BR /&gt;"radius-server" : false,&lt;BR /&gt;"use-allocate-method" : true,&lt;BR /&gt;"allocate-method" : "manual",&lt;BR /&gt;"manual-network" : {&lt;BR /&gt;"uid" : "6afffc9e-3d33-4054-acb9-f3c49b1cff1b",&lt;BR /&gt;"name" : "CP_default_Office_Mode_addresses_pool",&lt;BR /&gt;"type" : "network",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",&lt;BR /&gt;"name" : "SMC User",&lt;BR /&gt;"domain-type" : "domain"&lt;BR /&gt;},&lt;BR /&gt;"subnet4" : "172.16.10.0",&lt;BR /&gt;"mask-length4" : 24,&lt;BR /&gt;"subnet-mask" : "255.255.255.0",&lt;BR /&gt;"icon" : "NetworkObjects/network",&lt;BR /&gt;"color" : "black"&lt;BR /&gt;},&lt;BR /&gt;"optional-parameters" : {&lt;BR /&gt;"use-primary-dns-server" : false,&lt;BR /&gt;"use-first-backup-dns-server" : false,&lt;BR /&gt;"use-second-backup-dns-server" : false,&lt;BR /&gt;"use-primary-wins-server" : false,&lt;BR /&gt;"use-first-backup-wins-server" : false,&lt;BR /&gt;"use-second-backup-wins-server" : false&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"support-multiple-interfaces" : true,&lt;BR /&gt;"perform-anti-spoofing" : false,&lt;BR /&gt;"anti-spoofing-additional-addresses" : {&lt;BR /&gt;"uid" : "97aeb36a-9aea-11d5-bd16-0090272ccb30",&lt;BR /&gt;"name" : "None",&lt;BR /&gt;"type" : "CpmiAnyObject",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "a0bbbc99-adef-4ef8-bb6d-defdefdefdef",&lt;BR /&gt;"name" : "Check Point Data",&lt;BR /&gt;"domain-type" : "data domain"&lt;BR /&gt;},&lt;BR /&gt;"icon" : "General/globalsNone",&lt;BR /&gt;"color" : "black"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"authentication" : {&lt;BR /&gt;"authentication-clients" : [ ]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"policy-server" : false,&lt;BR /&gt;"mobile-access" : false,&lt;BR /&gt;"legacy-url-filtering" : false,&lt;BR /&gt;"monitoring" : true,&lt;BR /&gt;"anti-spam-and-email-security" : false,&lt;BR /&gt;"application-control" : true,&lt;BR /&gt;"url-filtering" : true,&lt;BR /&gt;"threat-prevention-mode" : "custom",&lt;BR /&gt;"ips" : true,&lt;BR /&gt;"threat-emulation" : false,&lt;BR /&gt;"threat-extraction" : false,&lt;BR /&gt;"data-loss-prevention" : false,&lt;BR /&gt;"qos" : true,&lt;BR /&gt;"anti-bot" : false,&lt;BR /&gt;"anti-virus" : true,&lt;BR /&gt;"content-awareness" : true,&lt;BR /&gt;"zero-phishing" : false,&lt;BR /&gt;"save-logs-locally" : false,&lt;BR /&gt;"send-alerts-to-server" : [ "CP-MANAGEMENT" ],&lt;BR /&gt;"send-logs-to-server" : [ "CP-MANAGEMENT" ],&lt;BR /&gt;"send-logs-to-backup-server" : [ ],&lt;BR /&gt;"logs-settings" : {&lt;BR /&gt;"rotate-log-by-file-size" : false,&lt;BR /&gt;"rotate-log-file-size-threshold" : 1000,&lt;BR /&gt;"rotate-log-on-schedule" : false,&lt;BR /&gt;"alert-when-free-disk-space-below-metrics" : "mbytes",&lt;BR /&gt;"alert-when-free-disk-space-below" : true,&lt;BR /&gt;"alert-when-free-disk-space-below-threshold" : 20,&lt;BR /&gt;"alert-when-free-disk-space-below-type" : "popup alert",&lt;BR /&gt;"delete-when-free-disk-space-below-metrics" : "mbytes",&lt;BR /&gt;"delete-when-free-disk-space-below" : true,&lt;BR /&gt;"delete-when-free-disk-space-below-threshold" : 5000,&lt;BR /&gt;"before-delete-keep-logs-from-the-last-days" : false,&lt;BR /&gt;"before-delete-keep-logs-from-the-last-days-threshold" : 3664,&lt;BR /&gt;"before-delete-run-script" : false,&lt;BR /&gt;"before-delete-run-script-command" : "",&lt;BR /&gt;"stop-logging-when-free-disk-space-below-metrics" : "mbytes",&lt;BR /&gt;"stop-logging-when-free-disk-space-below" : false,&lt;BR /&gt;"stop-logging-when-free-disk-space-below-threshold" : 100,&lt;BR /&gt;"reject-connections-when-free-disk-space-below-threshold" : false,&lt;BR /&gt;"reserve-for-packet-capture-metrics" : "mbytes",&lt;BR /&gt;"reserve-for-packet-capture-threshold" : 500,&lt;BR /&gt;"delete-index-files-when-index-size-above-metrics" : "mbytes",&lt;BR /&gt;"delete-index-files-when-index-size-above" : false,&lt;BR /&gt;"delete-index-files-when-index-size-above-threshold" : 100000,&lt;BR /&gt;"delete-index-files-older-than-days" : false,&lt;BR /&gt;"delete-index-files-older-than-days-threshold" : 14,&lt;BR /&gt;"forward-logs-to-log-server" : false,&lt;BR /&gt;"perform-log-rotate-before-log-forwarding" : false,&lt;BR /&gt;"update-account-log-every" : 3600,&lt;BR /&gt;"detect-new-citrix-ica-application-names" : false,&lt;BR /&gt;"turn-on-qos-logging" : true,&lt;BR /&gt;"distribute-logs-between-all-active-servers" : false&lt;BR /&gt;},&lt;BR /&gt;"identity-awareness" : true,&lt;BR /&gt;"identity-awareness-settings" : {&lt;BR /&gt;"remote-access" : false,&lt;BR /&gt;"identity-agent" : false,&lt;BR /&gt;"proxy-settings" : {&lt;BR /&gt;"detect-using-x-forward-for" : false&lt;BR /&gt;},&lt;BR /&gt;"browser-based-authentication" : false,&lt;BR /&gt;"identity-collector" : true,&lt;BR /&gt;"identity-collector-settings" : {&lt;BR /&gt;"authentication-settings" : {&lt;BR /&gt;"users-directories" : {&lt;BR /&gt;"internal-users" : false,&lt;BR /&gt;"external-user-profile" : false,&lt;BR /&gt;"users-from-external-directories" : "all gateways directories",&lt;BR /&gt;"specific" : [ ]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"authorized-clients" : [ {&lt;BR /&gt;"client" : "13421376-766c-4095-a981-d7dee96bc8cb"&lt;BR /&gt;} ],&lt;BR /&gt;"client-access-permissions" : {&lt;BR /&gt;"portal-web-settings" : {&lt;BR /&gt;"main-url" : "&lt;A href="https://0.0.0.0/_IA_IDC" target="_blank"&gt;https://0.0.0.0/_IA_IDC&lt;/A&gt;",&lt;BR /&gt;"ip-address" : "0.0.0.0",&lt;BR /&gt;"aliases" : [ ]&lt;BR /&gt;},&lt;BR /&gt;"accessibility" : {&lt;BR /&gt;"allow-access-from" : "ALL_INTERFACES"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"ad-query" : false,&lt;BR /&gt;"terminal-servers" : false,&lt;BR /&gt;"radius-accounting" : false,&lt;BR /&gt;"collecting-identities" : true,&lt;BR /&gt;"identity-web-api" : false&lt;BR /&gt;},&lt;BR /&gt;"platform-portal-settings" : {&lt;BR /&gt;"enabled" : true,&lt;BR /&gt;"portal-web-settings" : {&lt;BR /&gt;"main-url" : "&lt;A href="https://172.16.10.249:4434" target="_blank"&gt;https://172.16.10.249:4434&lt;/A&gt;",&lt;BR /&gt;"ip-address" : "172.16.10.249",&lt;BR /&gt;"aliases" : [ ]&lt;BR /&gt;},&lt;BR /&gt;"accessibility" : {&lt;BR /&gt;"allow-access-from" : "RULE_BASE"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"usercheck-portal-settings" : {&lt;BR /&gt;"enabled" : true,&lt;BR /&gt;"portal-web-settings" : {&lt;BR /&gt;"main-url" : "&lt;A href="http://172.16.10.249/UserCheck" target="_blank"&gt;http://172.16.10.249/UserCheck&lt;/A&gt;",&lt;BR /&gt;"ip-address" : "172.16.10.249",&lt;BR /&gt;"aliases" : [ ]&lt;BR /&gt;},&lt;BR /&gt;"accessibility" : {&lt;BR /&gt;"allow-access-from" : "INTERNAL_INTERFACES",&lt;BR /&gt;"internal-access-settings" : {&lt;BR /&gt;"undefined" : false,&lt;BR /&gt;"dmz" : false,&lt;BR /&gt;"vpn" : true&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"proxy-settings" : {&lt;BR /&gt;"use-custom-proxy" : false&lt;BR /&gt;},&lt;BR /&gt;"nat-hide-internal-interfaces" : false,&lt;BR /&gt;"nat-settings" : {&lt;BR /&gt;"auto-rule" : false&lt;BR /&gt;},&lt;BR /&gt;"fetch-policy" : [ "CP-MANAGEMENT" ],&lt;BR /&gt;"hit-count" : true,&lt;BR /&gt;"enable-https-inspection" : false,&lt;BR /&gt;"application-control-and-url-filtering-settings" : {&lt;BR /&gt;"global-settings-mode" : "use_global_settings"&lt;BR /&gt;},&lt;BR /&gt;"https-inspection" : {&lt;BR /&gt;"bypass-on-failure" : {&lt;BR /&gt;"override-profile" : false,&lt;BR /&gt;"profile-value" : true&lt;BR /&gt;},&lt;BR /&gt;"site-categorization-allow-mode" : {&lt;BR /&gt;"override-profile" : false,&lt;BR /&gt;"profile-value" : "hold"&lt;BR /&gt;},&lt;BR /&gt;"deny-untrusted-server-cert" : {&lt;BR /&gt;"override-profile" : false,&lt;BR /&gt;"profile-value" : false&lt;BR /&gt;},&lt;BR /&gt;"deny-revoked-server-cert" : {&lt;BR /&gt;"override-profile" : false,&lt;BR /&gt;"profile-value" : true&lt;BR /&gt;},&lt;BR /&gt;"deny-expired-server-cert" : {&lt;BR /&gt;"override-profile" : false,&lt;BR /&gt;"profile-value" : false&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"ips-update-policy" : "gateway automatic update",&lt;BR /&gt;"externally-managed" : false,&lt;BR /&gt;"groups" : [ ],&lt;BR /&gt;"comments" : "cp gw",&lt;BR /&gt;"color" : "olive",&lt;BR /&gt;"icon" : "NetworkObjects/gateway",&lt;BR /&gt;"tags" : [ ],&lt;BR /&gt;"meta-info" : {&lt;BR /&gt;"lock" : "unlocked",&lt;BR /&gt;"validation-state" : "ok",&lt;BR /&gt;"last-modify-time" : {&lt;BR /&gt;"posix" : 1722950646101,&lt;BR /&gt;"iso-8601" : "2024-08-06T09:24-0400"&lt;BR /&gt;},&lt;BR /&gt;"last-modifier" : "admin",&lt;BR /&gt;"creation-time" : {&lt;BR /&gt;"posix" : 1720137949620,&lt;BR /&gt;"iso-8601" : "2024-07-04T20:05-0400"&lt;BR /&gt;},&lt;BR /&gt;"creator" : "admin"&lt;BR /&gt;},&lt;BR /&gt;"read-only" : false,&lt;BR /&gt;"available-actions" : {&lt;BR /&gt;"edit" : "true",&lt;BR /&gt;"delete" : "true",&lt;BR /&gt;"clone" : "not_supported"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;[Expert@CP-MANAGEMENT:0]#&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 13:37:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222844#M8647</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-06T13:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: find model of cluster member</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222884#M8650</link>
      <description>&lt;P&gt;I think it does, i see this in your test output:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;hardware: "Open server"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You test on something virtual I think?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best shot is indeed what you say:&amp;nbsp;mgmt_cli show simple-gateway hardware&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 20:35:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222884#M8650</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2024-08-06T20:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: find model of cluster member</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222887#M8651</link>
      <description>&lt;P&gt;Yep, sorry, missed that part, its eve-ng.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 22:27:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/find-model-of-cluster-member/m-p/222887#M8651</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-06T22:27:07Z</dc:date>
    </item>
  </channel>
</rss>

