{
"hostid": "4349"
}curl --location --request POST 'api/v1/domainList' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostid": "4349"
}'{
"msg": "success",
"code": 200,
"time": 1765165636,
"data": [
{
"id": 2,
"host_name": "ecs-enaLCR",
"host_id": "4349",
"api_url": "bgp127.62dns.com",
"domain": "test1.com",
"dip": "172.16.0.109"
},
{
"id": 1,
"host_name": "ecs-enaLCR",
"host_id": "4349",
"api_url": "bgp127.62dns.com",
"domain": "test.com",
"dip": "172.16.0.109"
}
]
}