Skip to content

Instantly share code, notes, and snippets.

@okmttdhr
Last active July 7, 2016 06:28
Show Gist options
  • Save okmttdhr/5d7c2dd5676fafa47c9dbb719d1e222c to your computer and use it in GitHub Desktop.
Save okmttdhr/5d7c2dd5676fafa47c9dbb719d1e222c to your computer and use it in GitHub Desktop.
[
{ "id": 1,
"name": "service1",
"roles" : [
{ "id" : 1,
"name": "API",
"hosts": [
{ "id": 1,
"name": "olapi01",
},
{ "id": 2,
"name": "olapi02",
}
]
},
{ "id" : 2,
"name": "CMS",
"hosts": [
{ "id": 3,
"name": "olcms01",
},
{ "id": 4,
"name": "olcms02",
}
]
}
]
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment