{ "access": "read", "avail": "1.3.0", "brief": [ "This command retrieves detailed information about the specified subnet. This command usually follows ``subnet4-list``, which discovers available subnets with their respective subnet identifiers and prefixes." ], "cmd-syntax": [ "{", " \"command\": \"subnet4-get\",", " \"arguments\": {", " \"id\": 10", " }", "}" ], "description": "See ", "hook": "subnet_cmds", "name": "subnet4-get", "resp-syntax": [ "{", " \"result\": 0,", " \"text\": \"Info about IPv4 subnet 10.0.0.0/8 (id 10) returned\",", " \"arguments\": {", " \"subnets\": [", " {", " \"subnet\": \"10.0.0.0/8\",", " \"id\": 1,", " \"option-data\": [{", " ...", " }],", " ...", " }", " ]", " }", "}" ], "support": [ "kea-dhcp4" ] }