Connectors
...
Actions
Access Layer - Get All
6 min
description retrieve a comprehensive list of all access control boundaries defined in check point r80 endpoint url /web api/show access layers method post inputs json body (object) json body limit (number) the maximal number of returned results offset (number) number of the results to initially skip output example \[ { "status code" 200, "response headers" { "date" "tue, 27 dec 2022 13 01 23 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" { "access layers" \[ { "uid" "1063010e 4878 48d2 ae1e f2cf056e142c", "name" "6c1aa2ecb1424ec19e42f0a9cef6fead", "type" "access layer", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } }, { "uid" "51cd7670 764a 4f62 923f 0dd206486c1b", "name" "8d349f194a434548b445ff6abbcff524", "type" "access layer", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } }, { "uid" "b6f0fb96 941d 44dc a7ed fc52d567b5d4", "name" "bcb2daba476a4225a3d60d928a0e4803", "type" "access layer", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } }, { "uid" "723a569f 9a66 4289 bc06 3945609e3183", "name" "ced6c207ff854eb8bed7efd424ef5b0b", "type" "access layer", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } }, { "uid" "ad28d864 3189 4d33 bce1 e33b571d9f9d", "name" "cfa5387ccbeb4adcbeb18887b1531d9e", "type" "access layer", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } } ], "from" 3, "to" 7, "total" 15 } } ] output parameters status code (number) reason (string) json body (object) access layers (array) uid (string) name (string) type (string) domain (object) uid (string) name (string) domain type (string) from (number) to (number) total (number) 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