2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#2827] reverted src/share/api and updated script

This commit is contained in:
Razvan Becheriu 2023-05-10 22:35:25 +03:00
parent 7002405f62
commit c056162c99
123 changed files with 641 additions and 607 deletions

View File

@ -1791,7 +1791,6 @@
"name": "v6-dnr",
"data": "1234, 23, example.some.host.org., " // please notice comma and space at the end put on purpose
// this means empty last type of the record - binary type
},
// Option codes 145-65535 are unassigned.

View File

@ -167,7 +167,7 @@ API Reference
else:
rst += ' {\n'
rst += ' "result": "<integer>",\n'
rst += ' "result": <integer>,\n'
rst += ' "text": "<string>"\n'
rst += ' }'
rst += '\n\n'

View File

@ -95,9 +95,10 @@ following structure:
}
}
The ``command`` is the name of the command to execute and is mandatory.
The ``arguments`` is a map of the parameters required to carry out the given
command. The exact content and format of the map are command-specific.
The ``command`` parameter contains the name of the command to execute and it
is mandatory.
The ``arguments`` map contains the parameters required to carry out the
given command. The exact content and format of the map are command specific.
``service`` is a list of the servers at which the control command is
targeted. In the example above, the control command is targeted at the

View File

@ -250,11 +250,10 @@ client begins the renewal and rebind processes.
See section :ref:`dhcp4-t1-t2-times`
for more details on generating T1 and T2.
The ``interfaces-config`` map specifies the
network interfaces on which the server should listen to
DHCP messages. The ``interfaces`` parameter specifies a list of
network interfaces on which the server should listen. Lists are opened
and closed with square brackets, with elements separated by commas. To
The ``interfaces-config`` map specifies the network interfaces on which the
server should listen to DHCP messages. The ``interfaces`` parameter specifies
a list of network interfaces on which the server should listen. Lists are
opened and closed with square brackets, with elements separated by commas. To
listen on two interfaces, the ``interfaces-config`` element should look like
this:
@ -2224,9 +2223,9 @@ configuration statement only defines the format of an option and does
not set its value(s).
The ``name``, ``code``, and ``type`` parameters are required; all others
are optional. The ``array`` default value is ``false``. The
``record-types`` and ``encapsulate`` default values are blank (``""``).
The default ``space`` is ``dhcp4``.
are optional. The ``array`` parameter default value is ``false``. The
``record-types`` and ``encapsulate`` parameters default values are blank
(``""``). The default ``space`` is ``dhcp4``.
Once the new option format is defined, its value is set in the same way
as for a standard option. For example, the following commands set a
@ -2275,8 +2274,8 @@ defined in the following way:
...
}
The ``type`` is set to ``"record"`` to indicate that the option contains
multiple values of different types. These types are given as a
The ``type`` parameter is set to ``"record"`` to indicate that the option
contains multiple values of different types. These types are given as a
comma-separated list in the ``record-types`` field and should be ones
from those listed in :ref:`dhcp-types`.
@ -2297,10 +2296,10 @@ The option's values are set in an ``option-data`` statement as follows:
...
}
The ``csv-format`` is set to ``true`` to indicate that the ``data`` field
comprises a comma-separated list of values. The values in ``data``
must correspond to the types set in the ``record-types`` field of the
option definition.
The ``csv-format`` parameter is set to ``true`` to indicate that the ``data``
field comprises a comma-separated list of values. The values in ``data`` must
correspond to the types set in the ``record-types`` field of the option
definition.
When ``array`` is set to ``true`` and ``type`` is set to ``"record"``, the
last field is an array, i.e. it can contain more than one value, as in:
@ -3519,7 +3518,7 @@ conflict with existing entries owned by other DHCPv4 clients.
to generate DNS removal requests to D2.
The DNS entries Kea creates contain a value for TTL (time to live).
The ``kea-dhcp4`` calculates that value based on
The ``kea-dhcp4`` server calculates that value based on
`RFC 4702, Section 5 <https://tools.ietf.org/html/rfc4702#section-5>`__,
which suggests that the TTL value be 1/3 of the lease's lifetime, with
a minimum value of 10 minutes.
@ -3597,9 +3596,9 @@ following configuration is required:
When Does the ``kea-dhcp4`` Server Generate a DDNS Request?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ``kea-dhcp4`` follows the behavior prescribed for DHCP servers in `RFC
4702 <https://tools.ietf.org/html/rfc4702>`__. It is important to keep in
mind that ``kea-dhcp4`` makes the initial decision of when and what to
The ``kea-dhcp4`` server follows the behavior prescribed for DHCP servers in
`RFC 4702 <https://tools.ietf.org/html/rfc4702>`__. It is important to keep
in mind that ``kea-dhcp4`` makes the initial decision of when and what to
update and forwards that information to D2 in the form of NCRs. Carrying
out the actual DNS updates and dealing with such things as conflict
resolution are within the purview of D2 itself
@ -3697,8 +3696,8 @@ To override client delegation, issue the following commands:
...
}
The ``kea-dhcp4`` always generates DDNS update requests if the client
request only contains the Host Name option. In addition, it includes
The ``kea-dhcp4`` server always generates DDNS update requests if the
client request only contains the Host Name option. In addition, it includes
an FQDN option in the response to the client with the FQDN N-S-O flags
set to 0-1-0, respectively. The domain name portion of the FQDN option
is the name submitted to D2 in the DDNS update request.
@ -4047,9 +4046,9 @@ for a particular subnet. Consider the following simplified server configuration:
}
}
The ``match-client-id`` is a boolean value which controls this behavior.
The default value of ``true`` indicates that the server will use the
client identifier for lease lookups and ``chaddr`` if the first lookup
The ``match-client-id`` parameter is a boolean value which controls this
behavior. The default value of ``true`` indicates that the server will use
the client identifier for lease lookups and ``chaddr`` if the first lookup
returns no results. ``false`` means that the server will only use
the ``chaddr`` to search for the client's lease. Whether the DHCID for DNS
updates is generated from the client identifier or ``chaddr`` is
@ -5041,9 +5040,9 @@ For example:
]
}
The ``only-if-required`` parameter is needed here to force
evaluation of the class after the lease has been allocated and thus the
reserved class has been also assigned.
The ``only-if-required`` parameter is needed here to force evaluation
of the class after the lease has been allocated and thus the reserved
class has been also assigned.
.. note::
@ -5794,8 +5793,8 @@ The ``reservations-lookup-first`` is a boolean parameter which controls whether
host reservations lookup should be performed before lease lookup. This parameter
has effect only when multi-threading is disabled. When multi-threading is
enabled, host reservations lookup is always performed first to avoid lease
lookup resource locking. The ``reservations-lookup-first`` defaults to ``false``
when multi-threading is disabled.
lookup resource locking. The ``reservations-lookup-first`` parameter defaults to
``false`` when multi-threading is disabled.
.. _host_reservations_as_basic_access_control4:
@ -5951,6 +5950,7 @@ introduced:
::
{
"Dhcp4": {
"shared-networks": [ {
# Name of the shared network. It may be an arbitrary string
@ -5990,6 +5990,7 @@ introduced:
}
]
}
}
As demonstrated in the example, it is possible to mix shared and regular
("plain") subnets. Each shared network must have a unique name. This is

