Hi,
I’m using get method to retrieve the configuration data from confd through RESTCONF, I want to retrieve to a depth of 1.
curl -kisu 'admin:Sonus@123' -X GET -H "Accept:application/yang-data+xml" https://10.54.28.15/restconf/data/address=default/Group=LIF?depth=1
curl -kisu 'admin:Sonus@123' -X GET -H "Accept:application/yang-data+xml" https://10.54.28.15/restconf/data/address=default/Group=LIF?content=config
How do i combie these two commands?