Connectors
...
Actions
Group - Create
6 min
description creates a new group in check point r80 using the specified name from the json body input endpoint url /web api/add group method post inputs json body (object) – required json body name (string) – required object name must be unique in the domain members (array) collection of network objects identified by the name or uid tags (array) collection of tag identifiers color (string) color of the object must be one of aquamarine, black, blue, crete blue, burlywood, cyan, dark green, khaki, orchid, dark orange, dark sea green, pink, turquoise, dark blue, firebrick, brown, forest green, gold, dark gold, gray, dark gray, light green, lemon chiffon, coral, sea green, sky blue, magenta, purple, slate blue, violet red, navy blue, olive, orange, red, sienna, yellow comments (string) comments string output example \[ { "status code" 200, "response headers" { "date" "fri, 30 dec 2022 16 58 04 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" "0897ebc6 7f8b 4019 96b9 0efef1cc1d0a", "name" "swimlane group 1", "type" "group", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "members" \[ { "uid" "5ccebaae 2138 41ff bddf 442ce62f2442", "name" "1 1 1 1", "type" "host", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "ipv4 address" "1 1 1 1" }, { "uid" "c9869133 4ff0 4fe4 a072 bcec7162073d", "name" "1 2 3 4", "type" "host", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "ipv4 address" "1 2 3 4" } ], "groups" \[], "comments" "", "color" "cyan", "icon" "general/group", "tags" \[], "meta info" { "lock" "unlocked", "validation state" "ok", "last modify time" { "posix" 1672419484547, "iso 8601" "2022 12 30t09 58 0700" }, "last modifier" "admin", "creation time" { "posix" 1672419484547, "iso 8601" "2022 12 30t09 58 0700" }, "creator" "admin" }, "read only" true } } ] 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) ipv4 address (string) groups (array) file name (string) – required file (string) – required comments (string) color (string) icon (string) tags (array) file name (string) – required file (string) – required 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