| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| engineInstanceIDs | string | Field to provide the input to get engine instances by ID list. Separated by commas | [optional] [default to null] |
| engineIDs | string | Field to provide the input to get engines by Engine ID list. Separated by commas | [optional] [default to null] |
| hostIDs | string | Filtering engine instances by host IDs. Separated by commas | [optional] [default to null] |
| workRequestIDs | string | Filters engine instances by workrequest IDs. Separated by commas | [optional] [default to null] |
| status | EngineStatusEnum | Field to match the current status | [optional] [default to null] |
| drain | boolean | Filter by drain | [optional] [default to null] |
| launchStartTime | integer | The unix timestamp, describing a lower limit for the time an engine instance was launched. | [optional] [default to null] |
| launchEndTime | integer | The unix timestamp, describing an upper limit for the time an engine instance was launched. | [optional] [default to null] |
| modifiedBefore | integer | Filter by items modified before expressed as timestamp | [optional] [default to null] |
| modifiedAfter | integer | Filter by items modified after expressed as timestamp | [optional] [default to null] |
| createdBefore | integer | Filter items where created date is before this date | [optional] [default to null] |
| createdAfter | integer | Filter items where created date is after this date | [optional] [default to null] |
| offset | integer | the number of data to skip before getting the result set | [optional] [default to null] |
| limit | integer | the number of items to return. | [optional] [default to 10] |
| direction | string | the sort order. ASC or DESC. | [optional] [default to DESC] |
| orderBy | string | It should be in [engineID, hostID, status, createdTime, modifiedTime, lastUpdateTime, launchTime] | [optional] [default to null] |