Protocol
Package : spaceone.api.notification.plugin
Protocol
Protocol Methods:
NO | Method | Request Type | Response Type | Description |
1 | Initialized when protocol plugin is created first.When this method is executed, plugin return the metadata required when the plug-in is executed. | |||
2 | A method that proves whether the plugin can be running.If there is no return value, it means that normal execution is possible. |
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
No | Field | Type | Required | Description |
1 | options | ✅ | Option value used when initializing the plugin. |
PluginInfo
No | Field | Type | Description |
1 | 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
No | Field | Type | Required | Description |
1 | options | ✅ | Option values required for the plugin to work. | |
2 | 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