You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updated example for export csv in README
* updated example for export csv in README
* connections details to generic
---------
Co-authored-by: Renuka(rchannap) <rchannap@cisco.com>
More details about how to use and how to add new: [Feature Templates README.md](https://github.com/cisco-open/cisco-catalyst-wan-sdk/blob/main/catalystwan/api/templates/README.md)
481
481
</details>
482
482
483
+
<details>
484
+
<summary> <b>Export Templates to CSV</b> <i>(click to expand)</i></summary>
485
+
486
+
```python
487
+
import os
488
+
import json
489
+
import logging
490
+
import csv
491
+
from typing import List
492
+
from catalystwan.api.template_api import TemplatesAPI
493
+
from catalystwan.session import create_manager_session
494
+
from catalystwan.api.templates.device_template.device_template import DeviceTemplate
0 commit comments