View File

@ -211,11 +211,10 @@ address to create new connections. ``renew-timer`` and
``rebind-timer`` are values (also in seconds) that define T1 and T2 timers, which govern
when the client begins the renewal and rebind procedures.
The ``interfaces-config`` map specifies the
network interfaces on which the server should listen to
DHCP messages. The ``interfaces`` parameter specifies a list of
network interfaces on which the server should listen. Lists are opened
and closed with square brackets, with elements separated by commas. To
The ``interfaces-config`` map specifies the network interfaces on which the
server should listen to DHCP messages. The ``interfaces`` parameter specifies
a list of network interfaces on which the server should listen. Lists are
opened and closed with square brackets, with elements separated by commas. To
listen on two interfaces, the ``interfaces-config`` element should look like
this:
@ -2059,10 +2058,10 @@ option space, the parameter should be left blank. Note that the ``option-def``
configuration statement only defines the format of an option and does
not set its value(s).
The ``name``, ``code``, and ``type`` parameters are required; all
others are optional. The ``array`` default value is ``false``. The
``record-types`` and ``encapsulate`` default values are blank (``""``).
The default ``space`` is ``dhcp6``.
The ``name``, ``code``, and ``type`` parameters are required; all others
are optional. The ``array`` parameter default value is ``false``. The
``record-types`` and ``encapsulate`` parameters default values are blank
(``""``). The default ``space`` is ``dhcp6``.
Once the new option format is defined, its value is set in the same way
as for a standard option. For example, the following commands set a
@ -2111,8 +2110,8 @@ defined in the following way:
...
}
The ``type`` is set to ``"record"`` to indicate that the option contains
multiple values of different types. These types are given as a
The ``type`` parameter is set to ``"record"`` to indicate that the option
contains multiple values of different types. These types are given as a
comma-separated list in the ``record-types`` field and should be ones
from those listed in :ref:`dhcp-types`.
@ -2134,10 +2133,10 @@ follows:
...
}
The ``csv-format`` is set to ``true`` to indicate that the ``data`` field
comprises a comma-separated list of values. The values in ``data``
must correspond to the types set in the ``record-types`` field of the
option definition.
The ``csv-format`` parameter is set to ``true`` to indicate that the ``data``
field comprises a comma-separated list of values. The values in ``data`` must
correspond to the types set in the ``record-types`` field of the option
definition.
When ``array`` is set to ``true`` and ``type`` is set to ``"record"``, the
last field is an array, i.e. it can contain more than one value, as in:
@ -3173,9 +3172,9 @@ configuration is required:
When Does the ``kea-dhcp6`` Server Generate a DDNS Request?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ``kea-dhcp6`` follows the behavior prescribed for DHCP servers in `RFC
4704 <https://tools.ietf.org/html/rfc4704>`__. It is important to keep in
mind that ``kea-dhcp6`` makes the initial decision of when and what to
The ``kea-dhcp6`` server follows the behavior prescribed for DHCP servers in
`RFC 4704 <https://tools.ietf.org/html/rfc4704>`__. It is important to keep
in mind that ``kea-dhcp6`` makes the initial decision of when and what to
update and forwards that information to D2 in the form of NCRs. Carrying
out the actual DNS updates and dealing with such things as conflict
resolution are within the purview of D2 itself
@ -3276,8 +3275,8 @@ To override client delegation, issue the following commands:
...
}
The ``kea-dhcp6`` always generates DDNS update requests if the client
request only contains the Host Name option. In addition, it includes
The ``kea-dhcp6`` server always generates DDNS update requests if the
client request only contains the Host Name option. In addition, it includes
an FQDN option in the response to the client with the FQDN N-S-O flags
set to 0-1-0, respectively. The domain name portion of the FQDN option
is the name submitted to D2 in the DDNS update request.
@ -5183,6 +5182,7 @@ introduced:
::
{
"Dhcp6": {
"shared-networks": [ {
# Name of the shared network. It may be an arbitrary string
@ -5227,6 +5227,7 @@ introduced:
}
]
}
}
As demonstrated in the example, it is possible to mix shared and regular
("plain") subnets. Each shared network must have a unique name. This is

View File

