...
For new version of data model and each service these two tables needs to be updated as follows:
...
by adding these configs (both need to be added):
- In this case path is used for query
{
"serviceName": "_aai-cloudInfrastructure",
"version": "v14",
"url": "/aai/v14/cloud-infrastructure",
"protocol": "REST",
"port": "8447",
"enable_ssl": true,
"lb_policy":"ip_hash",
"visualRange": "1",
"path": "/aai/v14/cloud-infrastructure"
},
and like this:
...
- In this case query is assembled from the parameters
{
"serviceName": "aai-cloudInfrastructure",
"version": "v14",
"url": "/aai/v14/cloud-infrastructure",
"protocol": "REST",
"port": "8447",
"enable_ssl": true,
"lb_policy":"ip_hash",
"visualRange": "1"
},