ConneX_Help.pdf - 第52页

l a t est H an dl e r S t a t i st i cs Type: [HandlerSt atistics] Get the la te st st ati sti c s fo r the spe ci f i e d PS V system . Ar gu me n ts Name D escrip t ion entityIde ntifier ( String )T he PS V sy ste m&ap…

100%1 / 86
latestAdapterStatistics
Type:
[AdapterStatistics]
Get the latest statitistics for the specified adapter.
Arguments
Name Description
entityIdentifier
(
String
)The adapter's unique identifier.
Example
Request Response
{
"data": {
"handlerMetrics": [
{
"timeStamp": "2022-10-06T12:01:57.173-07:00",
"jobState": null,
"uptime": 892,
"jobProcessingTime": null,
"unitsPerHour": 500,
"yield": 0.9923533439853912
},
{
"timeStamp": "2022-10-06T11:46:57.173-07:00",
"jobState": null,
"uptime": 597,
"jobProcessingTime": null,
"unitsPerHour": 503,
"yield": 0.9923533439853912
},
{
"timeStamp": "2022-10-06T11:31:57.173-07:00",
"jobState": null,
"uptime": 1187,
"jobProcessingTime": 873,
"unitsPerHour": 498,
"yield": 0.9923533439853912
},
{
"timeStamp": "2022-10-06T11:16:57.173-07:00",
"jobState": null,
"uptime": 890,
"jobProcessingTime": 884,
"unitsPerHour": 487,
"yield": 0.9923533439853912
}
]
}
}
JSON
latestHandlerStatistics
Type:
[HandlerStatistics]
Get the latest statistics for the specified PSV system.
Arguments
Name Description
entityIdentifier
(
String
)The PSV system's unique identifier.
Example
Request Response
query {
latestAdapterStatistics(
entityIdentifier: "136-043-225-168-137-224-207-100-238"
)
{
adapterId
cleanCount
lifetimeActuationCount
lifetimeContinuityFailCount
lifetimeFailCount
lifetimePassCount
socketIndex
adapterState
}
}
GraphQL
{
"data": {
"latestAdapterStatistics": {
"adapterId": "110008",
"cleanCount": 2,
"lifetimeActuationCount": 4955,
"lifetimeContinuityFailCount": 25,
"lifetimeFailCount": 70,
"lifetimePassCount": 9713,
"socketIndex": 4,
"adapterState": "VALIDATED"
}
}
}
JSON
license
Type:
[LicenseModel]
Get the installed license information.
Example
Request Response
query {
latestHandlerStatistics(entityIdentifier:"4826196c-0866-44f4-afa0-d331bcfd04eb")
{
currentJob
availability
uptime
totalPass
totalFail
systemYield
programmerYield
handlerYield
uPH
jobCompletionEstimate
}
}
GraphQL
{
"data": {
"latestHandlerStatistics": {
"currentJob": "MX 29LV160DBTI",
"availability": "100.00",
"uptime": "100.00",
"totalPass": 189,
"totalFail": 3,
"systemYield": "98.44",
"programmerYield": "98.44",
"handlerYield": "100.00",
"uPH": 1859,
"jobCompletionEstimate": "6/8/2022 11:35:18 AM"
}
}
}
JSON
query {
license {
licenseType
maxConnections
availableConnections
conneXAnnualMaintenanceContract
timedLicenseExpiration
}
}
GraphQL