@ -9,7 +9,7 @@ be used in conjunction with the available CB hook libraries implementing
the common APIs to create, read, update, and delete (CRUD) the
configuration information in the respective databases. For example:
the ``mysql_cb`` hook library implements this API for MySQL while the
``pgsql_cg`` hook library implements this API for PostgreSQL.
``pgsql_cb`` hook library implements this API for PostgreSQL.
To manage the configuration information in a MySQL database, both the
``mysql_cb`` and ``cb_cmds`` libraries must be loaded by the server used for the
configuration management.
@ -1097,8 +1097,8 @@ For example:
}
}
The "dhcp4" is the top-level option space where the standard DHCPv4 options
belong. The ``server-tags`` parameter is mandatory and must include a
The "dhcp4" value represents the top-level option space where the standard DHCPv4
options belong. The ``server-tags`` parameter is mandatory and must include a
single option tag or the keyword "all". If the explicit server tag is specified,
this command attempts to delete a global option associated with this
server. If there is no such option associated with the given server, no option
@ -1296,8 +1296,8 @@ network "fancy".
}
}
The "dhcp4" is the top-level option space where the standard DHCPv4 options
belong. The ``server-tags`` parameter cannot be specified for this command.
The "dhcp4" value represents the top-level option space where the standard DHCPv4
options belong. The ``server-tags`` parameter cannot be specified for this command.
.. _command-remote-option4-network-set:
@ -1382,8 +1382,8 @@ option. To delete a subnet level option, the
}
}
The "dhcp6" is the top-level option space where the standard DHCPv6 options
belong. The ``server-tags`` parameter cannot be specified for this command.
The "dhcp6" value represents the top-level option space where the standard DHCPv6
options belong. The ``server-tags`` parameter cannot be specified for this command.
.. _command-remote-option6-pd-pool-set:
@ -1475,8 +1475,8 @@ pool:
}
}
The "dhcp4" is the top-level option space where the standard DHCPv4 options
belong. The ``server-tags`` parameter cannot be specified for this command.
The "dhcp4" value represents the top-level option space where the standard DHCPv4
options belong. The ``server-tags`` parameter cannot be specified for this command.
.. _command-remote-option4-pool-set:
@ -1564,8 +1564,8 @@ having an identifier of 123.
}
}
The "dhcp4" is the top-level option space where the standard DHCPv4 options
belong. The ``server-tags`` parameter cannot be specified for this command.
The "dhcp4" value represents the top-level option space where the standard DHCPv4
options belong. The ``server-tags`` parameter cannot be specified for this command.
.. _command-remote-option4-subnet-set:

View File

@ -269,7 +269,7 @@ follows:
}
}
The ``reservation-get`` typically returns the result 0 when a query was
``reservation-get`` typically returns the result 0 when a query was
conducted properly. In particular, 0 is returned when the host was not
found. If the query was successful, the host parameters are
returned. An example of a query that did not find the host looks as
@ -685,7 +685,7 @@ follows:
}
}
The ``reservation-del`` returns a result of 0 when the host deletion was
``reservation-del`` returns a result of 0 when the host deletion was
successful, or 1 if it failed. Descriptive text is provided in the event of
an error. Here are some examples of possible results:

View File

@ -166,8 +166,8 @@ subnet. For example:
}
}
The ``lease6-add`` can also be used to add leases for IPv6 prefixes. In this
case there are three additional parameters that must be specified:
The ``lease6-add`` command can also be used to add leases for IPv6 prefixes.
In this case there are three additional parameters that must be specified:
``subnet-id``, ``type`` (set to "IA_PD"), and prefix length. The actual
prefix is set using the ``ip-address`` field. Note that Kea cannot guess
``subnet-id`` values for prefixes; they must be specified explicitly. For
@ -840,7 +840,7 @@ This parameter defaults to ``false``. An example of its use is shown below:
}
The ``lease4-del`` and ``lease6-del`` return a result that indicates the outcome
``lease4-del`` and ``lease6-del`` return a result that indicates the outcome
of the operation. It has one of the following values: 0 (success), 1 (error),
or 3 (empty). The empty result means that a query has been completed properly,
but the object (a lease, in this case) has not been found.
@ -1000,11 +1000,10 @@ An example of the ``lease6-resend-ddns`` query is:
}
}
The ``lease4-resend-ddns`` and ``lease6-resend-ddns`` return an indication of the
result of the operation.
it has one of the following values: 0 (success), 1 (error), or 3 (empty). An empty
result means that a query has been completed properly, but the object (a lease in
this case) has not been found.
``lease4-resend-ddns`` and ``lease6-resend-ddns`` return an indication of the
result of the operation. It has one of the following values: 0 (success), 1 (error),
or 3 (empty). An empty result means that a query has been completed properly, but the
object (a lease in this case) has not been found.
A successful result does not mean that DNS has been successfully updated; it
indicates that a request to update DNS has been successfully created and

View File

