Retrieve diagnostic tree data statistics
post
/custom-actions/diagnosticTreeStats
diagnosticTreeStats returns statistics and filterable objects for a diagnostic log file.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
diagnosticLogFileId(required): string
Unique identifier for the diagnostic log file.
Response
Supported Media Types
- application/json
200 Response
The successful response.
Root Schema : DiagnosticTreeStatsResponse
Type:
Show Source
object-
DiagnosticFailureSummaryList: array
DiagnosticFailureSummaryList
-
diagnosticLogSummary:
diagnosticLogSummary
-
filterObjects: object
filterObjects
Additional Properties Allowed: additionalPropertiesA map of dynamic, filterable OTM/GTM objects to their list of values. For example, OTM object of EQUIPMENT_GROUP and list values including 42FT DRY VAN and 28FT DRY VAN.
-
root: object
DiagnosticRootNodeEntry
Nested Schema : diagnosticLogSummary
Type:
Show Source
object-
failedOrderPKs: array
failedOrderPKs
List of failed order release IDs.
-
failureSummary: string
-
successfulOrderPKs: array
successfulOrderPKs
List of successfully planned order release IDs
Nested Schema : filterObjects
Type:
objectAdditional Properties Allowed
Show Source
A map of dynamic, filterable OTM/GTM objects to their list of values. For example, OTM object of EQUIPMENT_GROUP and list values including 42FT DRY VAN and 28FT DRY VAN.
Example:
{
"EQUIPMENT_GROUP":[
"42FT DRY VAN",
"28FT DRY VAN"
],
"RULE_SET":[
"roset1"
],
"ITINERARY":[
"USA_TO_USA"
]
}Nested Schema : DiagnosticRootNodeEntry
Type:
Show Source
object-
rootEntry: object
DiagnosticNodeEntry
-
rootId: string
The node ID of the root diagnostic tree node.
Nested Schema : DiagnosticFailureSummary
Type:
Show Source
object-
entities: object
entities
Additional Properties Allowed: additionalPropertiesKey-value map of entities like itinerary, locations, and orders.
-
keyEntryNode: object
DiagnosticRootNodeEntry
-
processID: array
processID
List of Process IDs asssociated with the diganostic failure.
-
processNodeIDChain: string
A string representation of the process node ID chain.
-
summary: array
summary
A summary of the diagnostic failure, if any.
-
tips: array
tips
Describes the common reason for the diagnostic failure, if any.
Nested Schema : entities
Type:
objectAdditional Properties Allowed
Show Source
Key-value map of entities like itinerary, locations, and orders.
Nested Schema : processID
Type:
arrayList of Process IDs asssociated with the diganostic failure.
Show Source
Nested Schema : tips
Type:
arrayDescribes the common reason for the diagnostic failure, if any.
Show Source
Nested Schema : successfulOrderPKs
Type:
arrayList of successfully planned order release IDs
Show Source
Nested Schema : DiagnosticNodeEntry
Type:
Show Source
object-
childIds: array
childIds
The list of child node IDs.
-
children: array
children
The list of child nodes.
-
depth: integer
-
diagFileSize: integer
The size of the diagnostic file in bytes.
-
endTime: string
The end time of the process.
-
exportFileEntityMap: object
exportFileEntityMap
Additional Properties Allowed: additionalPropertiesThe map of export entity types to file names list.
-
failureReasonList: array
failureReasonList
-
filterStatus: boolean
-
hasChilds: boolean
-
id: string
The node ID of the diagnostic tree node.
-
parentId: string
The parent node ID of the current node.
-
processName: string
The name of the current process that the node represents.
-
processNameId: string
The ID of the current process that the node represents.
-
reasonCodeList: array
reasonCodeList
-
remarksList: array
remarksList
-
startTime: string
The start time of the process.
-
statusList: array
statusList
Nested Schema : exportFileEntityMap
Type:
objectAdditional Properties Allowed
Show Source
The map of export entity types to file names list.
Example:
{
"EXPORT_FILE":[
"conoptdata1.xml"
]
}400 Response
The default response.
Root Schema : errorResponse400
Type:
Show Source
object-
detail(required): string
Provides more information about the error.
-
status(required): number
HTTP status code.
-
title(required): string
Provides a short summary message.
404 Response
The default response.
Root Schema : errorResponse404
Type:
Show Source
object-
detail(required): string
Provides more information about the error.
-
status(required): number
The HTTP status code.
-
title(required): string
Provides a short summary message.