DimensionVersion
Create Dimension Version
Create a New Dimension Definition Version.
post/v1/dimensions/versions/create
Request body
Example request
{
"details": {
"grouping_rules": [
{
"rule_type": "System",
"cost_anomaly_configuration": {
"threshold": {
"impact": {
"op": "OR"
},
"op": "AND"
}
}
}
]
}
}Response
Created
Example response
{
"details": {
"grouping_rules": [
{
"rule_type": "System",
"cost_anomaly_configuration": {
"threshold": {
"impact": {
"op": "OR"
},
"op": "AND"
}
}
}
]
}
}