Created
July 28, 2015 04:10
-
-
Save minillinim/71a47cd5eaacdbe177cf to your computer and use it in GitHub Desktop.
This file contains 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
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