Cost of Delay 1.122

This commit is contained in:
2025-04-14 12:55:28 -07:00
parent 906868540b
commit 3e8f5931e2
28 changed files with 17480 additions and 184 deletions

View File

@ -1,6 +1,20 @@
@host = https://eaf-dev.mes.infineon.com
@page = api/v1/ado/
###
GET {{host}}/api/v1/ado?id=null&machineId=na&page=business&sessionId=035f3090-2e4d-4b2e-a254-081561c0d438&site=MES&time=1744652058982&username=anonymous&value=null
# https://eaf-dev.mes.infineon.com/api/v1/ado/?id=null&
# machineId=na&
# page=business&
# sessionId=035f3090-2e4d-4b2e-a254-081561c0d438&
# site=MES&
# time=1744652058982&
# username=anonymous&
# value=null
###
POST {{host}}/{{page}}/
Accept: application/json
@ -13,19 +27,5 @@ Accept: application/json
"username": "phares",
"value": "3"
}
###
GET {{host}}/{{page}}/
Accept: application/json
{
"id": 109736,
"machineId": "",
"page": "risk",
"site": "MES",
"time": 1744335005066,
"username": "phares",
"value": "2"
}
###