GetEngineInstancesResponse GetEngineInstances(ctx, engineID, optional)
Get information about the instances of an engine
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| engineID | string | EngineID of node-red container request | |
| optional | *GetEngineInstancesOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetEngineInstancesOpts struct
| Name | Type | Description | Notes |
|---|
| xCorrelationId | optional.String | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | |
| launchStartTime | optional.Int64 | The unix timestamp, describing a lower limit for the time an engine instance was launched. | |
| launchEndTime | optional.Int64 | The unix timestamp, describing an upper limit for the time an engine instance was launched. | |
| modifiedBefore | optional.Int64 | Filter by items modified before expressed as timestamp | |
| modifiedAfter | optional.Int64 | Filter by items modified after expressed as timestamp | |
| createdBefore | optional.Int64 | Filter items where created date is before this date | |
| createdAfter | optional.Int64 | Filter items where created date is after this date | |
| hostDetail | optional.Bool | Get engine instances host details | |
Return type
GetEngineInstancesResponse
Authorization
api_key
HTTP request headers
- Content-Type: Not defined
- Accept: application/json