NFVIS API Credentials
NFVIS supports only basic authentication. Ensure you include the following credential information in every NFVIS API requisition.
User name: admin
Password: password for admin
Example RESTCONF request using curl
curl -k -v -u admin:password 'https://a.b.c.d/restconf/data/' \
-H 'Accept: application/yang-data+xml'