{
  "id": "/test/hello-world-integration-testing-should-be-deleted/1.0.0",
  "cpus": 0.1,
  "mem": 256,
  "instances": 1,
  "uris": [
  ],
  "container": {
    "type": "DOCKER",
    "docker": {
      "image": "tutum/hello-world",
      "parameters": [
      ],
      "network": "BRIDGE",
      "forcePullImage": true,
      "portMappings": [
        {
          "hostPort": 0,
          "containerPort": 80,
          "servicePort": 0
        }
      ]
    }
  },
  "healthChecks": [
    {
      "protocol": "HTTP",
      "portIndex": 0,
      "path": "/",
      "gracePeriodSeconds": 120,
      "intervalSeconds": 2,
      "maxConsecutiveFailures": 3,
      "timeoutSeconds": 2
    }
  ]
}
