Skip to content

Instantly share code, notes, and snippets.

@displague
Last active August 29, 2015 14:26
Show Gist options
  • Save displague/1fa95caa6adb61b61c53 to your computer and use it in GitHub Desktop.
Save displague/1fa95caa6adb61b61c53 to your computer and use it in GitHub Desktop.
{
ERRORARRAY: [ ],
DATA: [
{
LOCATION: "Dallas, TX, USA",
DATACENTERID: 2,
ABBR: "dallas"
},
{
LOCATION: "Fremont, CA, USA",
DATACENTERID: 3,
ABBR: "fremont"
},
{
LOCATION: "Atlanta, GA, USA",
DATACENTERID: 4,
ABBR: "atlanta"
},
{
LOCATION: "Newark, NJ, USA",
DATACENTERID: 6,
ABBR: "newark"
},
{
LOCATION: "London, England, UK",
DATACENTERID: 7,
ABBR: "london"
},
{
LOCATION: "Tokyo, JP",
DATACENTERID: 8,
ABBR: "tokyo"
},
{
LOCATION: "Singapore, SG",
DATACENTERID: 9,
ABBR: "singapore"
},
{
LOCATION: "Frankfurt, DE",
DATACENTERID: 10,
ABBR: "frankfurt"
}
],
ACTION: "avail.datacenters"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment