and my query looks like this
/v2/services/haproxy/configuration/log_targets?parent_type=log_forward&parent_name=dev_10514_log&transaction_id=<transaction_id>
if i change parent_type to frontend (which i know doesnt exist) than I get back the following error where the parent_name I defined is shown:
{
"code": 400,
"message": "11: frontend dev_10514_log does not exist"
}
This bug prevents the user from being able to add log targets to a log forwarder.
When i try to add a new log_target to an existing log_forward I am getting the following error:
My payload looks like this
and my query looks like this
/v2/services/haproxy/configuration/log_targets?parent_type=log_forward&parent_name=dev_10514_log&transaction_id=<transaction_id>
if i change
parent_type
to frontend (which i know doesnt exist) than I get back the following error where the parent_name I defined is shown:This bug prevents the user from being able to add log targets to a log forwarder.