[]string GetJobDownload(ctx, jobID, jobOutputName, optional)
Returns the contents of the job's output
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| jobID | string | ID of Job | |
| jobOutputName | string | Name of the job output, e.g. vtn-standard.json | |
| optional | *GetJobDownloadOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetJobDownloadOpts 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 | |
Return type
[]string
Authorization
api_key
HTTP request headers
- Content-Type: Not defined
- Accept: application/json