DataSource
Package : spaceone.api.monitoring.plugin
DataSource
DataSource Methods:
Method | Request | Response |
---|---|---|
init
Initializes a specific DataSource. During initialization, the DataSource information to be passed to the DataSource user is delivered as metadata
. DataSource information includes its name and version.
verify
Verifies a specific DataSource. You must specify the parameter secret_data
, encrypted account data of the DataSource to validate.
Message
InitRequest
options (Struct)
Required
PluginInfo
metadata (Struct)
Required
PluginVerifyRequest
options (Struct)
Required
secret_data (Struct)
Required
schema (string)
Last updated