/// <summary> /// Check result of a download traces job. **API Key Scope**: systems / download_traces /// </summary> /// <exception cref="Io.Nodeum.Sdk.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="jobId">ID of active job</param> /// <returns>Task of System.IO.Stream</returns> public async System.Threading.Tasks.Task <System.IO.Stream> ResultDownloadTracesAsync(string jobId) { Io.Nodeum.Sdk.Client.ApiResponse <System.IO.Stream> localVarResponse = await ResultDownloadTracesAsyncWithHttpInfo(jobId); return(localVarResponse.Data); }
/// <summary> /// Creates a YAML file with selected tables and downloads it /// </summary> /// <exception cref="Io.Nodeum.Sdk.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resetForm"></param> /// <returns>Task of System.IO.Stream</returns> public async System.Threading.Tasks.Task <System.IO.Stream> DownloadResetVarsAsync(Reset resetForm) { Io.Nodeum.Sdk.Client.ApiResponse <System.IO.Stream> localVarResponse = await DownloadResetVarsAsyncWithHttpInfo(resetForm); return(localVarResponse.Data); }
/// <summary> /// Check result of a download traces job. **API Key Scope**: systems / download_traces /// </summary> /// <exception cref="Io.Nodeum.Sdk.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="jobId">ID of active job</param> /// <returns>System.IO.Stream</returns> public System.IO.Stream ResultDownloadTraces(string jobId) { Io.Nodeum.Sdk.Client.ApiResponse <System.IO.Stream> localVarResponse = ResultDownloadTracesWithHttpInfo(jobId); return(localVarResponse.Data); }
/// <summary> /// Creates a YAML file with selected tables and downloads it /// </summary> /// <exception cref="Io.Nodeum.Sdk.Client.ApiException">Thrown when fails to make API call</exception> /// <param name="resetForm"></param> /// <returns>System.IO.Stream</returns> public System.IO.Stream DownloadResetVars(Reset resetForm) { Io.Nodeum.Sdk.Client.ApiResponse <System.IO.Stream> localVarResponse = DownloadResetVarsWithHttpInfo(resetForm); return(localVarResponse.Data); }