Data Source
Package : spaceone.api.billing.v1
DataSource
DataSource Methods:
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
6
7
8
9
register
POST /billing/v1/data-sources
Type
Message
Request
Response
update
PUT /billing/v1/data-source/{data_source_id}
Type
Message
Request
Response
enable
PUT /billing/v1/data-source/{data_source_id}/enable
Type
Message
Request
Response
disable
PUT /billing/v1/data-source/{data_source_id}/disable
Type
Message
Request
Response
deregister
DELETE /billing/v1/data-source/{data_source_id}
Type
Message
Request
Response
verify_plugin
PUT /billing/v1/data-source/{data_source_id}/plugin/verify
Type
Message
Request
Response
get
GET /billing/v1/data-source/{data_source_id}
Type
Message
Request
Response
list
GET /billing/v1/data-sources
POST /billing/v1/data-sources/search
Type
Message
Request
Response
stat
POST /billing/v1/data-sources/stat
Type
Message
Request
Response
Message
DataSourceInfo
No
Field
Type
Description
1
data_source_id
string
2
name
string
3
state
NONE
ENABLED
DISABLED
4
provider
string
5
capability
6
plugin_info
7
tags
list of spaceone.api.core.v1.Tag
8
domain_id
string
9
created_at
DataSourceQuery
No
Field
Type
Required
Description
1
query
❌
2
data_source_id
string
❌
3
name
string
❌
4
state
string
❌
5
provider
string
❌
6
domain_id
string
✅
DataSourceRequest
No
Field
Type
Required
Description
1
data_source_id
string
✅
2
domain_id
string
✅
DataSourceStatQuery
No
Field
Type
Required
Description
1
query
✅
2
domain_id
string
✅
DataSourcesInfo
No
Field
Type
Description
1
results
2
total_count
GetDataSourceRequest
No
Field
Type
Required
Description
1
data_source_id
string
✅
2
domain_id
string
✅
3
only
list of string
❌
PluginInfo
No
Field
Type
Description
1
plugin_id
string
2
version
string
3
options
4
secret_id
string
5
provider
string
6
metadata
RegisterDataSourceRequest
No
Field
Type
Required
Description
1
name
string
✅
2
plugin_info
✅
3
tags
list of spaceone.api.core.v1.Tag
❌
4
domain_id
string
✅
UpdateDataSourceRequest
No
Field
Type
Required
Description
1
data_source_id
string
✅
2
name
string
❌
3
plugin_info
❌
4
tags
list of spaceone.api.core.v1.Tag
❌
5
domain_id
string
✅
VerifyInfo
No
Field
Type
Description
1
status
bool
Last updated