@ -22,6 +22,9 @@ namespace dhcp {
IdentifierBaseType::~IdentifierBaseType() {
}
constexpr size_t DUID::MIN_DUID_LEN;
constexpr size_t DUID::MAX_DUID_LEN;
DUID::DUID(const std::vector<uint8_t>& data) : IdentifierType<3, 130>(data) {
}
@ -32,9 +35,6 @@ const std::vector<uint8_t>& DUID::getDuid() const {
return (data_);
}
constexpr size_t DUID::MIN_DUID_LEN;
constexpr size_t DUID::MAX_DUID_LEN;
DUID::DUIDType DUID::getType() const {
if (data_.size() < 2) {
return (DUID_UNKNOWN);

View File

@ -16,7 +16,7 @@
"resp-syntax": [
"{",
" \"result\": 0,",
" \"text\": \"<string with build details>\"",
" \"text\": <string with build details>",
"}"
],
"support": [

View File

@ -18,7 +18,7 @@
"{",
" \"result\": 0,",
" \"text\": \"2 entries returned.\",",
" \"arguments\": \"<list of host reservations>\"",
" \"arguments\": <list of host reservations>",
"}"
],
"support": [

View File

@ -10,7 +10,7 @@
"{",
" \"result\": 0,",
" \"text\": \"123 entries returned.\",",
" \"arguments\": \"<list of host reservations>\"",
" \"arguments\": <list of host reservations>",
"}"
],
"support": [

View File

@ -12,13 +12,13 @@
" \"command\": \"class-add\",",
" \"arguments\": {",
" \"client-classes\": [ {",
" \"name\": \"<name of the class>\",",
" \"test\": \"<test expression to be evaluated on incoming packets>\",",
" \"option-data\": [ \"<option values here>\" ],",
" \"option-def\": [ \"<option definitions here>\" ],",
" \"next-server\": \"<ipv4 address>\",",
" \"server-hostname\": \"<string>\",",
" \"boot-file-name\": \"<name of the boot file>\"",
" \"name\": <name of the class>,",
" \"test\": <test expression to be evaluated on incoming packets>,",
" \"option-data\": [ <option values here> ],",
" \"option-def\": [ <option definitions here> ],",
" \"next-server\": <ipv4 address>,",
" \"server-hostname\": <string>,",
" \"boot-file-name\": <name of the boot file>",
" } ]",
" }",
"}"

View File

@ -8,7 +8,7 @@
"{",
" \"command\": \"class-del\",",
" \"arguments\": {",
" \"name\": \"<name of the class>\"",
" \"name\": <name of the class>",
" }",
"}"
],

View File

@ -8,7 +8,7 @@
"{",
" \"command\": \"class-get\",",
" \"arguments\": {",
" \"name\": \"<name of the class>\"",
" \"name\": <name of the class>",
" }",
"}"
],
@ -25,14 +25,14 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"name\": \"<name of the class>\",",
" \"only-if-required\": \"<only if required boolean value>\",",
" \"test\": \"<test expression to be evaluated on incoming packets>\",",
" \"option-data\": [ \"<option values here>\" ],",
" \"option-def\": [ \"<option definitions here>\" ],",
" \"next-server\": \"<ipv4 address>\",",
" \"server-hostname\": \"<string>\",",
" \"boot-file-name\": \"<name of the boot file>\"",
" \"name\": <name of the class>,",
" \"only-if-required\": <only if required boolean value>,",
" \"test\": <test expression to be evaluated on incoming packets>,",
" \"option-data\": [ <option values here> ],",
" \"option-def\": [ <option definitions here> ],",
" \"next-server\": <ipv4 address>,",
" \"server-hostname\": <string>,",
" \"boot-file-name\": <name of the boot file>",
" }",
" ]",
" }",

View File

@ -32,10 +32,10 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"name\": \"<first class name>\"",
" \"name\": <first class name>",
" },",
" {",
" \"name\": \"<second class name>\"",
" \"name\": <second class name>",
" }",
" ]",
" }",

View File

@ -12,13 +12,13 @@
" \"command\": \"class-update\",",
" \"arguments\": {",
" \"client-classes\": [ {",
" \"name\": \"<name of the class>\",",
" \"test\": \"<test expression to be evaluated on incoming packets>\",",
" \"option-data\": [ \"<option values here>\" ],",
" \"option-def\": [ \"<option definitions here>\" ],",
" \"next-server\": \"<ipv4 address>\",",
" \"server-hostname\": \"<string>\",",
" \"boot-file-name\": \"<name of the boot file>\"",
" \"name\": <name of the class>,",
" \"test\": <test expression to be evaluated on incoming packets>,",
" \"option-data\": [ <option values here> ],",
" \"option-def\": [ <option definitions here> ],",
" \"next-server\": <ipv4 address>,",
" \"server-hostname\": <string>,",
" \"boot-file-name\": <name of the boot file>",
" } ]",
" }",
"}"

View File

@ -15,9 +15,9 @@
"name": "config-get",
"resp-syntax": [
"{",
" \"result\": \"<integer>\",",
" \"result\": <integer>,",
" \"arguments\": {",
" \"<Dhcp4, Dhcp6, or Control-agent object>\": \"<JSON configuration here>\" ",
" <Dhcp4, Dhcp6, or Control-agent object>: <JSON configuration here> ",
" }",
"}"
],

View File

@ -5,7 +5,7 @@
"This command instructs the server to check whether the new configuration supplied in the command's arguments can be loaded."
],
"cmd-comment": [
"In the example below, \"<server>\" is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\"."
"In the example below, <server> is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\"."
],
"cmd-syntax": [
"{",

View File

@ -20,10 +20,10 @@
" \"result\": 0,",
" \"text\": \"HA peer status returned.\",",
" \"arguments\": {",
" \"state\": \"<server state>\",",
" \"date-time\": \"<server notion of time>\",",
" \"scopes\": [ \"<first scope>, <second scope>\" ],",
" \"unsent-update-count\": \"<total number of lease allocations in partner-down state>\"",
" \"state\": <server state>,",
" \"date-time\": <server notion of time>,",
" \"scopes\": [ <first scope>, <second scope>, ... ],",
" \"unsent-update-count\": <total number of lease allocations in partner-down state>",
" }",
"}"
],

View File

@ -19,7 +19,7 @@
"{",
" \"command\": \"ha-maintenance-notify\",",
" \"arguments\": {",
" \"cancel\": \"<boolean>\"",
" \"cancel\": <boolean>",
" }",
"}"
],

View File

@ -10,7 +10,7 @@
"cmd-syntax": [
"{",
" \"command\": \"ha-scopes\",",
" \"service\": [ \"<service, typically 'dhcp4' or 'dhcp6'>\" ],",
" \"service\": [ <service, typically 'dhcp4' or 'dhcp6'> ],",
" \"arguments\": {",
" \"scopes\": [ \"HA_server1\", \"HA_server2\" ]",
" }",

View File

@ -7,10 +7,10 @@
"cmd-syntax": [
"{",
" \"command\": \"ha-sync\",",
" \"service\": [ \"<service affected: 'dhcp4' or 'dhcp6'>\" ],",
" \"service\": [ <service affected: 'dhcp4' or 'dhcp6'> ],",
" \"arguments\": {",
" \"server-name\": \"<name of the partner server>\",",
" \"max-period\": \"<integer, in seconds>\"",
" \"server-name\": <name of the partner server>,",
" \"max-period\": <integer, in seconds>",
" }",
"}"
],

View File

@ -13,7 +13,7 @@
"{",
" \"command\": \"lease4-get-all\",",
" \"arguments\": {",
" \"subnets\": [ 1, 2, 3 ]",
" \"subnets\": [ 1, 2, 3, ... ]",
" }",
"}"
],

View File

@ -11,8 +11,8 @@
"{",
" \"command\": \"lease4-get-page\",",
" \"arguments\": {",
" \"limit\": \"<integer>\",",
" \"from\": \"<IPv4 address or 'start'>\"",
" \"limit\": <integer>,",
" \"from\": <IPv4 address or 'start'>",
" }",
"}"
],

View File

