Connectors
...
Actions
Application Site - Get
6 min
description retrieve detailed information of a specific application site in check point r80 using its unique identifier (uid) endpoint url /web api/show application site method post inputs json body (object) – required json body uid (string) – required unique object id output example \[ { "status code" 200, "response headers" { "date" "thu, 29 dec 2022 23🕙12 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" "00fa9e3c 36ef 0f65 e053 08241dc22da2", "name" "#hashtags", "type" "application site", "domain" { "uid" "8bf4ac51 2df7 40e1 9bce bedbedbedbed", "name" "appi data", "domain type" "data domain" }, "application id" 10075536, "primary category" "twitter clients", "description" "hashtags are a community driven convention for adding additional context and metadata to your tweets they're like tags on flickr, only added inline to your post you create a hashtag simply by prefixing a word with a hash symbol #hashtag ", "risk" "very low", "user defined" false, "additional categories" \[ "share links", "twitter clients", "very low risk" ], "groups" \[], "comments" "", "color" "black", "icon" "@app/10075536 2", "tags" \[], "meta info" { "lock" "unlocked", "validation state" "ok", "last modify time" { "posix" 1579506039190, "iso 8601" "2020 01 20t00 40 0700" }, "last modifier" "system", "creation time" { "posix" 1579506039190, "iso 8601" "2020 01 20t00 40 0700" }, "creator" "system" }, "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) application id (number) primary category (string) description (string) risk (string) user defined (boolean) additional categories (array) groups (array) file name (string) – required file (string) – required 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