Data Source

Package : spaceone.api.cost_analysis.v1

DataSource

DataSource Methods:

register

POST /cost-analysis/v1/data-sources

TypeMessage

Request

Response

update

PUT /cost-analysis/v1/data-source/{data_source_id}

TypeMessage

Request

Response

update_plugin

PUT /cost-analysis/v1/data-source/{data_source_id}/plugin

verify_plugin

POST /cost-analysis/v1/data-source/{data_source_id}/plugin/verify

TypeMessage

Request

Response

enable

PUT /cost-analysis/v1/data-source/{data_source_id}/enable

TypeMessage

Request

Response

disable

PUT /cost-analysis/v1/data-source/{data_source_id}/disable

TypeMessage

Request

Response

deregister

DELETE /cost-analysis/v1/data-source/{data_source_id}

TypeMessage

Request

Response

sync

POST /cost-analysis/v1/data-source/{data_source_id}/sync

TypeMessage

Request

Response

JobInfo

get

GET /cost-analysis/v1/data-source/{data_source_id}

TypeMessage

Request

Response

list

GET /cost-analysis/v1/data-sources

POST /cost-analysis/v1/data-sources/search

TypeMessage

Request

Response

stat

POST /cost-analysis/v1/data-sources/stat

Message

DataSourceInfo

FieldTypeDescription

data_source_id

string

name

string

state

  • STATE_NONE

  • ENABLED

  • DISABLED

data_source_type

  • TYPE_NONE

  • LOCAL

  • EXTERNAL

provider

string

plugin_info

template

tags

domain_id

string

created_at

string

last_synchronized_at

string

DataSourceQuery

FieldTypeRequiredDescription

query

data_source_id

string

name

string

state

string

data_source_type

  • NONE

  • LOCAL

  • EXTERNAL

provider

string

domain_id

string

DataSourceRequest

FieldTypeRequiredDescription

data_source_id

string

domain_id

string

DataSourceStatQuery

FieldTypeRequiredDescription

query

domain_id

string

DataSourcesInfo

FieldTypeDescription

results

total_count

GetDataSourceRequest

FieldTypeRequiredDescription

data_source_id

string

domain_id

string

only

list of string

PluginInfo

FieldTypeDescription

plugin_id

string

version

string

options

metadata

secret_data

schema

string

secret_id

string

upgrade_mode

  • NONE

  • MANUAL

  • AUTO

RegisterDataSourceRequest

FieldTypeRequiredDescription

name

string

data_source_type

  • NONE

  • LOCAL

  • EXTERNAL

provider

string

template

plugin_info

tags

domain_id

string

SyncDataSourceRequest

FieldTypeRequiredDescription

data_source_id

string

start

string

no_preload_cache

bool

domain_id

string

UpdateDataSourcePluginRequest

FieldTypeRequiredDescription

data_source_id

string

version

string

options

upgrade_mode

  • NONE

  • MANUAL

  • AUTO

domain_id

string

UpdateDataSourceRequest

FieldTypeRequiredDescription

data_source_id

string

name

string

template

tags

domain_id

string

Last updated