Authorization: Bearer ********************
{
"domain_uuid": "string",
"regions": [
"string"
],
"active": true
}
curl --location --request PUT 'http://39.100.59.112:8000/firewall/region' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_uuid": "string",
"regions": [
"string"
],
"active": true
}'
{
"code": 200,
"message": "成功",
"data": {
"domain_uuid": "727d45a1-1d42-4b9e-8e32-ab057b0de689",
"config": {
"regions": [
"ss"
]
}
}
}