Connectors
...
Actions
Network - Get all
6 min
description retrieves all network objects within the check point r80 environment, utilizing a json body input for specifications endpoint url /web api/show networks method post inputs json body (object) – required json body limit (number) the maximal number of returned results offset (number) number of the results to initially skip output example \[ { "status code" 200, "response headers" { "date" "fri, 30 dec 2022 19🕛55 gmt", "server" "cpws", "strict transport security" "max age=31536000; includesubdomains", "x frame options" "sameorigin", "content type" "application/json", "x ua compatible" "ie=emulateie8", "x forwarded host port" "443", "keep alive" "timeout=15, max=99", "connection" "keep alive", "transfer encoding" "chunked" }, "reason" "ok", "json body" { "objects" \[ { "uid" "4f078348 5f64 45a2 b501 944b78511eba", "name" "22def595c2a64f8f976461beff69da69", "type" "network", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "subnet4" "192 168 1 0", "mask length4" 24, "subnet mask" "255 255 255 0" }, { "uid" "6dc91c6f aba8 4125 b8eb 7cc881687712", "name" "4afb132b3bc343c888c639231b55b8e3", "type" "network", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "subnet4" "192 168 0 0", "mask length4" 24, "subnet mask" "255 255 255 0" }, { "uid" "3961bf82 4919 4325 8827 17e143dfab5b", "name" "4c060194807f4b32a8386a8f247714d8", "type" "network", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "subnet4" "192 170 1 0", "mask length4" 24, "subnet mask" "255 255 255 0" }, { "uid" "1cc919e4 9ae5 4b82 9397 3c122ecae9b8", "name" "6e354d445e4b41ff936f92f223e3b4f2", "type" "network", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "subnet4" "192 160 1 0", "mask length4" 24, "subnet mask" "255 255 255 0" }, { "uid" "4c82e477 ea87 4bb8 8180 d5345522a57a", "name" "cp default office mode addresses pool", "type" "network", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "subnet4" "172 16 10 0", "mask length4" 24, "subnet mask" "255 255 255 0" }, { "uid" "9e6b89ff 7923 4b79 887d a5b1f34e3237", "name" "d82a1c82a6b7491caf3591a0c4f0cdda", "type" "network", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "subnet4" "192 160 0 0", "mask length4" 24, "subnet mask" "255 255 255 0" }, { "uid" "caee1116 8087 4310 9208 b422d3628a7e", "name" "ipv6 link local hosts", "type" "network", "domain" { "uid" "a0bbbc99 adef 4ef8 bb6d defdefdefdef", "name" "check point data", "domain type" "data domain" }, "subnet6" "fe80 ", "mask length6" 64 } ], "from" 1, "to" 7, "total" 7 } } ] output parameters status code (number) reason (string) json body (object) objects (array) uid (string) name (string) type (string) domain (object) uid (string) name (string) domain type (string) subnet4 (string) mask length4 (number) subnet mask (string) subnet6 (string) mask length6 (number) from (number) to (number) total (number) response headers header type date string server string strict transport security string x frame options string content type string x ua compatible string x forwarded host port string keep alive string connection string transfer encoding string