Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -X GET http://10.0.101.34:8183/restconf/config/stream-count:stream-count/streams -H 'Accept: application/json' -H 'Authorization: Basic YWRtaW46YWRtaW4=' -H 'Content-Type: application/json'

Test result

The testing for vFW use case is successfully completed using the details mentioned above. The "active streams" was changed from 1 to 7 in the device. 

Code Block
BEFORE
root@sb01-nfs:~# 
curl -X GET   http://10.0.101.34:8183/restconf/config/stream-count:stream-count/streams   -H 'Accept: application/json'   -H 'Authorization: Basic YWRtaW46YWRtaW4='    -H 'Content-Type: application/json'

{"streams":{"active-streams":1}}

root@sb01-nfs:~#


AFTER
root@sb01-nfs:~# 
curl -X GET   http://10.0.101.34:8183/restconf/config/stream-count:stream-count/streams   -H 'Accept: application/json'   -H 'Authorization: Basic YWRtaW46YWRtaW4='    -H 'Content-Type: application/json'

{"streams":{"active-streams":7}}

root@sb01-nfs:~#