@ -15,12 +15,12 @@
" {",
" \"ip-address\": \"2001:db8:abcd::\",",
" \"type\": \"IA_PD\",",
" \"<other\": \"properties>\"",
" ...",
" },",
" {",
" \"ip-address\": \"2001:db8:abcd::234\",",
" \"type\": \"IA_NA\",",
" \"<other\": \"properties>\"",
" ...",
" }",
" ],",
" \"leases\": [",
@ -28,13 +28,13 @@
" \"subnet-id\": 66,",
" \"ip-address\": \"2001:db8:cafe::\",",
" \"type\": \"IA_PD\",",
" \"<other\": \"properties>\"",
" ...",
" },",
" {",
" \"subnet-id\": 66,",
" \"ip-address\": \"2001:db8:abcd::333\",",
" \"type\": \"IA_NA\",",
" \"<other\": \"properties>\"",
" ...",
" }",
" ]",
" }",
@ -54,16 +54,16 @@
" {",
" \"ip-address\": \"2001:db8:abcd::\",",
" \"type\": \"IA_PD\",",
" \"result\": \"<control result>\",",
" \"error-message\": \"<error message>\"",
" \"result\": <control result>,",
" \"error-message\": <error message>",
" }",
" ],",
" \"failed-leases\": [",
" {",
" \"ip-address\": \"2001:db8:cafe::\",",
" \"type\": \"IA_PD\",",
" \"result\": \"<control result>\",",
" \"error-message\": \"<error message>\"",
" \"result\": <control result>,",
" \"error-message\": <error message>",
" }",
" ]",
" }",

View File

@ -11,8 +11,8 @@
"{",
" \"command\": \"lease6-get-page\",",
" \"arguments\": {",
" \"limit\": \"<integer>\",",
" \"from\": \"<IPv6 address or 'start'>\"",
" \"limit\": <integer>,",
" \"from\": <IPv6 address or 'start'>",
" }",
"}"
],

View File

@ -37,12 +37,12 @@
" {",
" \"subnet\": \"192.0.2.0/24\",",
" \"id\": 5,",
" \"<other\": \"properties>\"",
" <many other subnet specific details here>",
" },",
" {",
" \"subnet\": \"192.0.3.0/31\",",
" \"id\": 6,",
" \"<other\": \"properties>\"",
" <many other subnet specific details here>",
" }",
" ],",
" \"valid-lifetime\": 120",

View File

@ -37,12 +37,12 @@
" {",
" \"subnet\": \"2003:db8:1::/64\",",
" \"id\": 5,",
" \"<other\": \"properties>\"",
" <many other subnet specific details here>",
" },",
" {",
" \"subnet\": \"2003:db8:2::/71\",",
" \"id\": 6,",
" \"<other\": \"properties>\"",
" <many other subnet specific details here>",
" }",
" ],",
" \"valid-lifetime\": 120",

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"name\": \"<client class name>\"",
" \"name\": <client class name>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-class4-get-all\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
"}"
],
@ -30,15 +30,15 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"<first\": \"client class specification>\",",
" <first client class specification>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
" },",
" {",
" \"<second\": \"client class specification>\",",
" <second client class specification>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>\" ]",
" \"server-tags\": [ <first server tag>, ... ]",
" }",
" }",
" ],",

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"name\": \"<client class name>\"",
" \"name\": <client class name>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -34,11 +34,11 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"name\": \"<client class name>\",",
" \"name\": <client class name>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" },",
" \"<the\": \"rest of the client class information>\"",
" <the rest of the client class information>",
" }",
" ],",
" \"count\": 1",

View File

@ -13,14 +13,14 @@
" \"arguments\": {",
" \"client-class\": [",
" {",
" \"<client\": \"class specification>\",",
" \"follow-class-name\": \"<existing class name>\"",
" <client class specification>,",
" \"follow-class-name\": <existing class name>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
"}"
],
@ -33,7 +33,7 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"name\": \"<set client class name>\"",
" \"name\": <set client class name>",
" }",
" ]",
" }",

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"name\": \"<client class name>\"",
" \"name\": <client class name>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-class6-get-all\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
"}"
],
@ -30,15 +30,15 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"<first\": \"client class specification>\",",
" <first client class specification>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
" },",
" {",
" \"<second\": \"client class specification>\",",
" <second client class specification>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>\" ]",
" \"server-tags\": [ <first server tag>, ... ]",
" }",
" }",
" ],",

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"name\": \"<client class name>\"",
" \"name\": <client class name>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -34,11 +34,11 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"name\": \"<client class name>\",",
" \"name\": <client class name>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" },",
" \"<the\": \"rest of the client class information>\"",
" <the rest of the client class information>",
" }",
" ],",
" \"count\": 1",

View File

@ -13,14 +13,14 @@
" \"arguments\": {",
" \"client-class\": [",
" {",
" \"<client\": \"class specification>\",",
" \"follow-class-name\": \"<existing class name>\"",
" <client class specification>,",
" \"follow-class-name\": <existing class name>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
"}"
],
@ -33,7 +33,7 @@
" \"arguments\": {",
" \"client-classes\": [",
" {",
" \"name\": \"<set client class name>\"",
" \"name\": <set client class name>",
" }",
" ]",
" }",

View File

@ -11,11 +11,11 @@
"{",
" \"command\": \"remote-global-parameter4-del\",",
" \"arguments\": {",
" \"parameters\": [ \"<parameter name as string>\" ],",
" \"parameters\": [ <parameter name as string> ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-global-parameter4-get-all\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -30,15 +30,15 @@
" \"arguments\": {",
" \"parameters\": [",
" {",
" \"<first\": \"parameter name>: <first parameter value>\",",
" <first parameter name>: <first parameter value>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" },",
" {",
" \"<second\": \"parameter name>: <second parameter value>\",",
" <second parameter name>: <second parameter value>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" }",
" ],",

View File

@ -11,11 +11,11 @@
"{",
" \"command\": \"remote-global-parameter4-get\",",
" \"arguments\": {",
" \"parameters\": [ \"<parameter name as string>\" ],",
" \"parameters\": [ <parameter name as string> ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -30,9 +30,9 @@
" \"text\": \"DHCPv4 global parameter found.\",",
" \"arguments\": {",
" \"parameters\": {",
" \"<parameter\" :\" name>: <parameter value>\",",
" <parameter name>: <parameter value>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" },",
" \"count\": 1",

View File

@ -12,13 +12,13 @@
" \"command\": \"remote-global-parameter4-set\",",
" \"arguments\": {",
" \"parameters\": {",
" \"<first\": \"parameter name>: <first parameter value>\",",
" \"<second\": \"parameter name>: <second parameter value>\"",
" <first parameter name>: <first parameter value>,",
" <second parameter name>: <second parameter value>",
" },",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -30,8 +30,8 @@
" \"text\": \"DHCPv4 global parameter(s) successfully set.\",",
" \"arguments\": {",
" \"parameters\": {",
" \"<first\": \"parameter name>: <first parameter value>\",",
" \"<second\": \"parameter name>: <second parameter value>\"",
" <first parameter name>: <first parameter value>,",
" <second parameter name>: <second parameter value>",
" },",
" \"count\": 2",
" }",

