dronedeploy Docs Reference API Explorer Become a Partner

INPUT_OBJECT

UpsertFunctionInput

link

Parameter NameTypeDescription
applicationIdID! ID of the Application object which the function will be associated
nameString! Short name used to reference the plugin. Unique within an Application
descriptionString Human friendly description of the function.
availableMemoryMbInt! How much memory the function will run with.
sourceCodeURL! URL to the source code archive in google cloud storage.
entryPointString Function to be called when requests are made.
timeoutSecondsInt Timeout of the execution of the function in seconds.
functionTriggers[FunctionTriggerInput]
clientMutationIdString