{ "access": "read", "avail": "1.2.0", "brief": [ "This command retrieves an existing host reservation." ], "cmd-comment": [ "The host reservation can be identified by either the (subnet-id, ip-address) pair or a triplet of (subnet-id, identifier-type, identifier). Operation-target is optional; default is 'all'." ], "cmd-syntax": [ "{", " \"command\": \"reservation-get\",", " \"arguments\": {", " \"subnet-id\": ,", " \"identifier-type\": ,", " \"identifier\": ,", " \"operation-target\": ", " }", "}" ], "hook": "host_cmds", "name": "reservation-get", "resp-comment": [ "The arguments object appears only if a host is found. Many fields in the arguments object appear only if a specific field is set." ], "resp-syntax": [ "{", " \"result\": ,", " \"text\": ,", " \"arguments\": {", " \"boot-file-name\": ,", " \"comment\": ,", " \"client-id\": ,", " \"circuit-id\": ,", " \"duid\": ,", " \"flex-id\": ,", " \"ip-address\": ,", " \"ip-addresses\": [ ],", " \"hw-address\": ,", " \"hostname\": ,", " \"next-server\": ,", " \"option-data\": [ ],", " \"prefixes\": [ ],", " \"client-classes\": [ ],", " \"server-hostname\": ,", " \"subnet-id\": ,", " \"user-context\": ", " }", "}" ], "support": [ "kea-dhcp4", "kea-dhcp6" ] }