View File

@ -11,11 +11,11 @@
"{",
" \"command\": \"remote-global-parameter6-del\",",
" \"arguments\": {",
" \"parameters\": [ \"<parameter name as string>\" ],",
" \"parameters\": [ <parameter name as string> ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-global-parameter6-get-all\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -30,15 +30,15 @@
" \"arguments\": {",
" \"parameters\": [",
" {",
" \"<first\": \"parameter name>: <first parameter value>\",",
" <first parameter name>: <first parameter value>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" },",
" {",
" \"<second\": \"parameter name>: <second parameter value>\",",
" <second parameter name>: <second parameter value>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" }",
" ],",

View File

@ -11,11 +11,11 @@
"{",
" \"command\": \"remote-global-parameter6-get\",",
" \"arguments\": {",
" \"parameters\": [ \"<parameter name as string>\" ],",
" \"parameters\": [ <parameter name as string> ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -30,9 +30,9 @@
" \"text\": \"DHCPv6 global parameter found.\",",
" \"arguments\": {",
" \"parameters\": {",
" \"<parameter\": \"name>: <parameter value>\",",
" <parameter name>: <parameter value>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" },",
" \"count\": 1",

View File

@ -12,13 +12,13 @@
" \"command\": \"remote-global-parameter6-set\",",
" \"arguments\": {",
" \"parameters\": {",
" \"<first\": \"parameter name>: <first parameter value>\",",
" \"<second\": \"parameter name>: <second parameter value>\"",
" <first parameter name>: <first parameter value>,",
" <second parameter name>: <second parameter value>",
" },",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -30,8 +30,8 @@
" \"text\": \"DHCPv6 global parameter(s) successfully set.\",",
" \"arguments\": {",
" \"parameters\": {",
" \"<first\": \"parameter name>: <first parameter value>\",",
" \"<second\": \"parameter name>: <second parameter value>\"",
" <first parameter name>: <first parameter value>,",
" <second parameter name>: <second parameter value>",
" },",
" \"count\": 2",
" }",

View File

@ -13,12 +13,12 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<shared network name>\"",
" \"name\": <shared network name>",
" }",
" ],",
" \"subnets-action\": \"<'keep' | 'delete'>\",",
" \"subnets-action\": <'keep' | 'delete'>,",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,12 +13,12 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<shared network name>\"",
" \"name\": <shared network name>",
" }",
" ],",
" \"subnets-include\": \"<'full' | 'no'>\",",
" \"subnets-include\": <'full' | 'no'>,",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -35,11 +35,11 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<shared network name>\",",
" \"name\": <shared network name>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" },",
" \"<the\": \"rest of the shared network information, potentially including subnets>\"",
" <the rest of the shared network information, potentially including subnets>",
" }",
" ],",
" \"count\": 1",

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-network4-list\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
"}"
],
@ -30,15 +30,15 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<first shared network name>\",",
" \"name\": <first shared network name>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
" },",
" {",
" \"name\": \"<second shared network name>\",",
" \"name\": <second shared network name>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>\" ]",
" \"server-tags\": [ <first server tag>, ... ]",
" }",
" }",
" ],",

View File

@ -13,13 +13,13 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"<shared\": \"network specification excluding subnets list>\"",
" <shared network specification excluding subnets list>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
"}"
],

View File

@ -13,12 +13,12 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<shared network name>\"",
" \"name\": <shared network name>",
" }",
" ],",
" \"subnets-action\": \"<'keep' | 'delete'>\",",
" \"subnets-action\": <'keep' | 'delete'>,",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,12 +13,12 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<shared network name>\"",
" \"name\": <shared network name>",
" }",
" ],",
" \"subnets-include\": \"<'full' | 'no'>\",",
" \"subnets-include\": <'full' | 'no'>,",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -35,11 +35,11 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<shared network name>\",",
" \"name\": <shared network name>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" },",
" \"<the\": \"rest of the shared network information, potentially including subnets>\"",
" <the rest of the shared network information, potentially including subnets>",
" }",
" ],",
" \"count\": 1",

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-network6-list\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
"}"
],
@ -30,15 +30,15 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<first shared network name>\",",
" \"name\": <first shared network name>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
" },",
" {",
" \"name\": \"<second shared network name>\",",
" \"name\": <second shared network name>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>\" ]",
" \"server-tags\": [ <first server tag>, ... ]",
" }",
" }",
" ],",

View File

@ -13,13 +13,13 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"<shared\": \"network specification excluding subnets list>\"",
" <shared network specification excluding subnets list>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
"}"
],

View File

@ -12,13 +12,13 @@
" \"command\": \"remote-option-def4-del\",",
" \"arguments\": {",
" \"option-defs\": [ {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" } ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-option-def4-get-all\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -30,15 +30,15 @@
" \"arguments\": {",
" \"option-defs\": [",
" {",
" \"<first\": \"option definition>\",",
" <first option definition>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" },",
" {",
" \"<second\": \"option definition>\",",
" <second option definition>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" }",
" ],",

View File

@ -13,14 +13,14 @@
" \"arguments\": {",
" \"option-defs\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -36,9 +36,9 @@
" \"arguments\": {",
" \"option-defs\": [",
" {",
" \"<option\": \"definition>\",",
" <option definition>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" }",
" ],",

View File

@ -13,13 +13,13 @@
" \"arguments\": {",
" \"option-defs\": [",
" {",
" \"<option\": \"definition specification>\"",
" <option definition specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],

View File

@ -12,13 +12,13 @@
" \"command\": \"remote-option-def6-del\",",
" \"arguments\": {",
" \"option-defs\": [ {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" } ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-option-def6-get-all\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -30,15 +30,15 @@
" \"arguments\": {",
" \"option-defs\": [",
" {",
" \"<first\": \"option definition>\",",
" <first option definition>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" },",
" {",
" \"<second\": \"option definition>\",",
" <second option definition>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" }",
" ],",

View File

@ -13,14 +13,14 @@
" \"arguments\": {",
" \"option-defs\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -36,9 +36,9 @@
" \"arguments\": {",
" \"option-defs\": [",
" {",
" \"<option\": \"definition>\",",
" <option definition>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" }",
" ],",

