Data Source

Package : spaceone.api.cost_analysis.v1

DataSource

DataSource Methods:

register

POST /cost-analysis/v1/data-sources

Type
Message

update

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

Type
Message

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

Type
Message

enable

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

Type
Message

disable

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

Type
Message

deregister

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

Type
Message

sync

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

Type
Message

Response

JobInfo

get

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

Type
Message

list

GET /cost-analysis/v1/data-sources

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

Type
Message

stat

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

Message

DataSourceInfo

Field
Type
Description

data_source_id

string

name

string

state

  • STATE_NONE

  • ENABLED

  • DISABLED

data_source_type

  • TYPE_NONE

  • LOCAL

  • EXTERNAL

provider

string

plugin_info

domain_id

string

created_at

string

last_synchronized_at

string

DataSourceQuery

Field
Type
Required
Description

data_source_id

string

name

string

state

string

data_source_type

  • NONE

  • LOCAL

  • EXTERNAL

provider

string

domain_id

string

DataSourceRequest

Field
Type
Required
Description

data_source_id

string

domain_id

string

DataSourceStatQuery

Field
Type
Required
Description

domain_id

string

DataSourcesInfo

Field
Type
Description

total_count

GetDataSourceRequest

Field
Type
Required
Description

data_source_id

string

domain_id

string

only

list of string

PluginInfo

Field
Type
Description

plugin_id

string

version

string

schema

string

secret_id

string

upgrade_mode

  • NONE

  • MANUAL

  • AUTO

RegisterDataSourceRequest

Field
Type
Required
Description

name

string

data_source_type

  • NONE

  • LOCAL

  • EXTERNAL

provider

string

plugin_info

domain_id

string

SyncDataSourceRequest

Field
Type
Required
Description

data_source_id

string

start

string

no_preload_cache

bool

domain_id

string

UpdateDataSourcePluginRequest

Field
Type
Required
Description

data_source_id

string

version

string

upgrade_mode

  • NONE

  • MANUAL

  • AUTO

domain_id

string

UpdateDataSourceRequest

Field
Type
Required
Description

data_source_id

string

name

string

domain_id

string

Last updated