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.
Why devicelist has been remove in from service package instance in latest NSO 5.6.4But in older version we have devicelist and device both. Any reason of removing ? do NSO team thing only one is sufficent?
I see https://community.cisco.com/t5/nso-developer-hub-documents/nso-scheduler-demo-pdf/ta-p/3640597 wich has attached pdf for scheduler implementation.Also https://developer.cisco.com/docs/nso/guides/#!scheduler Same as PDF.While implementing schedu...
I have an restconf api i and not able to understand how to pass body in this.This is my postman. I have code which do check-sync , but i don't know how to pass body ({"outformat":"cli"}) to that code import socket
import _ncs
from _ncs import maapi
...
I have deployed a service package in NSO and create a subscription for that services.Check in pic I have service package instance with which i have two device attach to check check-sync of them. Now i want to run Some api in service package instance...
I have many service package deploy in NSO. We have many developer creating different package for there working , is there is something like tag we can assign in package-meta-data.xml of service package. Like if A team working on there service package...
I see it is as private, Quick question, then to fetch device attach to service instance , we can use device instead of device-list. Device-list don't have any device. In [1]: dev_list = root.vpn.l3vpn["aa"].device
In [2]: for dev in dev_list:
....
This is common way to implement it. After login to nso_cli admin(config)# scheduler task run-my-schedule schedule "*/2 * * * *" action-node /ncs:services action-name check-sync admin(config-task-sync)# action-params "<device>ios0</device>"admin(conf...
Hi @vleijon Maagic and Maapi is all new for me. I got more example in maapi then maagic api. I am good if maagic api does that work more easily. Any example you have for above thing? Do you have any good blog where maagic api implementation is provid...
@bigevilbeard I want to use maapi python code. What you are telling that is http calls from python code. But NSO has inbuild maapi package which can do same thing , I have already written that pls check above , I want how to pass body in that. I know...