Skip to content

Instantly share code, notes, and snippets.

@datherra
Created July 28, 2015 03:38
Show Gist options
  • Save datherra/e34757dff82fc4428e27 to your computer and use it in GitHub Desktop.
Save datherra/e34757dff82fc4428e27 to your computer and use it in GitHub Desktop.
GET /wls_configs/machines
{
"items": [
"DEV99m1",
"DEV14m1",
"DEV12m1",
"DEV11m1",
"DEV10m1"
],
"_links": {
"self": {
"title": "machines",
"uri": "/wls_configs/machines"
},
"children": [
{
"title": "DEV99m1 components",
"uri": "/wls_configs/machines/DEV99m1/components"
},
{
"title": "DEV14m1 components",
"uri": "/wls_configs/machines/DEV14m1/components"
},
{
"title": "DEV12m1 components",
"uri": "/wls_configs/machines/DEV12m1/components"
},
{
"title": "DEV11m1 components",
"uri": "/wls_configs/machines/DEV11m1/components"
},
{
"title": "DEV10m1 components",
"uri": "/wls_configs/machines/DEV10m1/components"
}
]
}
}
GET /wls_configs/machines/DEV14m1/components
{
"items": [
"host",
"soa",
"ui",
"bip",
"aiafp"
],
"_links": {
"self": {
"title": "DEV14m1 components",
"uri": "/wls_configs/machines/DEV14m1/components"
},
"children": [
{
"title": "DEV14m1 host datetimes",
"uri": "/wls_configs/machines/DEV14m1/components/host/datetimes"
},
{
"title": "DEV14m1 soa datetimes",
"uri": "/wls_configs/machines/DEV14m1/components/soa/datetimes"
},
{
"title": "DEV14m1 ui datetimes",
"uri": "/wls_configs/machines/DEV14m1/components/ui/datetimes"
},
{
"title": "DEV14m1 bip datetimes",
"uri": "/wls_configs/machines/DEV14m1/components/bip/datetimes"
},
{
"title": "DEV14m1 aiafp datetimes",
"uri": "/wls_configs/machines/DEV14m1/components/aiafp/datetimes"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment