Google Cloud Functions
Discover more about the Google Cloud Functions connector and how to use it on the Digibee Integration Platform.
Was this helpful?
Was this helpful?
{
"success": true,
"headers": {
"GoogleCloudFunctionsResponseObject": "execution_id: \"04lfg6k7y71x\"\nresult: \"Hello, World!\"\n"
},
"body": {
"result": "Hello, World!"
}
}{
"success": true,
"body": {
"name": "projects/teste-434118/locations/us-central1/functions/helloWorld",
"https_trigger": {
"url": "https://us-central1-teste-434118.cloudfunctions.net/helloWorld"
},
"status": "ACTIVE",
"entry_point": "helloWorld",
"timeout": {
"seconds": 60
},
"available_memory_mb": 256,
"service_account_email": "teste-434118@appspot.gserviceaccount.com",
"source_upload_url": "https://storage.googleapis.com/uploads-603950532802.us-central1.cloudfunctions.appspot.com/9185413e-2038-46aa-9ae1-4c3f0dff7088.zip",
"runtime": "nodejs14",
"ingress_settings": "ALLOW_ALL",
"version_id": 1,
"build_id": "21535f31-f44b-4748-b401-edd449bd2fcb",
"update_time": {
"seconds": 1725041576,
"nanos": 902000000
}
}
}