Skip to content

Instantly share code, notes, and snippets.

Created August 6, 2014 23:32
Show Gist options
  • Save anonymous/c0274f43376e4285eb09 to your computer and use it in GitHub Desktop.
Save anonymous/c0274f43376e4285eb09 to your computer and use it in GitHub Desktop.
=================================================
Request:
PUT dvr_mac_address
{
"dvr_mac_address": {
"host":"foo"
}
}
Response:
{
"dvr_mac_address": {
"host":"foo",
"mac_address": "aa:bb:cc:dd:ee:ff"
}
}
================================================
Request:
GET dvr_mac_address
Response:
{
"dvr_mac_address" : [
{
"host":"foo",
"mac_address": "aa:bb:cc:dd:ee:ff"
},
{
"host":"bar",
"mac_address": "00:11:22:33:44:ff"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment