Connectors
...
Actions
Group - Get
6 min
description retrieves details for a specified group in check point r80 using the unique identifier (uid) provided endpoint url /web api/show group method post inputs json body (object) – required json body uid (string) – required unique object identifier show as ranges (boolean) when true, the group's matched content is displayed as ranges of ip addresses rather than network objects output example \[ { "status code" 200, "response headers" { "date" "fri, 30 dec 2022 16 33 40 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" { "uid" "b92f7002 60dc 49bf 9b96 3e3367068687", "name" "01138b85ae344cd5b6a07c82971bd7e6", "type" "group", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "members" \[ { "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" } ], "groups" \[], "comments" "an example comment", "color" "blue", "icon" "general/group", "tags" \[ { "uid" "13ad28d0 b35c 44ca af44 7b577ba66d0f", "name" "tag one", "type" "tag", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } }, { "uid" "bef0e53e eec4 48f3 bc35 2ebb541735a9", "name" "tag two", "type" "tag", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } } ], "meta info" { "lock" "unlocked", "validation state" "ok", "last modify time" { "posix" 1631645349963, "iso 8601" "2021 09 14t12 49 0600" }, "last modifier" "admin", "creation time" { "posix" 1631645349963, "iso 8601" "2021 09 14t12 49 0600" }, "creator" "admin" }, "read only" false } } ] output parameters status code (number) reason (string) json body (object) uid (string) name (string) type (string) domain (object) uid (string) name (string) domain type (string) members (array) uid (string) name (string) type (string) domain (object) uid (string) name (string) domain type (string) subnet4 (string) mask length4 (number) subnet mask (string) groups (array) file name (string) – required file (string) – required comments (string) color (string) icon (string) tags (array) uid (string) name (string) type (string) domain (object) uid (string) name (string) domain type (string) meta info (object) lock (string) validation state (string) last modify time (object) posix (number) iso 8601 (string) last modifier (string) creation time (object) posix (number) iso 8601 (string) creator (string) read only (boolean) 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