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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

The successful response.
Body ()
Root Schema : DiagnosticTreeStatsResponse
Type: object
Show Source
Nested Schema : DiagnosticFailureSummaryList
Type: array
Show Source
Nested Schema : diagnosticLogSummary
Type: object
Show Source
Nested Schema : filterObjects
Type: object
Additional 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: object
Show Source
Nested Schema : DiagnosticFailureSummary
Type: object
Show Source
Nested Schema : entities
Type: object
Additional Properties Allowed
Show Source
Key-value map of entities like itinerary, locations, and orders.
Nested Schema : processID
Type: array
List of Process IDs asssociated with the diganostic failure.
Show Source
Nested Schema : summary
Type: array
A summary of the diagnostic failure, if any.
Show Source
Nested Schema : tips
Type: array
Describes the common reason for the diagnostic failure, if any.
Show Source
Nested Schema : additionalProperties
Type: array
Show Source
Nested Schema : failedOrderPKs
Type: array
List of failed order release IDs.
Show Source
Nested Schema : successfulOrderPKs
Type: array
List of successfully planned order release IDs
Show Source
Nested Schema : additionalProperties
Type: array
Show Source
Nested Schema : DiagnosticNodeEntry
Type: object
Show Source
Nested Schema : childIds
Type: array
The list of child node IDs.
Show Source
Nested Schema : children
Type: array
The list of child nodes.
Show Source
Nested Schema : exportFileEntityMap
Type: object
Additional Properties Allowed
Show Source
The map of export entity types to file names list.
Example:
{
    "EXPORT_FILE":[
        "conoptdata1.xml"
    ]
}
Nested Schema : failureReasonList
Type: array
Show Source
Nested Schema : reasonCodeList
Type: array
Show Source
Nested Schema : remarksList
Type: array
Show Source
Nested Schema : statusList
Type: array
Show Source
Nested Schema : additionalProperties
Type: array
Show Source

400 Response

The default response.
Body ()
Root Schema : errorResponse400
Type: object
Show Source

404 Response

The default response.
Body ()
Root Schema : errorResponse404
Type: object
Show Source
Back to Top