View File

@ -13,13 +13,13 @@
" \"arguments\": {",
" \"option-defs\": [",
" {",
" \"<option\": \"definition specification>\"",
" <option definition specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],

View File

@ -13,14 +13,14 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-option4-global-get-all\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -30,15 +30,15 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"<first\": \"option specification>\",",
" <first option specification>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" },",
" {",
" \"<second\": \"option specification>\",",
" <second option specification>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" }",
" ],",

View File

@ -13,14 +13,14 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -36,9 +36,9 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"<option\": \"information>\",",
" <option information>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" }",
" ]",

View File

@ -13,13 +13,13 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"<global\": \"option specification>\"",
" <global option specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -32,8 +32,8 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ]",
" }",

View File

@ -13,17 +13,17 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<shared network name>\"",
" \"name\": <shared network name>",
" }",
" ],",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,16 +13,16 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<shared network name>\"",
" \"name\": <shared network name>",
" }",
" ],",
" \"options\": [",
" {",
" \"<shared\": \"network option specification>\"",
" <shared network option specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -36,8 +36,8 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ]",
" }",

View File

@ -13,17 +13,17 @@
" \"arguments\": {",
" \"pools\": [",
" {",
" \"pool\": \"<pool range or prefix>\"",
" \"pool\": <pool range or prefix>",
" }",
" ],",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,16 +13,16 @@
" \"arguments\": {",
" \"pools\": [",
" {",
" \"pool\": \"<pool range or prefix>\"",
" \"pool\": <pool range or prefix>",
" }",
" ],",
" \"options\": [",
" {",
" \"<address\": \"pool option specification>\"",
" <address pool option specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -36,8 +36,8 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ]",
" }",

View File

@ -13,17 +13,17 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<subnet identifier>\"",
" \"id\": <subnet identifier>",
" }",
" ],",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,16 +13,16 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<subnet identifier>\"",
" \"id\": <subnet identifier>",
" }",
" ],",
" \"options\": [",
" {",
" \"<subnet\": \"option specification>\"",
" <subnet option specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -36,8 +36,8 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ]",
" }",

View File

@ -13,14 +13,14 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-option6-global-get-all\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -30,15 +30,15 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"<first\": \"option specification>\",",
" <first option specification>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" },",
" {",
" \"<second\": \"option specification>\",",
" <second option specification>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" }",
" ],",

View File

@ -13,14 +13,14 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -36,9 +36,9 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"<option\": \"information>\",",
" <option information>,",
" \"metadata\": {",
" \"server-tags\": [ \"<server tag>\" ]",
" \"server-tags\": [ <server tag> ]",
" }",
" }",
" ]",

View File

@ -13,13 +13,13 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"<global\": \"option specification>\"",
" <global option specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<single server tag as string>\" ]",
" \"server-tags\": [ <single server tag as string> ]",
" }",
"}"
],
@ -32,8 +32,8 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ]",
" }",

View File

@ -13,17 +13,17 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<shared network name>\"",
" \"name\": <shared network name>",
" }",
" ],",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,16 +13,16 @@
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": \"<shared network name>\"",
" \"name\": <shared network name>",
" }",
" ],",
" \"options\": [",
" {",
" \"<shared\": \"network option specification>\"",
" <shared network option specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -36,8 +36,8 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ]",
" }",

View File

@ -13,18 +13,18 @@
" \"arguments\": {",
" \"pd-pools\": [",
" {",
" \"prefix\": \"<pool prefix (address part)>\",",
" \"prefix-len\": \"<pool prefix (length part)>\"",
" \"prefix\": <pool prefix (address part)>,",
" \"prefix-len\": <pool prefix (length part)>",
" }",
" ],",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,17 +13,17 @@
" \"arguments\": {",
" \"pd-pools\": [",
" {",
" \"prefix\": \"<pool prefix (address part)>\",",
" \"prefix-len\": \"<pool prefix (length part)>\"",
" \"prefix\": <pool prefix (address part)>,",
" \"prefix-len\": <pool prefix (length part)>",
" }",
" ],",
" \"options\": [",
" {",
" \"<prefix\": \"delegation pool option specification>\"",
" <prefix delegation pool option specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -37,8 +37,8 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ]",
" }",

View File

@ -13,17 +13,17 @@
" \"arguments\": {",
" \"pools\": [",
" {",
" \"pool\": \"<pool range or prefix>\"",
" \"pool\": <pool range or prefix>",
" }",
" ],",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,16 +13,16 @@
" \"arguments\": {",
" \"pools\": [",
" {",
" \"pool\": \"<pool range or prefix>\"",
" \"pool\": <pool range or prefix>",
" }",
" ],",
" \"options\": [",
" {",
" \"<address\": \"pool option specification>\"",
" <address pool option specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -36,8 +36,8 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ]",
" }",

View File

@ -13,17 +13,17 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<subnet identifier>\"",
" \"id\": <subnet identifier>",
" }",
" ],",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,16 +13,16 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<subnet identifier>\"",
" \"id\": <subnet identifier>",
" }",
" ],",
" \"options\": [",
" {",
" \"<subnet\": \"option specification>\"",
" <subnet option specification>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -36,8 +36,8 @@
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": \"<option code>\",",
" \"space\": \"<option space>\"",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ]",
" }",

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<server name>\"",
" \"server-tag\": <server name>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -12,7 +12,7 @@
" \"command\": \"remote-server4-get-all\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -29,12 +29,12 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<first server tag>\",",
" \"description\": \"<first server description>\"",
" \"server-tag\": <first server tag>,",
" \"description\": <first server description>",
" },",
" {",
" \"server-tag\": \"<second server tag>\",",
" \"description\": \"<second server description>\"",
" \"server-tag\": <second server tag>,",
" \"description\": <second server description>",
" }",
" ],",
" \"count\": 2",

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<server tag>\"",
" \"server-tag\": <server tag>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -34,8 +34,8 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<server tag>\",",
" \"description\": \"<server description>\"",
" \"server-tag\": <server tag>,",
" \"description\": <server description>",
" }",
" ],",
" \"count\": 1",

View File

