SpaceONE APIs
Latest Version
Latest Version
  • README
  • Board
    • V1
      • Board
      • Post
  • Config
    • V1
      • Domain Config
      • User Config
  • Core
    • V1
      • Handler
      • Query
      • Server Info
  • Cost Analysis
    • Plugin
      • Cost
      • Data Source
      • Job
    • V1
      • Budget
      • Budget Usage
      • Cost
      • Cost Query Set
      • Custom Widget
      • Data Source
      • Data Source Rule
      • Exchange Rate
      • Job
      • Job Task
      • Public Dashboard
      • Schedule
      • User Dashboard
  • Identity
    • Plugin
      • Auth
    • V1
      • Api Key
      • Authorization
      • Domain
      • Domain Owner
      • Endpoint
      • Policy
      • Project
      • Project Group
      • Provider
      • Role
      • Role Binding
      • Service Account
      • Token
      • User
  • Inventory
    • Plugin
      • Collector
    • V1
      • Change History
      • Cloud Service
      • Cloud Service Type
      • Collector
      • Job
      • Job Task
      • Note
      • Region
      • Resource Group
      • Server
  • Monitoring
    • Plugin
      • Data Source
      • Event
      • Log
      • Metric
      • Webhook
    • V1
      • Alert
      • Data Source
      • Escalation Policy
      • Event
      • Event Rule
      • Log
      • Maintenance Window
      • Metric
      • Note
      • Project Alert Config
      • Webhook
  • Notification
    • Plugin
      • Notification
      • Protocol
    • V1
      • Notification
      • Notification Usage
      • Project Channel
      • Protocol
      • Quota
      • User Channel
  • Plugin
    • V1
      • Plugin
      • Supervisor
  • Repository
    • V1
      • Plugin
      • Policy
      • Repository
      • Schema
  • Sample
    • V1
      • Helloworld
  • Secret
    • V1
      • Secret
      • Secret Group
  • Statistics
    • Plugin
      • Storage
    • V1
      • History
      • Resource
      • Schedule
      • Storage
Powered by GitBook
On this page
  • DataSource
  • init
  • verify
  • Message
  • InitRequest
  • PluginInfo
  • PluginVerifyRequest

Was this helpful?

  1. Monitoring
  2. Plugin

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

✘

PreviousPluginNextEvent

Last updated 2 years ago

Was this helpful?

google.protobuf.Empty
google.protobuf.Empty
google.protobuf.Struct
google.protobuf.Struct
google.protobuf.Struct
google.protobuf.Struct
init
InitRequest
PluginInfo
verify
PluginVerifyRequest
InitRequest
PluginInfo
PluginVerifyRequest