DimensionVersion
Get Dimension Version
Get Dimension Definition Version.
get/v1/dimensions/versions/item/{dimension_definition_version_id}
Path parameters
dimension_definition_version_idstring required
ID of Dimension Definition Version.
Response
Fetched successfully
Example response
{
"details": {
"grouping_rules": [
{
"rule_type": "System",
"cost_anomaly_configuration": {
"threshold": {
"impact": {
"op": "OR"
},
"op": "AND"
}
}
}
]
}
}