Protocol
Package : spaceone.api.notification.plugin
Protocol
Protocol Methods:
init
Initialized when protocol plugin is created first.When this method is executed, plugin return the metadata required when the plug-in is executed.
Request
Response
verify
A method that proves whether the plugin can be running.If there is no return value, it means that normal execution is possible.
Request
Response
Message
InitRequest
PluginInfo
metadata
Metadata value required to input various values required for plugin to work.Metadata value required to input various values required for plugin to work.In the case of protocol plugins, when creating a channel, the plugin contains the definition of additional data (channel data) required for channel transmission.
PluginVerifyRequest
secret_data
✔
The secret value required for the plugin to work.The secret data usually includes the credential information required for the plugin to access the external system.
Last updated