Code | Description |
---|---|
load_balancer_not_attached_to_network | The Load Balancer is not attached to a network |
targets_without_use_private_ip | The Load Balancer has targets that use the public IP instead of the private IP |
curl --location --request POST 'https://api.hetzner.cloud/v1/load_balancers//actions/disable_public_interface'
{
"action": {
"command": "disable_public_interface",
"error": {
"code": "action_failed",
"message": "Action failed"
},
"finished": null,
"id": 13,
"progress": 0,
"resources": [
{
"id": 42,
"type": "server"
},
{
"id": 4711,
"type": "network"
}
],
"started": "2016-01-30T23:50:00.000Z",
"status": "running"
}
}