Notification

Package : spaceone.api.notification.plugin

Notification

Notification Methods:

NO

Method

Request Type

Response Type

Description

1

A method to propagate the Notification to external systems.

dispatch

A method to propagate the Notification to external systems.

Message

PluginDispatchRequest

No

Field

Type

Required

Description

1

options

Option value required for notification delivery.

2

message

Message containing notification information

3

notification_type

  • NOTIFICATION_TYPE_NONE

  • INFO

  • ERROR

  • SUCCESS

  • WARNING

The type of Notification

4

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.

5

channel_data

Channel data required for notification delivery.

Last updated