GetJobPerformanceResponse GetJobPerformance(ctx, jobID, optional)
This gets cpu/gpu, memory state of the hosts grouped by time ranges and sorted by a range start time
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| jobID | string | ID of Job | |
| optional | *GetJobPerformanceOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetJobPerformanceOpts 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 | |
| interval | optional.Int64 | Interval in seconds for output time ranges | |
| taskID | optional.Interface of string | Filter data by taskID | |
| workRequestID | optional.Interface of string | Filter data by workRequestID | |
Return type
GetJobPerformanceResponse
Authorization
api_key
HTTP request headers
- Content-Type: Not defined
- Accept: application/json