Background
This is seemingly cosmetic issue for the REST API. I think it was discussed in the past, as we were planning development of long term public REST API for Nexus 3, but I don't see an issue to track it.
The REST APIs are being mounted under
- /service/siesta/rest/beta/tasks
- /service/siesta/rest/v1/tasks
The /service/siesta part was not intended to be a long term mount point. To my knowledge it was only kept to make getting /service/siesta/rest/v1/script out the door quicker.
Acceptance
- Expose the NXRM 3 public REST api under /service/rest/v1
- This includes the existing scripting endpoint, so update the examples for the scripting API
- the previous /service/siesta/rest/v1/script endpoint has been moved to /service/rest/v1/script - there is no shim - release notes will announce scripts depending on the old URL will need to be updated