Closed sukota closed 3 years ago
public string getRestBaseUrl()
{
return String.Format("{0}/{1}/v{2}", apiUrl, apiPrefix, version.ToString("#0.0#############", CultureInfo.CurrentCulture).Replace('.', '_'));
}
Thank you. I'll work on fixing this soon.
PR https://github.com/nuagenetworks/monolithe/pull/163 will allow for a fix to be part of the next release (20.10.2) Please check back in 2w
Thanks @pdumais. Customer is looking for this fix in the next 6.0.x. Could you confirm if this is also fixed in 6.0 stream?
No, it will only be available for 20.10.
change of plan, we will release it in 6.0.11 :)
Thanks!
Hi @pdumais , I was trying to validate this issue. However I could not find the 6.0.11 VSPK release package, can you share the timeline for the same? Also can you confirm if we can use the latest 20.10.2 package with 6.0.x release VSD.
That is my fault as I have not triggered the automatic builds of the vspks.for 6.0.11... Let me have a look at it soon.-- Sent from a mobile device
Thanks for the update, as customer is waiting for this fix. Can you please share the time line for this fix release date?
Build the new 6.0.11 VSPK, @pdumais does have to run some tests and build the actual csharp library, so give him perhaps a few days to look into that.
Hi,
When using the below C# code with Nuage 6.0.10 VSD, the API calls are using "v6_0" instead of "v6" and hence the requests are failing at the VSD:
When we look at the API request at the VSD, it looks like below. Should have been v6 here.
It appears the libraries for C# are translating the calls to 'v6_0' instead of 'v6'. Could you please clarify and correct.