Protocol
Package : spaceone.api.notification.plugin
Protocol
Protocol Methods:
Method | Request | Response |
---|---|---|
init
Initialized when protocol plugin is created first.When this method is executed, plugin return the metadata required when the plug-in is executed.
Type | Message |
---|---|
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.
Type | Message |
---|---|
Request | |
Response |
Message
InitRequest
Field | Type | Required | Description |
---|---|---|---|
options | ✔ | Option value used when initializing the plugin. |
PluginInfo
Field | Type | Description |
---|---|---|
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
Field | Type | Required | Description |
---|---|---|---|
options | ✔ | Option values required for the plugin to work. | |
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