{
"data": {
"attributes": {
"created": null,
"enabled": true,
"last_modified_user_uuid": "",
"modified": null,
"name": "Example Ruleset",
"position": 0,
"rules": [
{
"enabled": false,
"mapping": null,
"metadata": null,
"name": "RC test rule edited1",
"query": {
"addition": {
"key": "abc",
"value": "ww"
},
"case_insensitivity": false,
"if_tag_exists": "do_not_apply",
"query": "billingcurrency:\"USD\" AND account_name:\"SZA96462\" AND billingcurrency:\"USD\""
},
"reference_table": null
},
{
"enabled": true,
"mapping": {
"destination_key": "h",
"if_tag_exists": "do_not_apply",
"source_keys": [
"accountname",
"accountownerid"
]
},
"metadata": null,
"name": "rule with empty source key",
"query": null,
"reference_table": null
},
{
"enabled": true,
"mapping": null,
"metadata": null,
"name": "New table rule with new UI",
"query": null,
"reference_table": {
"case_insensitivity": true,
"field_pairs": [
{
"input_column": "status_type",
"output_key": "status"
},
{
"input_column": "status_description",
"output_key": "dess"
}
],
"if_tag_exists": "append",
"source_keys": [
"http_status",
"status_description"
],
"table_name": "http_status_codes"
}
}
],
"version": 1
},
"id": "12345",
"type": "ruleset"
}
}