Data Source Rule
Package : spaceone.api.cost_analysis.v1
DataSourceRule
DataSourceRule Methods:
create
POST /cost-analysis/v1/data_source_rules
Request
Response
update
PUT /cost-analysis/v1/data_source_rule/{data_source_rule_id}
Request
Response
change_order
PUT /cost-analysis/v1/data_source_rule/{data_source_rule_id}/order
Request
Response
delete
DELETE /cost-analysis/v1/data_source_rule/{data_source_rule_id}
Request
Response
get
GET /cost-analysis/v1/data_source_rule/{data_source_rule_id}
Request
Response
list
GET /cost-analysis/v1/data_source_rules
POST /cost-analysis/v1/data_source_rules/search
Request
Response
stat
POST /cost-analysis/v1/data_source_rules/stat
Request
Response
Message
ChangeDataSourceRuleOrderRequest
data_source_rule_id
string
✔
order
✔
domain_id
string
✔
CreateDataSourceRuleRequest
name
string
✘
conditions
✘
conditions_policy
NONE
ALL
ANY
ALWAYS
✔
actions
✔
options
✘
tags
✘
data_source_id
string
✔
domain_id
string
✔
DataSourceRuleActions
change_project
string
match_project
match_service_account
add_additional_info
DataSourceRuleCondition
key
string
value
string
operator
string
DataSourceRuleInfo
data_source_rule_id
string
name
string
order
conditions
conditions_policy
NONE
ALL
ANY
ALWAYS
actions
options
tags
data_source_id
string
domain_id
string
created_at
string
DataSourceRuleOptions
stop_processing
bool
DataSourceRuleQuery
query
✘
data_source_rule_id
string
✘
name
string
✘
data_source_id
string
✘
domain_id
string
✔
DataSourceRuleRequest
data_source_rule_id
string
✔
domain_id
string
✔
DataSourceRuleStatQuery
query
✔
domain_id
string
✔
DataSourceRulesInfo
results
total_count
GetDataSourceRuleRequest
data_source_rule_id
string
✔
domain_id
string
✔
only
list of string
✘
MatchRule
source
string
target
string
UpdateDataSourceRuleRequest
data_source_rule_id
string
✔
name
string
✘
conditions
✘
conditions_policy
NONE
ALL
ANY
ALWAYS
✘
actions
✘
options
✘
tags
✘
domain_id
string
✔
Last updated
Was this helpful?