Skip to content

Instantly share code, notes, and snippets.

@underscorephil
Created December 2, 2013 21:32
Show Gist options
  • Save underscorephil/7759439 to your computer and use it in GitHub Desktop.
Save underscorephil/7759439 to your computer and use it in GitHub Desktop.
{
"parameters": [
{
"id": 1234,
"virtualServers": [
{
"virtualIpAddressId": 1234,
"port": 80,
"allocation": 100,
"serviceGroups": [
{
"routingMethodId": 10,
"routingTypeId": 2,
"services": [
{
"enabled": 1,
"port": 80,
"notes": "notes",
"ipAddressId": 1234,
"groupReferences": [
{
"weight": 50
}
],
"healthChecks": [
{
"healthCheckTypeId": 21
}
]
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment