Installation resource type (uninstall)
The uninstall installation resource type describes a fix record that tracks the uninstalling of a fix by WebSphere Automation.
Example installation created event (uninstall)
{
"type" : "CREATE",
"installation" : {
"created" : "2023-06-12T10:25:55Z",
"createdBy" : "admin",
"description" : "Installation of 9.0.5.3-WS-WASProd-IFPH43148",
"id" : "8b4a1492-485b-40fa-9400-e2c11386b1d3",
"name" : "9.0.5.3-WS-WASProd-IFPH43148",
"updated" : "2023-06-12T10:25:55Z",
"updatedBy" : "admin",
"assetIds" : [ "1a5d141a-3294-3ff3-9182-5ae1d4f3465d" ],
"backupNeeded" : false,
"fixIds" : [ "98066355-1670-3abe-86dc-d4024b7f59ad" ],
"fixName" : "9.0.5.3-WS-WASProd-IFPH43148",
"hostName" : "defected1.example.com",
"installDirectory" : "/opt/WAS",
"installationNumber" : 11,
"status" : "pending",
"steps" : [ ],
"type" : "uninstall"
}
}}
Example installation updated event (uninstall)
{
"type" : "UPDATE",
"installation" : {
"created" : "2023-06-12T10:25:55Z",
"createdBy" : "admin",
"description" : "Installation of 9.0.5.3-WS-WASProd-IFPH43148",
"id" : "8b4a1492-485b-40fa-9400-e2c11386b1d3",
"name" : "9.0.5.3-WS-WASProd-IFPH43148",
"updated" : "2023-06-12T10:25:55Z",
"updatedBy" : "admin",
"assetIds" : [ "1a5d141a-3294-3ff3-9182-5ae1d4f3465d" ],
"backupNeeded" : false,
"fixIds" : [ "98066355-1670-3abe-86dc-d4024b7f59ad" ],
"fixName" : "9.0.5.3-WS-WASProd-IFPH43148",
"hostName" : "defected1.example.com",
"installDirectory" : "/opt/WAS",
"installationNumber" : 11,
"status" : "uninstalling-fix",
"steps" : [ {
"files" : [ ],
"id" : "45eb2264-d035-4e89-8a70-a6d71193a0d9",
"internalName" : {
"messageBundle" : "com.ibm.ws.automation.api.messages.SecureMessages",
"messageInserts" : [ ],
"messageKey" : "WIOVS1003I"
},
"internalSummaries" : [ ],
"start" : "2023-06-12T10:25:55Z",
"state" : "in-progress"
} ],
"type" : "uninstall"
},
"originalVersion" : {
"created" : "2023-06-12T10:25:55Z",
"createdBy" : "admin",
"description" : "Installation of 9.0.5.3-WS-WASProd-IFPH43148",
"id" : "8b4a1492-485b-40fa-9400-e2c11386b1d3",
"name" : "9.0.5.3-WS-WASProd-IFPH43148",
"updated" : "2023-06-12T10:25:55Z",
"updatedBy" : "admin",
"assetIds" : [ "1a5d141a-3294-3ff3-9182-5ae1d4f3465d" ],
"backupNeeded" : false,
"fixIds" : [ "98066355-1670-3abe-86dc-d4024b7f59ad" ],
"fixName" : "9.0.5.3-WS-WASProd-IFPH43148",
"hostName" : "defected1.example.com",
"installDirectory" : "/opt/WAS",
"installationNumber" : 11,
"status" : "pending",
"steps" : [ ],
"type" : "uninstall"
}
}
Example installation deleted event (uninstall)
{
"type" : "DELETE",
"installation" : {
"created" : "2023-06-12T10:25:55Z",
"createdBy" : "admin",
"description" : "Installation of 9.0.5.3-WS-WASProd-IFPH43148",
"id" : "8b4a1492-485b-40fa-9400-e2c11386b1d3",
"name" : "9.0.5.3-WS-WASProd-IFPH43148",
"updated" : "2023-06-12T10:28:38Z",
"updatedBy" : "installation-manager",
"assetIds" : [ "1a5d141a-3294-3ff3-9182-5ae1d4f3465d" ],
"backupNeeded" : false,
"fixIds" : [ "98066355-1670-3abe-86dc-d4024b7f59ad" ],
"fixName" : "9.0.5.3-WS-WASProd-IFPH43148",
"hostName" : "defected1.example.com",
"installDirectory" : "/opt/WAS",
"installationNumber" : 11,
"status" : "succeeded",
"steps" : [ {
"end" : "2023-06-12T10:28:38Z",
"files" : [ {
"created" : "2023-06-12T10:28:37Z",
"fileName" : "runbook.log",
"fileSize" : 113646
} ],
"id" : "45eb2264-d035-4e89-8a70-a6d71193a0d9",
"internalName" : {
"messageBundle" : "com.ibm.ws.automation.api.messages.SecureMessages",
"messageInserts" : [ ],
"messageKey" : "WIOVS1003I"
},
"internalSummaries" : [ ],
"start" : "2023-06-12T10:25:55Z",
"state" : "succeeded"
} ],
"type" : "uninstall"
}
}