Data Source
A DataSource is a plugin instance receiving Metric and Log data from cloud services.
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.
Type | Message |
---|---|
Request | |
Response |
verify
Verifies a specific DataSource. You must specify the parameter
secret_data
, encrypted account data of the DataSource to validate.
Type | Message |
---|---|
Request | |
Response |
Message
InitRequest
Field | Type | Required | Description |
---|---|---|---|
options | ✔ |
PluginInfo
Field | Type | Description |
---|---|---|
metadata |
PluginVerifyRequest
Field | Type | Required | Description |
---|---|---|---|
options | ✔ | ||
secret_data | ✔ | ||
schema | string | ✘ |
Last updated