Skip to content

Instantly share code, notes, and snippets.

@jhiemer
Created August 31, 2012 05:35
Show Gist options
  • Save jhiemer/3549377 to your computer and use it in GitHub Desktop.
Save jhiemer/3549377 to your computer and use it in GitHub Desktop.
{
links: [
{
rel: "sla.search",
href: "http://localhost:8080/rest/sla/search"
}
],
content: [
{
links: [
{
rel: "self",
href: "http://localhost:8080/rest"
},
{
rel: "sla.Sla.platform",
href: "http://localhost:8080/rest/platform"
},
{
rel: "sla.Sla.slaLevel",
href: "http://localhost:8080/rest/slaLevel"
}
],
enabled: true,
price: 14,
description: "None till yet, running fine, without any issues.",
name: "gold-fast"
},
{
links: [
{
rel: "self",
href: "http://localhost:8080/rest"
},
{
rel: "sla.Sla.platform",
href: "http://localhost:8080/rest/platform"
},
{
rel: "sla.Sla.slaLevel",
href: "http://localhost:8080/rest/slaLevel"
},
],
enabled: true,
price: 11,
description: "update",
name: "bronze-fast"
}
],
page: {
size: 20,
totalElements: 2,
totalPages: 1,
number: 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment