Spi Configuration Object


A function SPI configuration is the service plugin configuration for a specific function.

Properties
idstringRead-onlyformat GUID

Service plugin configuration ID.


revisionstringRead-onlyformat int64

Service plugin configuration revision.


createdDatestringRead-onlyformat date-time

Date and time the service plugin configuration was created.


updatedDatestringRead-onlyformat date-time

Date and time the service plugin configuration was last updated.


functionIdstringformat GUID

ID of the function this service plugin configuration belongs to.


configurationConfiguration

Service plugin configuration data. This must adhere to the schema defined by the function type that the function is based on.

Learn more about service plugins and Wix Functions.

Did this help?