dropbox / dropbox/nsot

Question: Create attribute dictionary

Open
#207 7 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
407
Forks
61
PR merge metrics
No merged PRs in 30d

Description

Hi - I've just started playing with nsot and I'm curious how you would do something like this:

Create attribute called 'vlans' where each item is a dict.

```
vlans: [
{
'vlanid': '1',
'name': 'production',
'trunk_groups': [ 'tg1', 'tg2', 'tg3' ]
'enable': 'true'
},
{
'vlanid': '2',
'name': 'app',
'trunk_groups': [ 'tg4', 'tg5', 'tg6' ]
'enable': 'false'
}
]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.