Notification

Package : spaceone.api.notification.plugin

Notification

Notification Methods:

dispatch

A method to propagate the Notification to external systems.

Message

PluginDispatchRequest

FieldTypeRequiredDescription

options

Option value required for notification delivery.

message

Message containing notification information

notification_type

  • NOTIFICATION_TYPE_NONE

  • INFO

  • ERROR

  • SUCCESS

  • WARNING

The type of Notification

secret_data

Secret value required for notification delivery.The secret data usually includes the credential information required for the plugin to access the external system.

channel_data

Channel data required for notification delivery.

Last updated