Retrieve diagnostic tree node data by keyword search

post

/custom-actions/diagnosticTreeNodeByKeyword

Returns the diagnostic tree node details for given matching search keyword. A search is conducted on entire node data, like status, remarks, process name, and entities.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : filterMap
Type: object
Show Source
  • The search keyword in diagnostic tree nodes. The search is conducted on the entire node data like status, remarks, process name, and so on.
    Example: multistop
Back to Top

Response

Supported Media Types

200 Response

The successful response.
Body ()
Root Schema : DiagnosticTreeNodeByKeywordResponse
Type: object
Show Source
Nested Schema : TreeNode
Type: object
Show Source
Nested Schema : childIds
Type: array
The list of child node IDs.
Show Source
Nested Schema : children
Type: array
The recursive child nodes.
Show Source
Nested Schema : entities
Type: object
Additional Properties Allowed
Show Source
The dynamic entity map keys, like ORDER_RELEASE, BULK_PLAN, etc.
Nested Schema : exportFiles
Type: array
The list of file names like conoptData1.xml, conoptData2.xml, etc.
Show Source
Nested Schema : nonDBEntities
Type: array
Show Source
Nested Schema : reasonCodeList
Type: array
Show Source
Nested Schema : remarks
Type: array
Show Source
Nested Schema : additionalProperties
Type: array
Show Source
Back to Top