summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/config-group-create-request.json
blob: 2da236da2f946746be5c85a11ec7c4d07af92f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "configuration": {
        "datastore": {
                "type": "mysql"
        },
        "values": {
                "sync_binlog": 1
        },
        "name": "group1"
    }
}