2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

Add new file

This commit is contained in:
Suzanne Goldlust
2018-10-04 17:46:52 -04:00
committed by Tomek Mrugalski
parent a20bdbd14f
commit bc57c37c6e

30
doc/api/subnet6-get.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "subnet6-get",
"brief": "This command is used to retrieve detailed information about the specified subnet. This command usually follows the subnet6-list, which is used to discover available subnets with their respective subnet identifiers and prefixes.",
"description": "See <xref linkend=\"idp68\"/>",
"support": [ "kea-dhcp4", "kea-dhcp6" ],
"avail": "1.3.0",
"hook": "subnet_cmds",
"cmd-syntax": "{
\"command\": \"subnet6-get\",
\"arguments\": {
\"id\": 11
}
}",
"resp-syntax": "{
\"result\": 0,
\"text\": \"Info about IPv6 subnet 2001:db8:1::/64 (id 11) returned\",
\"arguments\": {
\"subnets\": [
{
\"subnet\": \"2001:db8:1::/64\",
\"id\": 1,
\"option-data\": [
...
]
....
}
]
}
}",
}