You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the API rejects names such as "a_b" and "a b".
It accepts "a-b", "a.b", "ab", and "aaaaAAAAaaaaAAAAaaaaAAAAaaaaAAAAaaaaAAAAaaaaAAAAaaaaAAAAaaaaAAAA" (64-char).
I would like to use names like "hello_server-180958124".
Hi. The API documentation needs to be improved, "A human-readable name for a Firewall" is not ideal. Firewalls follow the same naming conventions as other resources:
must start with an alphanumeric character
must consist of further alphanumeric characters or the . or - characters
I know this won't allow you to use the _ you would like to, but this is the current validation process. I will work with our teams to improve the API documentation. Thanks for bringing this to our attention.
The DigitoalOcean API Firewall section has:
But the API rejects names such as "a_b" and "a b".
It accepts "a-b", "a.b", "ab", and "aaaaAAAAaaaaAAAAaaaaAAAAaaaaAAAAaaaaAAAAaaaaAAAAaaaaAAAAaaaaAAAA" (64-char).
I would like to use names like "hello_server-180958124".
The text was updated successfully, but these errors were encountered: