curl --location --request POST 'https://api.hetzner.cloud/v1/load_balancers//actions/enable_public_interface'
{
"action": {
"command": "enable_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"
}
}