Connectors
...
Actions
Access Layer - Get
6 min
description retrieve details of a specific access layer in check point r80 using the unique identifier (uid) endpoint url /web api/show access layer method post inputs json body (object) – required json body uid (string) – required object unique identifier output example \[ { "status code" 200, "response headers" { "date" "tue, 27 dec 2022 13 16 19 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" "ed5316fb 8b21 4dc8 a30e ad438434b605", "name" "19380cbe20c24459836e29ccfb846582", "type" "access layer", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "shared" false, "applications and url filtering" false, "content awareness" false, "mobile access" false, "firewall" true, "implicit cleanup action" "drop", "comments" "", "color" "black", "icon" "applicationfirewall/rulebase", "tags" \[], "meta info" { "lock" "locked by other session", "validation state" "ok", "last modify time" { "posix" 1631557071554, "iso 8601" "2021 09 13t12 17 0600" }, "last modifier" "admin", "creation time" { "posix" 1631557070914, "iso 8601" "2021 09 13t12 17 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) shared (boolean) applications and url filtering (boolean) content awareness (boolean) mobile access (boolean) firewall (boolean) implicit cleanup action (string) 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