Created
November 17, 2015 21:38
-
-
Save icarocamelo/ffd4d2272c8db6ab773f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mappings": { | |
| "outer-map": [ | |
| { | |
| "id": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6", | |
| "inner-map": [ | |
| { | |
| "inner-key": "hostname", | |
| "value": "alice" | |
| }, | |
| { | |
| "inner-key": "mac-address-1", | |
| "value": "00:00:00:00:00:01" | |
| }, | |
| { | |
| "inner-key": "ip-address-1", | |
| "value": "10.0.0.4" | |
| }, | |
| { | |
| "inner-key": "mac-address-2", | |
| "value": "00:00:00:00:00:02" | |
| }, | |
| { | |
| "inner-key": "ip-address-2", | |
| "value": "10.0.0.5" | |
| }, | |
| { | |
| "inner-key": "vlan-id", | |
| "value": "2" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment