Connectors
...
Actions
Application Site - Create
6 min
description creates a new application site in check point r80 using the provided name, primary category, and url list endpoint url /web api/add application site method post inputs json body (object) – required json body name (string) – required object name must be unique in the domain primary category (string) – required each application is assigned to one primary category based on its most defining aspect url list (array) – required urls that determine this particular application additional categories (array) used to configure or edit the additional categories of a custom application / site used in the application and url filtering or threat prevention description (string) a description for the application urls defined as regular expression (boolean) states whether the url is defined as a regular expression or not 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" "thu, 29 dec 2022 23 30 01 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" "3217f158 a635 4f9f 8c9b 7f460c4baa54", "name" "hernan example application site 1", "type" "application site", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "application id" 0, "primary category" "computers / internet", "description" "", "risk" "unknown", "user defined" true, "additional categories" \[ "botnets" ], "url list" \[ "http //example com" ], "urls defined as regular expression" true, "groups" \[], "comments" "", "color" "red", "icon" "objects/application", "tags" \[ { "uid" "028ac4da b1d0 42f3 a4ad 48928f6e6385", "name" "are", "type" "tag", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } }, { "uid" "a83f97da e553 435c ab30 b4ca3dbd8395", "name" "tags", "type" "tag", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } }, { "uid" "6a253b13 e093 424d b1d5 444b78dd26e1", "name" "these", "type" "tag", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } }, { "uid" "a3711df3 606b 43b3 aec0 d93efc880597", "name" "the", "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" 1672356601259, "iso 8601" "2022 12 29t16 30 0700" }, "last modifier" "admin", "creation time" { "posix" 1672356601259, "iso 8601" "2022 12 29t16 30 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) application id (number) primary category (string) description (string) risk (string) user defined (boolean) additional categories (array) url list (array) urls defined as regular expression (boolean) 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