Skip to content

Instantly share code, notes, and snippets.

@minillinim
Created July 28, 2015 04:10
Show Gist options
  • Save minillinim/71a47cd5eaacdbe177cf to your computer and use it in GitHub Desktop.
Save minillinim/71a47cd5eaacdbe177cf to your computer and use it in GitHub Desktop.
GET /wls_configs/components
{
"_links": [
{
"title": "components",
"rel": "self",
"uri": "/wls_configs/components"
},
{
"title": "host",
"rel": "machine",
"uri": "/wls_configs/components/host/machines"
},
{
"title": "bip",
"rel": "machine",
"uri": "/wls_configs/components/bip/machines"
}
]
}
GET /wls_configs/components/host/machines
{
"_links": [
{
"title": "host machines",
"rel",: "self",
"uri": "/wls_configs/host/machines"
},
{
"title": "DEV14m1",
"rel": "datetime",
"uri": "/wls_configs/components/host/machines/DEV14m1/datetimes"
},
{
"title": "DEV15m1",
"rel": "datetime",
"uri": "/wls_configs/components/host/machines/DEV15m1/datetimes"
}
]
}
GET /wls_configs/components/host/machines/DEV14m1/datetimes
{
"_links": [
{
"title": "host DEV14m1 datetimes",
"rel": "self",
"uri": "/wls_configs/components/host/machines/DEV14m1/datetimes"
},
{
"title": "20150715",
"rel": "config",
"uri": "/wls_configs/components/host/machines/DEV14m1/datetimes/20150715"
},
{
"title": "20150728",
"rel": "config",
"uri": "/wls_configs/components/host/machines/DEV14m1/datetimes/20150728"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment