Check Point · Schema

Check Point Host Object

Cloud SecurityCybersecurityEndpoint SecurityFirewallIdentity AwarenessMobile SecurityNetwork SecuritySecurityThreat PreventionWAF

Properties

Name Type Description
name string
ip-address string
ipv4-address string
ipv6-address string
comments string
color string
uid string
View JSON Schema on GitHub

JSON Schema

checkpoint-host-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.checkpoint.com/schemas/host.json",
  "title": "Check Point Host Object",
  "type": "object",
  "required": ["name", "ip-address"],
  "properties": {
    "name": { "type": "string" },
    "ip-address": { "type": "string" },
    "ipv4-address": { "type": "string" },
    "ipv6-address": { "type": "string" },
    "comments": { "type": "string" },
    "color": { "type": "string" },
    "uid": { "type": "string" }
  }
}