Interface ESPCmdRespListParams
Properties
OptionalcmdId
cmdId?: number
OptionaldescOrder
descOrder?: boolean
OptionalendTime
endTime?: number
OptionalnodeId
nodeId?: string
OptionalrequestId
requestId?: string
OptionalresultCount
resultCount?: number
OptionalstartTime
startTime?: number
Filter and pagination options for fetching command-response requests.
Remarks
At least one of
requestId,nodeId, orstatusis required by the API.startTimeandendTimemust be provided together (epoch seconds).cmdIdandstatusare only valid together withnodeId, exceptstatusmay be used alone to list all matching requests for the current user.descOrdercontrols sort direction (backend default istrue).resultCountmaps tonum_records(backend default is 10).