{
"data": {
"attributes": {
"costs_to_allocate": [
{
"condition": "is",
"tag": "account_id",
"value": "123456789",
"values": null
},
{
"condition": "in",
"tag": "environment",
"value": "",
"values": [
"production",
"staging"
]
}
],
"created": "2023-01-01T12:00:00Z",
"enabled": true,
"last_modified_user_uuid": "user-123-uuid",
"order_id": 1,
"provider": [
"aws",
"gcp"
],
"rule_name": "Example custom allocation rule",
"strategy": {
"allocated_by_tag_keys": [
"team",
"environment"
],
"based_on_costs": [
{
"condition": "is",
"tag": "service",
"value": "web-api",
"values": null
},
{
"condition": "not in",
"tag": "team",
"value": "",
"values": [
"legacy",
"deprecated"
]
}
],
"granularity": "daily",
"method": "proportional"
},
"type": "shared",
"updated": "2023-01-01T12:00:00Z",
"version": 1
},
"id": "123",
"type": "arbitrary_rule"
}
}