Hello Cisco Community Team.
I have a question:
Network Services Orchestrator
If I use the Postman REST API commands get, post, patch, and delete. Where can I see whole entire REST API which I am sending?
In audit log ... ncs.log ... localhost:8888.log ? I see only the URL but not the whole ...
example:
POST: https://nso_url:port/restconf/data/fci-customer=service_id
BODY:
{
"fci-google-connect-cfs:google-connect": [
{
"service-id": "test",
"region-id": "region",
"usp-id": "usp",
"gcp-region": "europe-west3",
"bandwidth": "50",
"vpc-name": "vpc"
}
]
}
I see only this:
RESTCONF: request with https: POST /restconf/data/fci-customer HTTP/1.1
Needed some ncs.conf setting is needed or other?
Thank you.
Gabriel.