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