Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
scp
/
oam
/
modeling
/
62f0e4365945c742c040a24bbc6fcb89826e6bb1
/
.
/
data-model
/
tools
/
o1-controller-restconf-commands
/
get-sdnr-connection-log.rest
blob: 251bc6bf25345655e5cb4952d7f7684a814be3e5 [
file
] [
log
] [
blame
]
POST
{{
baseUrl
}}/
database
/
connectionlog
/
_search HTTP
/
1.1
Content
-
Type
:
application
/
json
{
"from"
:
3
,
"size"
:
4
,
"sort"
:
{
"timestamp"
:
"desc"
},
"query"
:
{
"match_all"
:
{}
}
}