Function Create
Query parameters
Whether to restrict the function code
Whether to restrict the function code
Headers
Response
Successful Response
The ID of the function
The creation time of the workflow
The last update time of the workflow
The version of the workflow
The versions of the workflow
The status of the workflow
The name of the workflow
The description of the workflow
Whether the workflow is public and can beshared with other users
The ID of the reference workflow (i.e wether the workflow was forked from another workflow or not)
Where the function was created from, stamped at creation. Read-only.
Whether the build is finished and the function may be healed automatically. Can only be enabled on a function that has a thread for self-heal to resume.
The site this function drives, used to group endpoints in the console. Null when the function never named a site.
Builder's operating notes: typical run duration, known failure modes, which parameters matter.
Cron expression the function runs on, or null if it is not scheduled.
Variables passed to each scheduled run, or null if it is not scheduled.
'enabled' while the schedule fires, 'paused' once the backend disabled it after a deterministic failure (exhausted credit, or an inactive function), null when there is no schedule.