Hello!
I'm new to GCP and trying to create a stream in Datastream.
After filling out the private connectivity configuration creation form, the following message appears:
"Something went wrong, please try again.
Invalid JSON payload received. Unknown name "validate_only": Cannot bind 'false'. Field 'validate_only' could not be found in request message."
Could someone help me, please?
Thanks!
Hi @rrotter,
Welcome to Google Cloud Community!
That error seems to be caused by an incorrect parameter (validate_only
) in the request payload. According to the documentation, the correct parameter should be validateOnly
. Could you please try updating this parameter and see if it resolves the issue?
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Hi, @mcbsalceda!
Thank you for your help.
So, creating the connection through the form didn’t work, therefore I tried it via the CLI and it worked! It didn’t need "validate_only."
Anyway, I’m grateful for your attention.