Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
We're using NSO 4.7 with Commit Queues.
When posting a request to NSO we get the following response:
{
"commit-queue": {
"id": "1626889483600",
"status": "failed""failed-device": [
{
"name": "asr9...
Hi,I'm testing NSO commit queues using NSO 4.7. The feature seems to work as expected via CLI. I have a netsim device which I can push service configuration to. I shut down this device in order to test commit queue behaviour via CLI, as follows: 1) E...
Hi,I am using the RESTCONF API of NSO to create dry-run configurations in the native device format. For example, using postman, the following call to my service end-points works fine: http://localhost:8080/restconf/data/services/attachment/pe=asr9006...
Hi,I need to change the styles of the popovers and tooltips in next, specifically the z-index and width settings. For example. I have a link tooltip which I can't see because it appears underneath another element on my page. I need to increase the z...
Hi,What is the correct way to set tooltip styles? For example, I have a link tooltip which i need to change the width and z-index values. Do i set properties in the tooltipManagerConfig property within a topology? or by some other means?thanks
Hi, yes, looks like i made a mistake somewhere when testing restconf. Probably i already had some config on the device from previous calls on the service. I tried it again - first with a dry-run from the RESTCONF api in order to validate the device w...
That's helpful, thanks, and would seem to point at a potential bug then I guess in 4.7We're due an upgrade to NSO 5. I will re-test once we've done that.
I found the answer to this eventually.The 'GetContainer' method should be used to attach the application element as a child of a DOM element - var Shell = nx.define(nx.ui.Application, { methods: { start: function...