GetServerTypeRunningEnginesResponse GetServerTypeEngineRunning(ctx, optional)
This lists the running engine with server types
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetServerTypeEngineRunningOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetServerTypeEngineRunningOpts 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 | |
| serverTypeID | optional.String | Filter by serverTypeID | |
| engineID | optional.String | Filter by engine id | |
| offset | optional.Int64 | the number of records to skip before getting the result set | |
| limit | optional.Int64 | the number of records to return. | [default to 100] |
Return type
GetServerTypeRunningEnginesResponse
Authorization
api_key
- Content-Type: Not defined
- Accept: application/json