@ -13,12 +13,12 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<server tag>\",",
" \"description\": \"<server description>\"",
" \"server-tag\": <server tag>,",
" \"description\": <server description>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -32,8 +32,8 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<server tag>\",",
" \"description\": \"<server description>\"",
" \"server-tag\": <server tag>,",
" \"description\": <server description>",
" }",
" ]",
" }",

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<server name>\"",
" \"server-tag\": <server name>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -12,7 +12,7 @@
" \"command\": \"remote-server6-get-all\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -29,12 +29,12 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<first server tag>\",",
" \"description\": \"<first server description>\"",
" \"server-tag\": <first server tag>,",
" \"description\": <first server description>",
" },",
" {",
" \"server-tag\": \"<second server tag>\",",
" \"description\": \"<second server description>\"",
" \"server-tag\": <second server tag>,",
" \"description\": <second server description>",
" }",
" ],",
" \"count\": 2",

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<server tag>\"",
" \"server-tag\": <server tag>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -34,8 +34,8 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<server tag>\",",
" \"description\": \"<server description>\"",
" \"server-tag\": <server tag>,",
" \"description\": <server description>",
" }",
" ],",
" \"count\": 1",

View File

@ -13,12 +13,12 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<server tag>\",",
" \"description\": \"<server description>\"",
" \"server-tag\": <server tag>,",
" \"description\": <server description>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -32,8 +32,8 @@
" \"arguments\": {",
" \"servers\": [",
" {",
" \"server-tag\": \"<server tag>\",",
" \"description\": \"<server description>\"",
" \"server-tag\": <server tag>,",
" \"description\": <server description>",
" }",
" ]",
" }",

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<subnet identifier>\"",
" \"id\": <subnet identifier>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"subnet\": \"<subnet prefix>\"",
" \"subnet\": <subnet prefix>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -12,10 +12,10 @@
" \"command\": \"remote-subnet4-get-by-id\",",
" \"arguments\": {",
" \"subnets\": [ {",
" \"id\": \"<subnet identifier>\"",
" \"id\": <subnet identifier>",
" } ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -31,13 +31,13 @@
" \"text\": \"IPv4 subnet found.\",",
" \"arguments\": {",
" \"subnets\": [ {",
" \"id\": \"<subnet identifier>\",",
" \"subnet\": \"<subnet prefix>\",",
" \"shared-network-name\": \"<shared network name or null>\",",
" \"id\": <subnet identifier>,",
" \"subnet\": <subnet prefix>,",
" \"shared-network-name\": <shared network name or null>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" },",
" \"<the\": \"rest of the subnet specification here>\"",
" <the rest of the subnet specification here>",
" } ],",
" \"count\": 1",
" }",

View File

@ -12,10 +12,10 @@
" \"command\": \"remote-subnet4-get-by-prefix\",",
" \"arguments\": {",
" \"subnets\": [ {",
" \"subnet\": \"<subnet prefix>\"",
" \"subnet\": <subnet prefix>",
" } ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -32,13 +32,13 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<subnet identifier>\",",
" \"subnet\": \"<subnet prefix>\",",
" \"shared-network-name\": \"<shared network name or null>\",",
" \"id\": <subnet identifier>,",
" \"subnet\": <subnet prefix>,",
" \"shared-network-name\": <shared network name or null>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" },",
" \"<the\": \"rest of the subnet specification here>\"",
" <the rest of the subnet specification here>",
" }",
" ],",
" \"count\": 1",

View File

@ -12,9 +12,9 @@
" \"command\": \"remote-subnet4-list\",",
" \"arguments\": {",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
"}"
],
@ -30,19 +30,19 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<first subnet identifier>\",",
" \"subnet\": \"<first subnet prefix>\",",
" \"shared-network-name\": \"<shared network name or null>\",",
" \"id\": <first subnet identifier>,",
" \"subnet\": <first subnet prefix>,",
" \"shared-network-name\": <shared network name or null>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
" },",
" {",
" \"id\": \"<second subnet identifier>\",",
" \"subnet\": \"<second subnet prefix>\",",
" \"shared-network-name\": \"<shared network name or null>\",",
" \"id\": <second subnet identifier>,",
" \"subnet\": <second subnet prefix>,",
" \"shared-network-name\": <shared network name or null>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>\" ]",
" \"server-tags\": [ <first server tag>, ... ]",
" }",
" }",
" ],",

View File

@ -13,16 +13,16 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<subnet identifier>\",",
" \"subnet\": \"<subnet prefix>\",",
" \"shared-network-name\": \"<shared network name or null>\",",
" \"<the\": \"rest of the subnet specification here>\"",
" \"id\": <subnet identifier>,",
" \"subnet\": <subnet prefix>,",
" \"shared-network-name\": <shared network name or null>,",
" <the rest of the subnet specification here>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" },",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" }",
"}"
],
@ -33,8 +33,8 @@
" \"result\": 0,",
" \"text\": \"IPv4 subnet successfully set.\",",
" \"arguments\": {",
" \"id\": \"<subnet identifier>\",",
" \"subnet\": \"<subnet prefix>\"",
" \"id\": <subnet identifier>,",
" \"subnet\": <subnet prefix>",
" }",
"}"
],

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<subnet identifier>\"",
" \"id\": <subnet identifier>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"subnet\": \"<subnet prefix>\"",
" \"subnet\": <subnet prefix>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"

View File

@ -13,11 +13,11 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<subnet identifier>\"",
" \"id\": <subnet identifier>",
" }",
" ],",
" \"remote\": {",
" \"<specification\": \"of the database to connect to>\"",
" <specification of the database to connect to>",
" }",
" }",
"}"
@ -34,13 +34,13 @@
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": \"<subnet identifier>\",",
" \"subnet\": \"<subnet prefix>\",",
" \"shared-network-name\": \"<shared network name or null>\",",
" \"id\": <subnet identifier>,",
" \"subnet\": <subnet prefix>,",
" \"shared-network-name\": <shared network name or null>,",
" \"metadata\": {",
" \"server-tags\": [ \"<first server tag>, <second server tag>\" ]",
" \"server-tags\": [ <first server tag>, <second server tag>, ... ]",
" },",
" \"<the\": \"rest of the subnet specification here>\"",
" <the rest of the subnet specification here>",
" }",
" ],",
" \"count\": 1",

Some files were not shown because too many files have changed in this diff Show More