1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"reportName": "vcp_fe_imagestatus",
"reportDescription": null,
"reportGeneratedOn": "2020-04-28T09:06:32.1962088-04:00",
"rowCount": 2,
"reportDataRows": [{
"cluster": "wsbomagj-d654321-001",
"image": "i1",
"action": "UPLOAD",
"status": "SUCCESS",
"message":"Image Successfully Deleted",
"created_at": "2020-01-07 04:16:15.743617"
},
{
"cluster": "wsbomagj-d654321-001",
"image": "i2",
"action": "UPLOAD",
"status": "FAILED",
"message":"Image Not Present in Artifactory",
"created_at": "2020-01-07 04:16:15.743617"
}]
}
|