i'm working on dashboard for a customer and i'd like to be able to execute script on my GCP Virtual Machine linux but from the API Javascript. Already check : https://cloud.google.com/compute/docs/reference/rest/v1/ But there is nothing about manage and execute the script from the VM herself.
Then i'd like to know if someone already did something like this
Just be able to execute "python3 /home/.../MyScript.py" but from the Google API. Like create html button with onclick and execute the script on the VM with this button, using js-api (i'm already using the BigQuery API to execute request, and thats work correctly)
Thanks :-)