Data Source
Package : spaceone.api.monitoring.v1
DataSource
DataSource Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 | ||||
9 | ||||
10 |
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 |
update_plugin
PUT /monitoring/v1/data-source/{data_source_id}/plugin
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 | Description |
1 | data_source_id | string | |
2 | name | string | |
3 | state |
| |
4 | monitoring_type |
| |
5 | provider | string | |
6 | capability | ||
7 | plugin_info | ||
8 | tags | ||
9 | domain_id | string | |
10 | created_at | string |
DataSourceQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | data_source_id | string | ❌ | |
3 | name | string | ❌ | |
4 | state | string | ❌ | |
5 | monitoring_type |
| ❌ | |
6 | provider | string | ❌ | |
7 | 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 | metadata | ||
5 | secret_id | string | |
6 | provider | string |
RegisterDataSourceRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | plugin_info | ✅ | ||
3 | tags | ❌ | ||
4 | domain_id | string | ✅ |
UpdateDataSourcePluginRequest
No | Field | Type | Required | Description |
1 | data_source_id | string | ✅ | |
2 | version | string | ❌ | |
3 | options | ❌ | ||
4 | domain_id | string | ✅ |
UpdateDataSourceRequest
No | Field | Type | Required | Description |
1 | data_source_id | string | ✅ | |
2 | name | string | ❌ | |
3 | plugin_info | ❌ | ||
4 | tags | ❌ | ||
5 | domain_id | string | ✅ |
VerifyInfo
No | Field | Type | Description |
1 | status | bool |
Last updated