cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
543
Views
10
Helpful
3
Replies

opaque properties for Python API

Gastonper
Level 1
Level 1

Hi, I have a case where I need a persistante FASTMAP properties.

NSO development doc (pag 252), says that there is an argument ("opaque") in the JAVA API service for this.

I wonder if this propertie exist also in the magic python API, or I must use a java-template service type.

 

Thanks

3 Accepted Solutions

Accepted Solutions

vleijon
Cisco Employee
Cisco Employee
It exists in python it is the “proplist” argument in the python create code.

View solution in original post

Thanks!

 

Is there any example of how to use it?

View solution in original post

Sorry, could not quickly find a good example. But it is a list of tuples, you just need to modify the list and return it from the create function and it will be given back to you on next deploy.

View solution in original post

3 Replies 3

vleijon
Cisco Employee
Cisco Employee
It exists in python it is the “proplist” argument in the python create code.

Thanks!

 

Is there any example of how to use it?

Sorry, could not quickly find a good example. But it is a list of tuples, you just need to modify the list and return it from the create function and it will be given back to you on next deploy.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the NSO Developer community: