RestConf commands
[scp/oam/modeling.git] / data-model / tools / o1-controller-restconf-commands / get-sdnr-connection-log.rest
1 POST {{baseUrl}}/database/connectionlog/_search HTTP/1.1
2 Content-Type: application/json
3
4 {
5     "from": 3,
6     "size": 4,
7     "sort": {
8         "timestamp": "desc"
9     },
10     "query": {
11         "match_all": {}
12     }
13 }