Connectors
...
Actions
Access Layer - Update
5 min
description updates an existing access layer in check point r80 by utilizing the provided unique identifier (uid) endpoint url /web api/set access layer method post inputs json body (object) json body uid (string) – required object's unique identifier applications and url filtering (boolean) whether to enable applications & url filtering blade on the layer content awareness (boolean) whether to enable content awareness blade on the layer detect using x forward for (boolean) whether to use x forward for http header, which is added by the proxy server to keep track of the original source ip firewall (boolean) whether to enable firewall blade on the layer implicit cleanup action (string) the default "catch all" action for traffic that does not match any explicit or implied rules in the layer valid values are "drop" or "accept" mobile access (boolean) whether to enable mobile access blade on the layer shared (boolean) whether this layer is shared tags (array) collection of tag identifiers color (string) color of the object should 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 details level (string) the level of detail for some of the fields in the response can vary from showing only the uid value of the object to a fully detailed representation of the object valid values are "uid", "standard", "full" ignore warnings (boolean) apply changes ignoring warnings ignore errors (boolean) apply changes ignoring errors you won't be able to publish such a changes if ignore warnings flag was omitted warnings will also be ignored output example \[ { "status code" 409, "response headers" { "date" "tue, 27 dec 2022 15 53 31 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" "conflict", "json body" { "code" "generic err object locked", "message" "requested object with objid \[a40b877c b723 4b0b ac91 cab00bb40f06] name \[null] locked \[locked for editing by admin]" } } ] output parameters status code (number) reason (string) json body (object) code (string) message (string) 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