Created
September 7, 2016 21:12
-
-
Save tonytan4ever/c499cc72ad19f6879b581ffa49925b04 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
{ | |
"resources": [ | |
{ | |
"links": [ | |
{ | |
"href": "http://127.0.0.1:9696/v2.0/subnets", | |
"rel": "self" | |
} | |
], | |
"name": "subnet", | |
"collection": "subnets" | |
}, | |
{ | |
"links": [ | |
{ | |
"href": "http://127.0.0.1:9696/v2.0/subnetpools", | |
"rel": "self" | |
} | |
], | |
"name": "subnetpool", | |
"collection": "subnetpools" | |
}, | |
{ | |
"links": [ | |
{ | |
"href": "http://127.0.0.1:9696/v2.0/networks", | |
"rel": "self" | |
} | |
], | |
"name": "network", | |
"collection": "networks" | |
}, | |
{ | |
"links": [ | |
{ | |
"href": "http://127.0.0.1:9696/v2.0/ports", | |
"rel": "self" | |
} | |
], | |
"name": "port", | |
"collection": "ports" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment