fi-operations/Applications/OpenInsight/API/OIWizard.postman_collection.json
2023-11-10 14:20:17 -07:00

656 lines
44 KiB
JSON

{
"info": {
"_postman_id": "0ed15871-89c8-439c-9013-11d7a5679efa",
"name": "OIWizard",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Authenticate",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"request": {
"auth": {
"type": "noauth"
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"userID\": \"{{AD Username}}\",\n\t\"password\": \"{{AD Password}}\"\n}"
},
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
""
]
}
},
"response": []
},
{
"name": "Get All Reactors",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors"
]
}
},
"response": []
},
{
"name": "Get a Single Reactor",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors/69",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors",
"69"
]
}
},
"response": []
},
{
"name": "Logout",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"logout\": true\r\n}"
},
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard"
]
}
},
"response": []
},
{
"name": "Get a Single ReactorLog",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors/71/reactorLogs/19059",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors",
"71",
"reactorLogs",
"19059"
]
}
},
"response": []
},
{
"name": "Create React Mode (Change)",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"userID\": \"DANIEL_ST\",\r\n \"reactNo\": 63,\r\n \"mode\": \"IDLE\",\r\n \"modeSubCat\": \"Equipment Idled\",\r\n \"modeText\": \"Test\"\r\n}"
},
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors/63/reactorModes",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors",
"63",
"reactorModes"
]
}
},
"response": []
},
{
"name": "Update a Single ReactorLog",
"request": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"reactorLog\": {\r\n \"keyId\": 19059,\r\n \"reactor\": 671,\r\n \"reactType\": null,\r\n \"reactTypeDesc\": null,\r\n \"reactProbId\": null,\r\n \"servInfo\": [\r\n {\r\n \"reactProbCatId\": 120,\r\n \"reactProbCatDesc\": \"Equipment Idled\",\r\n \"reactServId\": null,\r\n \"reactServDesc\": null,\r\n \"scheduled\": null,\r\n \"reactServSnType\": null,\r\n \"reactItemId\": null,\r\n \"reactItemRiNo\": null,\r\n \"reactItemMfrPartNo\": null,\r\n \"reactItemMfrPartRev\": null,\r\n \"reactItemMfrSerialNo\": null,\r\n \"remReactItemId\": null,\r\n \"remReactItemDispCd\": null\r\n }\r\n ],\r\n \"reactUtilId\": 860615,\r\n \"waferCount\": {\r\n \"startCount\": null,\r\n \"startDtm\": \"04/01/2022 02:18AM\",\r\n \"endCount\": null\r\n },\r\n \"entryId\": \"RYAN_C\",\r\n \"entryDate\": \"04/01/2022\",\r\n \"techSig\": null,\r\n \"endDtm\": null,\r\n \"elapsedHours\": null,\r\n \"lockOutTagOutNA\": false,\r\n \"lockOutTagOutReviewed\": false,\r\n \"ROTR\": false,\r\n \"comments\": [\r\n {\r\n \"datetime\": \"10/03/22 02:47PM\",\r\n \"user\": \"Daniel Stieber\",\r\n \"comment\": \"Test 1\"\r\n },\r\n {\r\n \"datetime\": \"10/03/22 02:47PM\",\r\n \"user\": \"Daniel Stieber\",\r\n \"comment\": \"Test 2\"\r\n },\r\n {\r\n \"datetime\": \"10/04/22 03:05PM\",\r\n \"user\": \"Daniel Stieber\",\r\n \"comment\": \"Test 3\"\r\n },\r\n {\r\n \"datetime\": \"10/04/22 03:20PM\",\r\n \"user\": \"Jonathan Ouellette\",\r\n \"comment\": \"a;skdfj;lkjasjdf;lk;ljfjdjjfjas;dkfjfjsadf;lkjfjfas;lkdfjj\"\r\n }\r\n ],\r\n \"currInjSettings\": {\r\n \"1\": null,\r\n \"2\": null,\r\n \"3\": null,\r\n \"4\": null,\r\n \"5\": null\r\n }\r\n },\r\n \"_links\": {\r\n \"self\": {\r\n \"href\": \"http://messa014.infineon.com/apidev/oiWizard/reactors/71/reactorLogs/19059\",\r\n \"title\": \"Self\"\r\n }\r\n },\r\n \"_class\": \"resource\"\r\n}"
},
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors/71/reactorLogs/19059",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors",
"71",
"reactorLogs",
"19059"
]
}
},
"response": []
},
{
"name": "Get All React Items",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors/reactItems?riType=S&currStatus=N,U",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors",
"reactItems"
],
"query": [
{
"key": "riType",
"value": "S"
},
{
"key": "currStatus",
"value": "N,U"
}
]
}
},
"response": []
},
{
"name": "Get All React Servs",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors/reactServs/134",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors",
"reactServs",
"134"
]
}
},
"response": []
},
{
"name": "Get React Items by Type and Status",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors/reactItems?riType=S&currStatus=N,U",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors",
"reactItems"
],
"query": [
{
"key": "riType",
"value": "S"
},
{
"key": "currStatus",
"value": "N,U"
}
]
}
},
"response": []
},
{
"name": "Get a Single React Item",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors/reactItems/25049",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors",
"reactItems",
"25049"
]
}
},
"response": []
},
{
"name": "Check Authentication",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
""
]
}
},
"response": []
},
{
"name": "Get a Single RDS",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/materials/rds/428631",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"materials",
"rds",
"428631"
]
}
},
"response": []
},
{
"name": "Get WM_OUT via Materials Endpoint",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://oi-api-prod.mes.infineon.com/{{API URL}}/oiWizard/materials/O171371-1-46",
"protocol": "http",
"host": [
"oi-api-prod",
"mes",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"materials",
"O171371-1-46"
]
}
},
"response": []
},
{
"name": "Create React Item",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"reactItem\": {\n \t\"enterBy\": \"DANIEL_ST\",\n \t\"enterDtm\": \"11/21/2022 10:57AM\",\n \"description\": \"5 Pocket Susceptor\",\n \"partType\": \"HTR\",\n \"mfrCd\": \"SGL\",\n \"mfrPartNo\": \"HTR3100-02110\",\n \"serialNo\": 2111060,\n \"riType\": \"S\",\n }\n}"
},
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors/reactItems",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors",
"reactItems"
]
}
},
"response": []
},
{
"name": "Get RDS via Materials Endpoint",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://oi-api-prod.mes.infineon.com/{{API URL}}/oiWizard/materials/432129",
"protocol": "http",
"host": [
"oi-api-prod",
"mes",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"materials",
"432129"
]
}
},
"response": []
},
{
"name": "Get Daily Performance Report",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reports/dailyperformance?reportDate=06-30-22",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reports",
"dailyperformance"
],
"query": [
{
"key": "reportDate",
"value": "06-30-22"
}
]
}
},
"response": []
},
{
"name": "Update Daily Performance Report",
"request": {
"auth": {
"type": "noauth"
},
"method": "PUT",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"performanceReport\": [\n {\n \"reactorNo\": 20,\n \"reactorType\": \"ASM\",\n \"psn\": 4458,\n \"partNo\": 875897,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 15.99,\n \"wafersPerDay\": 90.06,\n \"oee\": 0.589,\n \"projOut\": 53.05,\n \"timeAdjProjOut\": 53.05,\n \"actualOut\": 100,\n \"totalDelta\": 46.95,\n \"comments\": \"This is a test\"\n },\n {\n \"reactorNo\": 21,\n \"reactorType\": \"ASM\",\n \"psn\": 5012,\n \"partNo\": \"U103\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 9.97,\n \"wafersPerDay\": 144.43,\n \"oee\": 0.589,\n \"projOut\": 85.07,\n \"timeAdjProjOut\": 85.07,\n \"actualOut\": 100,\n \"totalDelta\": 14.93,\n \"comments\": null\n },\n {\n \"reactorNo\": 22,\n \"reactorType\": \"ASM\",\n \"psn\": 5116,\n \"partNo\": \"U442\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 10.64,\n \"wafersPerDay\": 135.34,\n \"oee\": 0.589,\n \"projOut\": 79.72,\n \"timeAdjProjOut\": 79.72,\n \"actualOut\": 125,\n \"totalDelta\": 45.28,\n \"comments\": null\n },\n {\n \"reactorNo\": 23,\n \"reactorType\": \"ASM\",\n \"psn\": 4337,\n \"partNo\": \"726581F\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 9.8,\n \"wafersPerDay\": 146.94,\n \"oee\": 0.589,\n \"projOut\": 86.55,\n \"timeAdjProjOut\": 86.55,\n \"actualOut\": 100,\n \"totalDelta\": 13.45,\n \"comments\": null\n },\n {\n \"reactorNo\": 24,\n \"reactorType\": \"ASM\",\n \"psn\": 5008,\n \"partNo\": \"U107\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 13.42,\n \"wafersPerDay\": 107.3,\n \"oee\": 0.589,\n \"projOut\": 63.2,\n \"timeAdjProjOut\": 63.2,\n \"actualOut\": 0,\n \"totalDelta\": -63.2,\n \"comments\": null\n },\n {\n \"reactorNo\": 25,\n \"reactorType\": \"ASM\",\n \"psn\": 4721,\n \"partNo\": \"725197F\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 8.52,\n \"wafersPerDay\": 169.01,\n \"oee\": 0.589,\n \"projOut\": 99.55,\n \"timeAdjProjOut\": 99.55,\n \"actualOut\": 0,\n \"totalDelta\": -99.55,\n \"comments\": null\n },\n {\n \"reactorNo\": 26,\n \"reactorType\": \"ASM\",\n \"psn\": 4783,\n \"partNo\": 400093,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 8.72,\n \"wafersPerDay\": 165.14,\n \"oee\": 0.589,\n \"projOut\": 97.27,\n \"timeAdjProjOut\": 97.27,\n \"actualOut\": 100,\n \"totalDelta\": 2.73,\n \"comments\": null\n },\n {\n \"reactorNo\": 27,\n \"reactorType\": \"ASM\",\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": 0.589,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 28,\n \"reactorType\": \"ASM\",\n \"psn\": 5111,\n \"partNo\": \"806172S\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 15.05,\n \"wafersPerDay\": 95.68,\n \"oee\": 0.589,\n \"projOut\": 56.36,\n \"timeAdjProjOut\": 56.36,\n \"actualOut\": 50,\n \"totalDelta\": -6.36,\n \"comments\": null\n },\n {\n \"reactorNo\": 29,\n \"reactorType\": \"ASM\",\n \"psn\": 4228,\n \"partNo\": 912080,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 10.38,\n \"wafersPerDay\": 138.73,\n \"oee\": 0.589,\n \"projOut\": 81.71,\n \"timeAdjProjOut\": 81.71,\n \"actualOut\": 0,\n \"totalDelta\": -81.71,\n \"comments\": null\n },\n {\n \"reactorNo\": 30,\n \"reactorType\": \"HTR\",\n \"psn\": 4407,\n \"partNo\": \"WEP837042IRE\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 5.93,\n \"wafersPerDay\": 242.83,\n \"oee\": 0.615,\n \"projOut\": 149.34,\n \"timeAdjProjOut\": 149.34,\n \"actualOut\": 150,\n \"totalDelta\": 0.66,\n \"comments\": null\n },\n {\n \"reactorNo\": 31,\n \"reactorType\": \"HTR\",\n \"psn\": 4409,\n \"partNo\": \"WEP841519IRE\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 5.93,\n \"wafersPerDay\": 242.83,\n \"oee\": 0.615,\n \"projOut\": 149.34,\n \"timeAdjProjOut\": 149.34,\n \"actualOut\": 150,\n \"totalDelta\": 0.66,\n \"comments\": null\n },\n {\n \"reactorNo\": 32,\n \"reactorType\": \"HTR\",\n \"psn\": 5117,\n \"partNo\": \"U442\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 6.58,\n \"wafersPerDay\": 218.84,\n \"oee\": 0.615,\n \"projOut\": 134.59,\n \"timeAdjProjOut\": 134.59,\n \"actualOut\": 150,\n \"totalDelta\": 15.41,\n \"comments\": null\n },\n {\n \"reactorNo\": 33,\n \"reactorType\": \"HTR\",\n \"psn\": 4063,\n \"partNo\": 400105,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 4.77,\n \"wafersPerDay\": 301.89,\n \"oee\": 0.615,\n \"projOut\": 185.66,\n \"timeAdjProjOut\": 185.66,\n \"actualOut\": 275,\n \"totalDelta\": 89.34,\n \"comments\": null\n },\n {\n \"reactorNo\": 34,\n \"reactorType\": \"HTR\",\n \"psn\": 4239,\n \"partNo\": \"725197F\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 4.59,\n \"wafersPerDay\": 313.73,\n \"oee\": 0.615,\n \"projOut\": 192.94,\n \"timeAdjProjOut\": 192.94,\n \"actualOut\": 200,\n \"totalDelta\": 7.06,\n \"comments\": null\n },\n {\n \"reactorNo\": 35,\n \"reactorType\": \"HTR\",\n \"psn\": 4249,\n \"partNo\": 825960,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 6.33,\n \"wafersPerDay\": 227.49,\n \"oee\": 0.615,\n \"projOut\": 139.91,\n \"timeAdjProjOut\": 139.91,\n \"actualOut\": 200,\n \"totalDelta\": 60.09,\n \"comments\": null\n },\n {\n \"reactorNo\": 36,\n \"reactorType\": \"HTR\",\n \"psn\": 5158,\n \"partNo\": 401870,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 5.12,\n \"wafersPerDay\": 281.25,\n \"oee\": 0.615,\n \"projOut\": 172.97,\n \"timeAdjProjOut\": 172.97,\n \"actualOut\": 200,\n \"totalDelta\": 27.03,\n \"comments\": null\n },\n {\n \"reactorNo\": 37,\n \"reactorType\": \"HTR\",\n \"psn\": 5110,\n \"partNo\": \"707644S\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 6.25,\n \"wafersPerDay\": 230.4,\n \"oee\": 0.615,\n \"projOut\": 141.7,\n \"timeAdjProjOut\": 141.7,\n \"actualOut\": 75,\n \"totalDelta\": -66.7,\n \"comments\": null\n },\n {\n \"reactorNo\": 38,\n \"reactorType\": \"HTR\",\n \"psn\": 3221,\n \"partNo\": 400116,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 4.85,\n \"wafersPerDay\": 296.91,\n \"oee\": 0.615,\n \"projOut\": 182.6,\n \"timeAdjProjOut\": 182.6,\n \"actualOut\": 75,\n \"totalDelta\": -107.6,\n \"comments\": null\n },\n {\n \"reactorNo\": 39,\n \"reactorType\": \"ASM+\",\n \"psn\": 4627,\n \"partNo\": \"911359F\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 7,\n \"wafersPerDay\": 205.71,\n \"oee\": 0.694,\n \"projOut\": 142.76,\n \"timeAdjProjOut\": 142.76,\n \"actualOut\": 0,\n \"totalDelta\": -142.76,\n \"comments\": null\n },\n {\n \"reactorNo\": 40,\n \"reactorType\": \"EPP\",\n \"psn\": 5159,\n \"partNo\": \"401678F\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 14.08,\n \"wafersPerDay\": 102.27,\n \"oee\": 0.56,\n \"projOut\": 57.27,\n \"timeAdjProjOut\": 57.27,\n \"actualOut\": 88,\n \"totalDelta\": 30.73,\n \"comments\": null\n },\n {\n \"reactorNo\": 41,\n \"reactorType\": \"HTR\",\n \"psn\": 5296,\n \"partNo\": 875886,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 6.44,\n \"wafersPerDay\": 223.6,\n \"oee\": 0.615,\n \"projOut\": 137.51,\n \"timeAdjProjOut\": 137.51,\n \"actualOut\": 75,\n \"totalDelta\": -62.51,\n \"comments\": null\n },\n {\n \"reactorNo\": 42,\n \"reactorType\": \"EPP\",\n \"psn\": 5159,\n \"partNo\": \"401678F\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 14.08,\n \"wafersPerDay\": 102.27,\n \"oee\": 0.56,\n \"projOut\": 57.27,\n \"timeAdjProjOut\": 57.27,\n \"actualOut\": 0,\n \"totalDelta\": -57.27,\n \"comments\": null\n },\n {\n \"reactorNo\": 43,\n \"reactorType\": \"ASM+\",\n \"psn\": 4587,\n \"partNo\": \"U248\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 7.53,\n \"wafersPerDay\": 191.24,\n \"oee\": 0.694,\n \"projOut\": 132.72,\n \"timeAdjProjOut\": 132.72,\n \"actualOut\": 0,\n \"totalDelta\": -132.72,\n \"comments\": null\n },\n {\n \"reactorNo\": 44,\n \"reactorType\": \"EPP\",\n \"psn\": 4962,\n \"partNo\": 401678,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 14.08,\n \"wafersPerDay\": 102.27,\n \"oee\": 0.56,\n \"projOut\": 57.27,\n \"timeAdjProjOut\": 57.27,\n \"actualOut\": 16,\n \"totalDelta\": -41.27,\n \"comments\": null\n },\n {\n \"reactorNo\": 45,\n \"reactorType\": \"HTR\",\n \"psn\": 3839,\n \"partNo\": 687281,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 4.83,\n \"wafersPerDay\": 298.14,\n \"oee\": 0.615,\n \"projOut\": 183.36,\n \"timeAdjProjOut\": 183.36,\n \"actualOut\": 200,\n \"totalDelta\": 16.64,\n \"comments\": null\n },\n {\n \"reactorNo\": 46,\n \"reactorType\": \"EPP\",\n \"psn\": 4962,\n \"partNo\": 401678,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 14.08,\n \"wafersPerDay\": 102.27,\n \"oee\": 0.56,\n \"projOut\": 57.27,\n \"timeAdjProjOut\": 57.27,\n \"actualOut\": 0,\n \"totalDelta\": -57.27,\n \"comments\": null\n },\n {\n \"reactorNo\": 47,\n \"reactorType\": \"HTR\",\n \"psn\": 4332,\n \"partNo\": \"726581F\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 5.27,\n \"wafersPerDay\": 273.24,\n \"oee\": 0.615,\n \"projOut\": 168.04,\n \"timeAdjProjOut\": 168.04,\n \"actualOut\": 0,\n \"totalDelta\": -168.04,\n \"comments\": null\n },\n {\n \"reactorNo\": 48,\n \"reactorType\": \"EPP\",\n \"psn\": 4445,\n \"partNo\": 920810,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 24.24,\n \"wafersPerDay\": 59.41,\n \"oee\": 0.56,\n \"projOut\": 33.27,\n \"timeAdjProjOut\": 33.27,\n \"actualOut\": 37,\n \"totalDelta\": 3.73,\n \"comments\": null\n },\n {\n \"reactorNo\": 49,\n \"reactorType\": \"HTR\",\n \"psn\": 3267,\n \"partNo\": 706362,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 4.28,\n \"wafersPerDay\": 336.45,\n \"oee\": 0.615,\n \"projOut\": 206.92,\n \"timeAdjProjOut\": 206.92,\n \"actualOut\": 200,\n \"totalDelta\": -6.92,\n \"comments\": null\n },\n {\n \"reactorNo\": 50,\n \"reactorType\": \"EPP\",\n \"psn\": 4445,\n \"partNo\": 920810,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 24.24,\n \"wafersPerDay\": 59.41,\n \"oee\": 0.56,\n \"projOut\": 33.27,\n \"timeAdjProjOut\": 33.27,\n \"actualOut\": 45,\n \"totalDelta\": 11.73,\n \"comments\": null\n },\n {\n \"reactorNo\": 51,\n \"reactorType\": \"HTR\",\n \"psn\": 5158,\n \"partNo\": 401870,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 5.12,\n \"wafersPerDay\": 281.25,\n \"oee\": 0.615,\n \"projOut\": 172.97,\n \"timeAdjProjOut\": 172.97,\n \"actualOut\": 125,\n \"totalDelta\": -47.97,\n \"comments\": null\n },\n {\n \"reactorNo\": 52,\n \"reactorType\": \"EPP\",\n \"psn\": 4445,\n \"partNo\": 920810,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 24.24,\n \"wafersPerDay\": 59.41,\n \"oee\": 0.56,\n \"projOut\": 33.27,\n \"timeAdjProjOut\": 33.27,\n \"actualOut\": 0,\n \"totalDelta\": -33.27,\n \"comments\": null\n },\n {\n \"reactorNo\": 53,\n \"reactorType\": \"ASM+\",\n \"psn\": 5006,\n \"partNo\": \"U101\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 7.5,\n \"wafersPerDay\": 192,\n \"oee\": 0.694,\n \"projOut\": 133.25,\n \"timeAdjProjOut\": 133.25,\n \"actualOut\": 0,\n \"totalDelta\": -133.25,\n \"comments\": null\n },\n {\n \"reactorNo\": 54,\n \"reactorType\": \"EPP\",\n \"psn\": 4445,\n \"partNo\": 920810,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 24.24,\n \"wafersPerDay\": 59.41,\n \"oee\": 0.56,\n \"projOut\": 33.27,\n \"timeAdjProjOut\": 33.27,\n \"actualOut\": 0,\n \"totalDelta\": -33.27,\n \"comments\": null\n },\n {\n \"reactorNo\": 55,\n \"reactorType\": \"HTR\",\n \"psn\": 5113,\n \"partNo\": \"806172S\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 6.27,\n \"wafersPerDay\": 229.67,\n \"oee\": 0.615,\n \"projOut\": 141.25,\n \"timeAdjProjOut\": 141.25,\n \"actualOut\": 75,\n \"totalDelta\": -66.25,\n \"comments\": null\n },\n {\n \"reactorNo\": 56,\n \"reactorType\": \"ASM+\",\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": 0.694,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 57,\n \"reactorType\": \"ASM+\",\n \"psn\": 4827,\n \"partNo\": \"E793122\",\n \"upHours\": 5.13,\n \"uptimePercent\": \".21\",\n \"minutesPerWafer\": 10.6,\n \"wafersPerDay\": 135.85,\n \"oee\": 0.694,\n \"projOut\": 94.28,\n \"timeAdjProjOut\": 19.8,\n \"actualOut\": 25,\n \"totalDelta\": 5.2,\n \"comments\": null\n },\n {\n \"reactorNo\": 58,\n \"reactorType\": \"ASM\",\n \"psn\": 3511,\n \"partNo\": \"WEP847986IRE\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 8.36,\n \"wafersPerDay\": 172.25,\n \"oee\": 0.589,\n \"projOut\": 101.46,\n \"timeAdjProjOut\": 101.46,\n \"actualOut\": 0,\n \"totalDelta\": -101.46,\n \"comments\": null\n },\n {\n \"reactorNo\": 59,\n \"reactorType\": \"ASM\",\n \"psn\": 2685,\n \"partNo\": 400127,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 9,\n \"wafersPerDay\": 160,\n \"oee\": 0.589,\n \"projOut\": 94.24,\n \"timeAdjProjOut\": 94.24,\n \"actualOut\": 125,\n \"totalDelta\": 30.76,\n \"comments\": null\n },\n {\n \"reactorNo\": 60,\n \"reactorType\": \"ASM+\",\n \"psn\": 4812,\n \"partNo\": \"WEP914240IRE\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 6.9,\n \"wafersPerDay\": 208.7,\n \"oee\": 0.694,\n \"projOut\": 144.84,\n \"timeAdjProjOut\": 144.84,\n \"actualOut\": 100,\n \"totalDelta\": -44.84,\n \"comments\": null\n },\n {\n \"reactorNo\": 61,\n \"reactorType\": \"ASM+\",\n \"psn\": 4627,\n \"partNo\": \"911359F\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 7,\n \"wafersPerDay\": 205.71,\n \"oee\": 0.694,\n \"projOut\": 142.76,\n \"timeAdjProjOut\": 142.76,\n \"actualOut\": 150,\n \"totalDelta\": 7.24,\n \"comments\": null\n },\n {\n \"reactorNo\": 62,\n \"reactorType\": \"ASM+\",\n \"psn\": 5040,\n \"partNo\": 729622,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 10.69,\n \"wafersPerDay\": 134.71,\n \"oee\": 0.694,\n \"projOut\": 93.49,\n \"timeAdjProjOut\": 93.49,\n \"actualOut\": 75,\n \"totalDelta\": -18.49,\n \"comments\": null\n },\n {\n \"reactorNo\": 63,\n \"reactorType\": \"ASM+\",\n \"psn\": 5116,\n \"partNo\": \"U442\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 9.03,\n \"wafersPerDay\": 159.47,\n \"oee\": 0.694,\n \"projOut\": 110.67,\n \"timeAdjProjOut\": 110.67,\n \"actualOut\": 100,\n \"totalDelta\": -10.67,\n \"comments\": null\n },\n {\n \"reactorNo\": 64,\n \"reactorType\": \"ASM+\",\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": 0.694,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 65,\n \"reactorType\": \"ASM+\",\n \"psn\": 4839,\n \"partNo\": \"914217V\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 7.26,\n \"wafersPerDay\": 198.35,\n \"oee\": 0.694,\n \"projOut\": 137.65,\n \"timeAdjProjOut\": 137.65,\n \"actualOut\": 0,\n \"totalDelta\": -137.65,\n \"comments\": null\n },\n {\n \"reactorNo\": 66,\n \"reactorType\": \"ASM+\",\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": 0.694,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 67,\n \"reactorType\": null,\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": null,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 68,\n \"reactorType\": \"HTR\",\n \"psn\": 5142,\n \"partNo\": \"726580S\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 4.51,\n \"wafersPerDay\": 319.29,\n \"oee\": 0.615,\n \"projOut\": 196.36,\n \"timeAdjProjOut\": 196.36,\n \"actualOut\": 250,\n \"totalDelta\": 53.64,\n \"comments\": null\n },\n {\n \"reactorNo\": 69,\n \"reactorType\": \"GAN\",\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": null,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 70,\n \"reactorType\": \"HTR\",\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": 0.615,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 71,\n \"reactorType\": \"GAN\",\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": null,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 72,\n \"reactorType\": \"HTR\",\n \"psn\": 5095,\n \"partNo\": \"400149S\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 4.63,\n \"wafersPerDay\": 311.02,\n \"oee\": 0.615,\n \"projOut\": 191.28,\n \"timeAdjProjOut\": 191.28,\n \"actualOut\": 225,\n \"totalDelta\": 33.72,\n \"comments\": null\n },\n {\n \"reactorNo\": 73,\n \"reactorType\": \"HTR\",\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": 0.615,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 74,\n \"reactorType\": \"HTR\",\n \"psn\": 3980,\n \"partNo\": 563352,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 4.51,\n \"wafersPerDay\": 319.29,\n \"oee\": 0.615,\n \"projOut\": 196.36,\n \"timeAdjProjOut\": 196.36,\n \"actualOut\": 225,\n \"totalDelta\": 28.64,\n \"comments\": null\n },\n {\n \"reactorNo\": 75,\n \"reactorType\": \"ASM+\",\n \"psn\": 4226,\n \"partNo\": \"WEP911359IRE\",\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 6.9,\n \"wafersPerDay\": 208.7,\n \"oee\": 0.694,\n \"projOut\": 144.84,\n \"timeAdjProjOut\": 144.84,\n \"actualOut\": 0,\n \"totalDelta\": -144.84,\n \"comments\": null\n },\n {\n \"reactorNo\": 76,\n \"reactorType\": null,\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": null,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 77,\n \"reactorType\": \"ASM+\",\n \"psn\": 4327,\n \"partNo\": 854164,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 10.56,\n \"wafersPerDay\": 136.36,\n \"oee\": 0.694,\n \"projOut\": 94.63,\n \"timeAdjProjOut\": 94.63,\n \"actualOut\": 0,\n \"totalDelta\": -94.63,\n \"comments\": null\n },\n {\n \"reactorNo\": 78,\n \"reactorType\": null,\n \"psn\": null,\n \"partNo\": null,\n \"upHours\": 0,\n \"uptimePercent\": \".00\",\n \"minutesPerWafer\": null,\n \"wafersPerDay\": null,\n \"oee\": null,\n \"projOut\": \".00\",\n \"timeAdjProjOut\": \".00\",\n \"actualOut\": 0,\n \"totalDelta\": 0,\n \"comments\": null\n },\n {\n \"reactorNo\": 79,\n \"reactorType\": \"ASM+\",\n \"psn\": 4769,\n \"partNo\": 922766,\n \"upHours\": 24,\n \"uptimePercent\": 1,\n \"minutesPerWafer\": 10.56,\n \"wafersPerDay\": 136.36,\n \"oee\": 0.694,\n \"projOut\": 94.63,\n \"timeAdjProjOut\": 94.63,\n \"actualOut\": 0,\n \"totalDelta\": -94.63,\n \"comments\": null\n }\n ]\n}"
},
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reports/dailyperformance?reportDate=06-30-22",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reports",
"dailyperformance"
],
"query": [
{
"key": "reportDate",
"value": "06-30-22"
}
]
}
},
"response": []
},
{
"name": "Get OEE",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/config/OEE",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"config",
"OEE"
]
}
},
"response": []
},
{
"name": "Update OEE",
"request": {
"auth": {
"type": "noauth"
},
"method": "PUT",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"OEE\": {\n \"ASMOEE\": 0.589,\n \"ASMPlusOEE\": 0.695,\n \"HTROEE\": 0.615,\n \"EpiProOEE\": 0.561\n },\n \"_links\": {\n \"self\": {\n \"href\": \"http://messa014.infineon.com/apidev/oiWizard/config/OEE\",\n \"title\": \"Self\"\n }\n },\n \"_class\": \"resource\"\n}"
},
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/config/OEE",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"config",
"OEE"
]
}
},
"response": []
},
{
"name": "Update a Single Reactor",
"request": {
"method": "PATCH",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"reactor\":\r\n {\r\n \"0311Active\": true\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://messa014.infineon.com/{{API URL}}/oiWizard/reactors/69",
"protocol": "http",
"host": [
"messa014",
"infineon",
"com"
],
"path": [
"{{API URL}}",
"oiWizard",
"reactors",
"69"
]
}
},
"response": []
},
{
"name": "GetWOMat",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "GetWO",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "Get Makeup Inventory",
"request": {
"method": "GET",
"header": []
},
"response": []
}
]
}