{
"regionID": "nm8"
}
curl --location --request POST '/v4/cda/switch/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "nm8"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"result": [
{
"as": 13,
"deviceModel": "RGS6220H",
"factory": "RUIJIE",
"hasBleafRoute": false,
"hostname": "13",
"ip": "1.1.1.3",
"loginPort": "22",
"name": "eee",
"resourceName": "私有云1",
"resourcePool": "2022guizhou_duoaz_siyouyun_test",
"resourceType": "CNP",
"switchId": "1ZGEG8ALE6E9P43Q3ZP",
"sysMac": null,
"vtepIp": "13.12.12.12/32",
"vtepVlan": "213"
}
]
},
"statusCode": 800
}