v1
latestSwagger 2.02026-08-041113661.2 MBNsGroupService
List groups
get/v1beta/dns/nameservers/groups
Query parameters
limitinteger
Limits the number of objects in the output.
offsetinteger
Used to retrieve all objects from a certain offset up to the limit. (default value: 0).
order_by.ns_groupstring
Sorting type (asc/desc).
order_by.domain_countstring
Sorting type (asc/desc).
order_by.ns_countstring
Sorting type (asc/desc).
with_domain_countboolean
Indicates if number of domains associated with the NS group should be returned.
with_ns_countboolean
Indicates if number of nameservers associated with the NS group should be returned.
ns_group_patternstring
NS group name pattern. Wildcard (*) can be used.
ns_name_patternstring
Nameserver name pattern. Wildcard (*) can be used.
ns_ip_patternstring
Nameserver IP address pattern. Wildcard (*) can be used.
Response
A successful response.
Example response
{
"code": 0,
"data": {
"results": [
{
"domain_count": 0,
"id": 0,
"name_servers": [
{
"id": 0,
"ip": "127.0.0.1",
"ip6": "0001:0001:0001:0001:0001:0001:0001:0001",
"name": "ns1.domain.com",
"seq_nr": 0
}
],
"ns_count": 0,
"ns_group": "mygroup"
}
],
"total": 17
},
"desc": ""
}