1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
{
"distributionStatusList": [
{
"omfComponentID": "Consumer1",
"timestamp": "1564048073950",
"url": "url/artifacts/artifact1.env",
"status": "NOTIFIED",
"errorReason": null
},{
"omfComponentID": "Consumer2",
"timestamp": "1564048073950",
"url": "url/artifacts/artifact2_1.csar",
"status": "DOWNLOAD_OK",
"errorReason": null
},{
"omfComponentID": "Consumer2",
"timestamp": "1564048073950",
"url": "url/artifacts/artifact2_2.csar",
"status": "DEPLOY_OK",
"errorReason": null
},{
"omfComponentID": "Consumer3",
"timestamp": "1564048073950",
"url": "url/artifacts/artifact3_1.csar",
"status": "NOT_NOTIFIED",
"errorReason": null
},{
"omfComponentID": "Consumer3",
"timestamp": "1564048073950",
"url": "url/artifacts/artifact3_2.csar",
"status": "DEPLOY_ERROR",
"errorReason": null
},{
"omfComponentID": "Consumer3",
"timestamp": "1564048073950",
"url": "",
"status": "COMPONENT_DONE_OK",
"errorReason": null
},{
"omfComponentID": "Consumer4",
"timestamp": "1564048073950",
"url": "url/artifacts/artifact1.env",
"status": "DUPLICATE_URL_STATUS_NOT_COUNTED",
"errorReason": null
},{
"omfComponentID": "Consumer4",
"timestamp": "1564048073950",
"url": null,
"status": "COMPONENT_DONE_ERROR",
"errorReason": null
},{
"omfComponentID": "Consumer5",
"timestamp": "1564048073950",
"url": "ArtifactWithTwoStatuses",
"status": "LATEST_STATUS",
"errorReason": null
},{
"omfComponentID": "Consumer5",
"timestamp": "1563961673000",
"url": "ArtifactWithTwoStatuses",
"status": "EARLIER_STATUS",
"errorReason": null
},{
"omfComponentID": "Consumer6",
"timestamp": "1564048073950",
"url": "url/artifacts/artifact3_2.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": null
}
]
}
|