github.com/henvic/wedeploycli@v1.7.6-0.20200319005353-3630f582f284/integration/mocks/list/projects_response.json (about)

     1  [{
     2  	"projectId": "wechat",
     3  	"health": "up",
     4  	"services": [
     5  		{
     6  			"serviceId": "data",
     7  			"health": "healthy",
     8  			"image": "wedeploy/engine"
     9  		},
    10  		{
    11  			"serviceId": "static",
    12  			"health": "healthy",
    13  			"image": "wedeploy/hosting"
    14  		}
    15  	]
    16  }]