Connectors
...
Actions
Application Site Category - Get
6 min
description retrieve details for a specific application site category in check point r80 using the unique identifier (uid) endpoint url /web api/show application site category method post inputs json body (object) – required json body uid (string) – required object unique identifier output example \[ { "status code" 200, "response headers" { "date" "thu, 29 dec 2022 20 59 10 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" "6a6536de 422b 40aa 8c52 d10cea3614c2", "name" "022b2205d1554d6e9d5b65afd48be623", "type" "application site category", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" }, "description" "022b2205d1554d6e9d5b65afd48be623", "user defined" true, "groups" \[], "comments" "an example comment", "color" "blue", "icon" "objects/category", "tags" \[ { "uid" "13ad28d0 b35c 44ca af44 7b577ba66d0f", "name" "tag one", "type" "tag", "domain" { "uid" "41e821a0 3720 11e3 aa6e 0800200c9fde", "name" "smc user", "domain type" "domain" } }, { "uid" "bef0e53e eec4 48f3 bc35 2ebb541735a9", "name" "tag two", "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" 1634149479106, "iso 8601" "2021 10 13t12 24 0600" }, "last modifier" "admin", "creation time" { "posix" 1634146065671, "iso 8601" "2021 10 13t11 27 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) description (string) user defined (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