{
    "items": [
        {
            "id": "my-pod-1",
            "labels": {
                "name": "testRun",
                "replicationController": "testRun"
            },
            "desiredState": {
              "manifest": {
                "version": "v1beta1",
                "id": "my-pod-1",
                "containers": [{
                  "image": "dockerfile/nginx",
                  "ports": [{
                    "hostPort": 8080,
                    "containerPort": 80
                  }]
                }
              }
            },
            "currentState": {
                "host": "host-1"
            }
        },
        {
            "id": "my-pod-2",
            "labels": {
                "name": "testRun",
                "replicationController": "testRun"
            },
            "desiredState": {
              "manifest": {
                "version": "v1beta1",
                "id": "my-pod-2",
                "containers": [{
                  "image": "dockerfile/nginx",
                  "ports": [{
                    "hostPort": 8080,
                    "containerPort": 80
                  }]
                }
              }
            },
            "currentState": {
                "host": "host-2"
            }
        }
    ]
}