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.

TypeMessage

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.

Message

InitRequest

FieldTypeRequiredDescription

options

Option value used when initializing the plugin.

PluginInfo

FieldTypeDescription

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

FieldTypeRequiredDescription

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