Skip to content

Instantly share code, notes, and snippets.

@dcherry88
Created September 23, 2021 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcherry88/36ae773b4015dd4cd83b89eec5fd61bd to your computer and use it in GitHub Desktop.
Save dcherry88/36ae773b4015dd4cd83b89eec5fd61bd to your computer and use it in GitHub Desktop.
UniversalAutomation job error logs
2021-09-23T10:52:58.0404141-05:00 0HMBUL7JFVG6T:000000C1 [INF] Request finished HTTP/2 GET https://SITE.DOMAIN.COM/api/v1/script/Server Decommission Main.ps1/job - - - 200 - application/json;+charset=utf-8 104.7096ms (791a596a)
2021-09-23T10:52:58.1087017-05:00 [DBG] Agent Output: (06fd9dc3)
2021-09-23T10:52:58.2947301-05:00 0HMBUL7JFVG6T:000000C3 [INF] Executing HttpStatusCodeResult, setting HTTP status code 200 (e28ccfae)
2021-09-23T10:52:58.2948722-05:00 0HMBUL7JFVG6T:000000C3 [INF] Executed action "UniversalDashboard.Controllers.SessionController.Index (Universal.Server)" in 278.0746ms (afa2e885)
2021-09-23T10:52:58.2949129-05:00 0HMBUL7JFVG6T:000000C3 [INF] Executed endpoint '"UniversalDashboard.Controllers.SessionController.Index (Universal.Server)"' (99874f2b)
2021-09-23T10:52:58.2951007-05:00 0HMBUL7JFVG6T:000000C3 [INF] Request finished HTTP/2 GET https://SITE.DOMAIN.COM/api/internal/session/37bd5291-f19d-4dc9-9a52-2701f027fa05 - - - 200 0 - 281.7424ms (791a596a)
2021-09-23T10:52:58.4299513-05:00 0HMBUL7JFVG6T:000000BF [INF] Executing JsonResult, writing value of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (2f513669)
2021-09-23T10:52:58.5541592-05:00 [INF] Error executing job 152: Did not receive port from client process. at UniversalAutomation.Services.GrpcExecutionService.ExecuteScript(Job job, ExecutionEnvironment environment, executeScriptRequest request, ExecutionCallback executionCallback) in D:\a\universal\universal\src\UniversalAutomation\Services\Automation\GrpcExecutionService.cs:line 69
at UniversalAutomation.ExecutionService.ExecutePowerShell(Script script, IEnumerable`1 parameters, Job job, Schedule schedule, ExecutionCallback callback) in D:\a\universal\universal\src\UniversalAutomation\Services\Automation\ExecutionService.cs:line 575
at UniversalAutomation.ExecutionService.TryExecute(Job job, Schedule schedule) in D:\a\universal\universal\src\UniversalAutomation\Services\Automation\ExecutionService.cs:line 298
at UniversalAutomation.ExecutionService.Execute(Job job, Schedule schedule) in D:\a\universal\universal\src\UniversalAutomation\Services\Automation\ExecutionService.cs:line 181 System.Exception (b83cf7c6)
2021-09-23T10:52:58.7793761-05:00 0HMBUL7JFVG6T:000000BF [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps. (f944757d)
2021-09-23T10:52:58.7882769-05:00 0HMBUL7JFVG6T:000000C5 [INF] Request starting HTTP/2 GET https://SITE.DOMAIN.COM/api/internal/session/37bd5291-f19d-4dc9-9a52-2701f027fa05 - - (ca22a1cb)
2021-09-23T10:52:58.7886903-05:00 0HMBUL7JFVG6T:000000C5 [DBG] AuthenticationScheme: "Cookies" was successfully authenticated. (1805f3b3)
2021-09-23T10:52:58.7888670-05:00 0HMBUL7JFVG6T:000000C5 [DBG] The request path "/api/internal/session/37bd5291-f19d-4dc9-9a52-2701f027fa05" does not match a supported file type (4910e68e)
2021-09-23T10:52:58.7889268-05:00 0HMBUL7JFVG6T:000000C5 [DBG] The request path "" does not match the path filter (c4ce145c)
2021-09-23T10:52:58.7889716-05:00 0HMBUL7JFVG6T:000000C5 [DBG] 1 candidate(s) found for the request path '"/api/internal/session/37bd5291-f19d-4dc9-9a52-2701f027fa05"' (9406aaa8)
2021-09-23T10:52:58.7890042-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Endpoint '"UniversalDashboard.Controllers.SessionController.Index (Universal.Server)"' with route pattern '"api/internal/session/{sessionId}"' is valid for the request path '"/api/internal/session/37bd5291-f19d-4dc9-9a52-2701f027fa05"' (430aaaf2)
2021-09-23T10:52:58.7890279-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Request matched endpoint '"UniversalDashboard.Controllers.SessionController.Index (Universal.Server)"' (cbf60c4b)
2021-09-23T10:52:58.7912293-05:00 0HMBUL7JFVG6T:000000C5 [INF] Executing endpoint '"UniversalDashboard.Controllers.SessionController.Index (Universal.Server)"' (500cc934)
2021-09-23T10:52:58.7913335-05:00 0HMBUL7JFVG6T:000000C5 [INF] Route matched with "{action = \"Index\", controller = \"Session\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(System.String)" on controller "UniversalDashboard.Controllers.SessionController" ("Universal.Server"). (122b2fdf)
2021-09-23T10:52:58.7913796-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Execution plan of "authorization" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:58.7914096-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:58.7914542-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] (6a7aea5c)
2021-09-23T10:52:58.7915435-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Execution plan of "exception" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:58.7915864-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:58.7916439-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Executing controller factory for controller "UniversalDashboard.Controllers.SessionController" ("Universal.Server") (9650b6ae)
2021-09-23T10:52:58.7916923-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Executed controller factory for controller "UniversalDashboard.Controllers.SessionController" ("Universal.Server") (65418032)
2021-09-23T10:52:58.7917475-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Attempting to bind parameter '"sessionId"' of type '"System.String"' ... (0448c17b)
2021-09-23T10:52:58.8013252-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Attempting to bind parameter '"sessionId"' of type '"System.String"' using the name '"sessionId"' in request data ... (1d38b825)
2021-09-23T10:52:58.8013964-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Done attempting to bind parameter '"sessionId"' of type '"System.String"'. (90fee3af)
2021-09-23T10:52:58.8014213-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Done attempting to bind parameter '"sessionId"' of type '"System.String"'. (90fee3af)
2021-09-23T10:52:58.8014460-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Attempting to validate the bound parameter '"sessionId"' of type '"System.String"' ... (ce60666b)
2021-09-23T10:52:58.8014768-05:00 0HMBUL7JFVG6T:000000C5 [DBG] Done attempting to validate the bound parameter '"sessionId"' of type '"System.String"'. (5d5b0261)
2021-09-23T10:52:58.8048543-05:00 0HMBUL7JFVG6T:000000BF [INF] Executed action "UniversalAutomation.JobController.Get (UniversalAutomation)" in 866.6925ms (afa2e885)
2021-09-23T10:52:58.8049093-05:00 0HMBUL7JFVG6T:000000BF [INF] Executed endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' (99874f2b)
2021-09-23T10:52:58.8050580-05:00 0HMBUL7JFVG6T:000000BF [INF] Request finished HTTP/2 GET https://SITE.DOMAIN.COM/api/v1/job - - - 200 - application/json;+charset=utf-8 870.9545ms (791a596a)
2021-09-23T10:52:58.8419091-05:00 0HMBUL7JFVG6T:000000C7 [INF] Request starting HTTP/2 GET https://SITE.DOMAIN.COM/api/v1/job - - (ca22a1cb)
2021-09-23T10:52:58.8422872-05:00 0HMBUL7JFVG6T:000000C7 [DBG] AuthenticationScheme: "Cookies" was successfully authenticated. (1805f3b3)
2021-09-23T10:52:58.8424370-05:00 0HMBUL7JFVG6T:000000C7 [DBG] The request path "/api/v1/job" does not match a supported file type (4910e68e)
2021-09-23T10:52:58.8424936-05:00 0HMBUL7JFVG6T:000000C7 [DBG] The request path "" does not match the path filter (c4ce145c)
2021-09-23T10:52:58.8425402-05:00 0HMBUL7JFVG6T:000000C7 [DBG] 1 candidate(s) found for the request path '"/api/v1/job"' (9406aaa8)
2021-09-23T10:52:58.8425696-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' with route pattern '"api/v1/job"' is valid for the request path '"/api/v1/job"' (430aaaf2)
2021-09-23T10:52:58.8425938-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Request matched endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' (cbf60c4b)
2021-09-23T10:52:58.8444216-05:00 0HMBUL7JFVG6T:000000C7 [DBG] AuthenticationScheme: "Cookies" was successfully authenticated. (1805f3b3)
2021-09-23T10:52:58.8444854-05:00 0HMBUL7JFVG6T:000000C7 [DBG] AuthenticationScheme: "Bearer" was not authenticated. (1152f827)
2021-09-23T10:52:58.8445549-05:00 0HMBUL7JFVG6T:000000C7 [INF] Authorization was successful. (0d575a54)
2021-09-23T10:52:58.8446093-05:00 0HMBUL7JFVG6T:000000C7 [INF] Executing endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' (500cc934)
2021-09-23T10:52:58.8447244-05:00 0HMBUL7JFVG6T:000000C7 [INF] Route matched with "{action = \"Get\", controller = \"Job\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.IActionResult Get(UniversalAutomation.ViewModels.JobPagedViewModel)" on controller "UniversalAutomation.JobController" ("UniversalAutomation"). (122b2fdf)
2021-09-23T10:52:58.8447945-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Execution plan of "authorization" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:58.8448304-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:58.8448632-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] (6a7aea5c)
2021-09-23T10:52:58.8448884-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Execution plan of "exception" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:58.8449147-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:58.8449687-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Executing controller factory for controller "UniversalAutomation.JobController" ("UniversalAutomation") (9650b6ae)
2021-09-23T10:52:58.8450153-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Executed controller factory for controller "UniversalAutomation.JobController" ("UniversalAutomation") (65418032)
2021-09-23T10:52:58.8450662-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"' ... (0448c17b)
2021-09-23T10:52:58.8451150-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"' using the name '""' in request data ... (1d38b825)
2021-09-23T10:52:58.8451854-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Status"' of type '"System.Nullable`1[PowerShellUniversal.JobStatus]"' using the name '"Status"' in request data ... (0d72bc97)
2021-09-23T10:52:58.8452205-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Could not find a value in the request with name '"Status"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Status"' of type '"System.Nullable`1[PowerShellUniversal.JobStatus]"'. (4c909a01)
2021-09-23T10:52:58.8452480-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Status"' of type '"System.Nullable`1[PowerShellUniversal.JobStatus]"'. (00a0d829)
2021-09-23T10:52:58.8452982-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Page"' of type '"System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]"' using the name '"Page"' in request data ... (0d72bc97)
2021-09-23T10:52:58.8453284-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Could not find a value in the request with name '"Page"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Page"' of type '"System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]"'. (4c909a01)
2021-09-23T10:52:58.8453541-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Page"' of type '"System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]"'. (00a0d829)
2021-09-23T10:52:58.8453955-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Take"' of type '"System.Nullable`1[System.Int32]"' using the name '"Take"' in request data ... (0d72bc97)
2021-09-23T10:52:58.8454221-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Could not find a value in the request with name '"Take"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Take"' of type '"System.Nullable`1[System.Int32]"'. (4c909a01)
2021-09-23T10:52:58.8454475-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Take"' of type '"System.Nullable`1[System.Int32]"'. (00a0d829)
2021-09-23T10:52:58.8454788-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Skip"' of type '"System.Nullable`1[System.Int32]"' using the name '"Skip"' in request data ... (0d72bc97)
2021-09-23T10:52:58.8455058-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Could not find a value in the request with name '"Skip"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Skip"' of type '"System.Nullable`1[System.Int32]"'. (4c909a01)
2021-09-23T10:52:58.8455290-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Skip"' of type '"System.Nullable`1[System.Int32]"'. (00a0d829)
2021-09-23T10:52:58.8455666-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Total"' of type '"System.Nullable`1[System.Int64]"' using the name '"Total"' in request data ... (0d72bc97)
2021-09-23T10:52:58.8455947-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Could not find a value in the request with name '"Total"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Total"' of type '"System.Nullable`1[System.Int64]"'. (4c909a01)
2021-09-23T10:52:58.8456194-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Total"' of type '"System.Nullable`1[System.Int64]"'. (00a0d829)
2021-09-23T10:52:58.8456510-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"' using the name '"OrderBy"' in request data ... (0d72bc97)
2021-09-23T10:52:58.8456769-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Could not find a value in the request with name '"OrderBy"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"'. (4c909a01)
2021-09-23T10:52:58.8457017-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"'. (00a0d829)
2021-09-23T10:52:58.8457310-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"' using the name '"OrderDirection"' in request data ... (0d72bc97)
2021-09-23T10:52:58.8457582-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Could not find a value in the request with name '"OrderDirection"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"'. (4c909a01)
2021-09-23T10:52:58.8458049-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"'. (00a0d829)
2021-09-23T10:52:58.8458391-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Done attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (90fee3af)
2021-09-23T10:52:58.8458638-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Done attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (90fee3af)
2021-09-23T10:52:58.8458852-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Attempting to validate the bound parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"' ... (ce60666b)
2021-09-23T10:52:58.8459143-05:00 0HMBUL7JFVG6T:000000C7 [DBG] Done attempting to validate the bound parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (5d5b0261)
2021-09-23T10:52:58.9678800-05:00 0HMBUL7JFVG6T:000000C9 [INF] Request starting HTTP/2 GET https://SITE.DOMAIN.COM/api/v1/script/Server Decommission - Datacenter Network.ps1/job - - (ca22a1cb)
2021-09-23T10:52:58.9682974-05:00 0HMBUL7JFVG6T:000000C9 [DBG] AuthenticationScheme: "Cookies" was successfully authenticated. (1805f3b3)
2021-09-23T10:52:58.9684537-05:00 0HMBUL7JFVG6T:000000C9 [DBG] The request path "/api/v1/script/Server%20Decommission%20-%20Datacenter%20Network.ps1/job" does not match a supported file type (4910e68e)
2021-09-23T10:52:58.9685121-05:00 0HMBUL7JFVG6T:000000C9 [DBG] The request path "" does not match the path filter (c4ce145c)
2021-09-23T10:52:58.9685836-05:00 0HMBUL7JFVG6T:000000C9 [DBG] 3 candidate(s) found for the request path '"/api/v1/script/Server Decommission - Datacenter Network.ps1/job"' (9406aaa8)
2021-09-23T10:52:58.9686578-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Endpoint '"UniversalAutomation.ScriptController.GetJobsById (UniversalAutomation)"' with route pattern '"api/v1/script/{id:long}/job"' was rejected by constraint '"id"':'"Microsoft.AspNetCore.Routing.Constraints.LongRouteConstraint"' with value '"Server Decommission - Datacenter Network.ps1"' for the request path '"/api/v1/script/Server%20Decommission%20-%20Datacenter%20Network.ps1/job"' (5b506098)
2021-09-23T10:52:58.9686887-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Endpoint '"UniversalAutomation.ScriptController.GetJobsById (UniversalAutomation)"' with route pattern '"api/v1/script/{id:long}/job"' is not valid for the request path '"/api/v1/script/Server Decommission - Datacenter Network.ps1/job"' (4df8d1d7)
2021-09-23T10:52:58.9687092-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Endpoint '"UniversalAutomation.ScriptController.GetJobs (UniversalAutomation)"' with route pattern '"api/v1/script/{scriptFullPath}/job"' is valid for the request path '"/api/v1/script/Server Decommission - Datacenter Network.ps1/job"' (430aaaf2)
2021-09-23T10:52:58.9687299-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Endpoint '"UniversalAutomation.ScriptController.Get (UniversalAutomation)"' with route pattern '"api/v1/script/{**name}"' is valid for the request path '"/api/v1/script/Server Decommission - Datacenter Network.ps1/job"' (430aaaf2)
2021-09-23T10:52:58.9687533-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Request matched endpoint '"UniversalAutomation.ScriptController.GetJobs (UniversalAutomation)"' (cbf60c4b)
2021-09-23T10:52:58.9708609-05:00 0HMBUL7JFVG6T:000000C9 [DBG] AuthenticationScheme: "Cookies" was successfully authenticated. (1805f3b3)
2021-09-23T10:52:58.9709177-05:00 0HMBUL7JFVG6T:000000C9 [DBG] AuthenticationScheme: "Bearer" was not authenticated. (1152f827)
2021-09-23T10:52:58.9709631-05:00 0HMBUL7JFVG6T:000000C9 [INF] Authorization was successful. (0d575a54)
2021-09-23T10:52:58.9709929-05:00 0HMBUL7JFVG6T:000000C9 [INF] Executing endpoint '"UniversalAutomation.ScriptController.GetJobs (UniversalAutomation)"' (500cc934)
2021-09-23T10:52:58.9710889-05:00 0HMBUL7JFVG6T:000000C9 [INF] Route matched with "{action = \"GetJobs\", controller = \"Script\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.IActionResult GetJobs(System.String, UniversalAutomation.ViewModels.JobPagedViewModel)" on controller "UniversalAutomation.ScriptController" ("UniversalAutomation"). (122b2fdf)
2021-09-23T10:52:58.9711355-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Execution plan of "authorization" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:58.9711649-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:58.9711974-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] (6a7aea5c)
2021-09-23T10:52:58.9712216-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Execution plan of "exception" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:58.9712478-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:58.9713147-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Executing controller factory for controller "UniversalAutomation.ScriptController" ("UniversalAutomation") (9650b6ae)
2021-09-23T10:52:58.9713673-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Executed controller factory for controller "UniversalAutomation.ScriptController" ("UniversalAutomation") (65418032)
2021-09-23T10:52:58.9714191-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind parameter '"scriptFullPath"' of type '"System.String"' ... (0448c17b)
2021-09-23T10:52:58.9714710-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind parameter '"scriptFullPath"' of type '"System.String"' using the name '"scriptFullPath"' in request data ... (1d38b825)
2021-09-23T10:52:58.9715017-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind parameter '"scriptFullPath"' of type '"System.String"'. (90fee3af)
2021-09-23T10:52:58.9715232-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind parameter '"scriptFullPath"' of type '"System.String"'. (90fee3af)
2021-09-23T10:52:58.9715457-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to validate the bound parameter '"scriptFullPath"' of type '"System.String"' ... (ce60666b)
2021-09-23T10:52:58.9715716-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to validate the bound parameter '"scriptFullPath"' of type '"System.String"'. (5d5b0261)
2021-09-23T10:52:58.9715966-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"' ... (0448c17b)
2021-09-23T10:52:58.9716310-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"' using the name '""' in request data ... (1d38b825)
2021-09-23T10:52:58.9716809-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Status"' of type '"System.Nullable`1[PowerShellUniversal.JobStatus]"' using the name '"Status"' in request data ... (0d72bc97)
2021-09-23T10:52:58.9717112-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Could not find a value in the request with name '"Status"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Status"' of type '"System.Nullable`1[PowerShellUniversal.JobStatus]"'. (4c909a01)
2021-09-23T10:52:58.9717392-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Status"' of type '"System.Nullable`1[PowerShellUniversal.JobStatus]"'. (00a0d829)
2021-09-23T10:52:58.9717842-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Page"' of type '"System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]"' using the name '"Page"' in request data ... (0d72bc97)
2021-09-23T10:52:58.9718152-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Could not find a value in the request with name '"Page"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Page"' of type '"System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]"'. (4c909a01)
2021-09-23T10:52:58.9718415-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Page"' of type '"System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]"'. (00a0d829)
2021-09-23T10:52:58.9718728-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Take"' of type '"System.Nullable`1[System.Int32]"' using the name '"Take"' in request data ... (0d72bc97)
2021-09-23T10:52:58.9719008-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Could not find a value in the request with name '"Take"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Take"' of type '"System.Nullable`1[System.Int32]"'. (4c909a01)
2021-09-23T10:52:58.9719251-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Take"' of type '"System.Nullable`1[System.Int32]"'. (00a0d829)
2021-09-23T10:52:58.9719552-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Skip"' of type '"System.Nullable`1[System.Int32]"' using the name '"Skip"' in request data ... (0d72bc97)
2021-09-23T10:52:58.9719820-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Could not find a value in the request with name '"Skip"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Skip"' of type '"System.Nullable`1[System.Int32]"'. (4c909a01)
2021-09-23T10:52:58.9720049-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Skip"' of type '"System.Nullable`1[System.Int32]"'. (00a0d829)
2021-09-23T10:52:58.9720352-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Total"' of type '"System.Nullable`1[System.Int64]"' using the name '"Total"' in request data ... (0d72bc97)
2021-09-23T10:52:58.9720616-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Could not find a value in the request with name '"Total"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Total"' of type '"System.Nullable`1[System.Int64]"'. (4c909a01)
2021-09-23T10:52:58.9720867-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Total"' of type '"System.Nullable`1[System.Int64]"'. (00a0d829)
2021-09-23T10:52:58.9721152-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"' using the name '"OrderBy"' in request data ... (0d72bc97)
2021-09-23T10:52:58.9721421-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Could not find a value in the request with name '"OrderBy"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"'. (4c909a01)
2021-09-23T10:52:58.9721662-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"'. (00a0d829)
2021-09-23T10:52:58.9721960-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"' using the name '"OrderDirection"' in request data ... (0d72bc97)
2021-09-23T10:52:58.9722205-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Could not find a value in the request with name '"OrderDirection"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"'. (4c909a01)
2021-09-23T10:52:58.9722458-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"'. (00a0d829)
2021-09-23T10:52:58.9722765-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (90fee3af)
2021-09-23T10:52:58.9722979-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (90fee3af)
2021-09-23T10:52:58.9723192-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Attempting to validate the bound parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"' ... (ce60666b)
2021-09-23T10:52:58.9723447-05:00 0HMBUL7JFVG6T:000000C9 [DBG] Done attempting to validate the bound parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (5d5b0261)
2021-09-23T10:52:59.1208769-05:00 0HMBUL7JFVG6T:000000C9 [INF] Executing JsonResult, writing value of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (2f513669)
2021-09-23T10:52:59.2179446-05:00 0HMBUL7JFVG6T:000000C5 [INF] Executing HttpStatusCodeResult, setting HTTP status code 200 (e28ccfae)
2021-09-23T10:52:59.2181524-05:00 0HMBUL7JFVG6T:000000C5 [INF] Executed action "UniversalDashboard.Controllers.SessionController.Index (Universal.Server)" in 426.5128ms (afa2e885)
2021-09-23T10:52:59.2181931-05:00 0HMBUL7JFVG6T:000000C5 [INF] Executed endpoint '"UniversalDashboard.Controllers.SessionController.Index (Universal.Server)"' (99874f2b)
2021-09-23T10:52:59.2184113-05:00 0HMBUL7JFVG6T:000000C5 [INF] Request finished HTTP/2 GET https://SITE.DOMAIN.COM/api/internal/session/37bd5291-f19d-4dc9-9a52-2701f027fa05 - - - 200 0 - 430.1513ms (791a596a)
2021-09-23T10:52:59.3657148-05:00 0HMBUL7JFVG89:00000027 [INF] Request starting HTTP/1.1 GET https://SITE.DOMAIN.COM/api/v1/Job/152 - - (ca22a1cb)
2021-09-23T10:52:59.3677669-05:00 0HMBUL7JFVG89:00000027 [DBG] AuthenticationScheme: "Cookies" was not authenticated. (1152f827)
2021-09-23T10:52:59.3679861-05:00 0HMBUL7JFVG89:00000027 [DBG] The request path "/api/v1/Job/152" does not match a supported file type (4910e68e)
2021-09-23T10:52:59.3680495-05:00 0HMBUL7JFVG89:00000027 [DBG] The request path "" does not match the path filter (c4ce145c)
2021-09-23T10:52:59.3681000-05:00 0HMBUL7JFVG89:00000027 [DBG] 1 candidate(s) found for the request path '"/api/v1/Job/152"' (9406aaa8)
2021-09-23T10:52:59.3681368-05:00 0HMBUL7JFVG89:00000027 [DBG] Endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' with route pattern '"api/v1/job/{id:long}"' is valid for the request path '"/api/v1/Job/152"' (430aaaf2)
2021-09-23T10:52:59.3681582-05:00 0HMBUL7JFVG89:00000027 [DBG] Request matched endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' (cbf60c4b)
2021-09-23T10:52:59.3700692-05:00 0HMBUL7JFVG89:00000027 [DBG] AuthenticationScheme: "Cookies" was not authenticated. (1152f827)
2021-09-23T10:52:59.3703350-05:00 0HMBUL7JFVG89:00000027 [INF] Successfully validated the token. (60169667)
2021-09-23T10:52:59.3703798-05:00 0HMBUL7JFVG89:00000027 [DBG] AuthenticationScheme: "Bearer" was successfully authenticated. (1805f3b3)
2021-09-23T10:52:59.3704300-05:00 0HMBUL7JFVG89:00000027 [INF] Authorization was successful. (0d575a54)
2021-09-23T10:52:59.3704639-05:00 0HMBUL7JFVG89:00000027 [INF] Executing endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' (500cc934)
2021-09-23T10:52:59.3705785-05:00 0HMBUL7JFVG89:00000027 [INF] Route matched with "{action = \"Get\", controller = \"Job\"}". Executing controller action with signature "PowerShellUniversal.Job Get(Int64)" on controller "UniversalAutomation.JobController" ("UniversalAutomation"). (122b2fdf)
2021-09-23T10:52:59.3706301-05:00 0HMBUL7JFVG89:00000027 [DBG] Execution plan of "authorization" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:59.3706623-05:00 0HMBUL7JFVG89:00000027 [DBG] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:59.3706966-05:00 0HMBUL7JFVG89:00000027 [DBG] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] (6a7aea5c)
2021-09-23T10:52:59.3707231-05:00 0HMBUL7JFVG89:00000027 [DBG] Execution plan of "exception" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:59.3707479-05:00 0HMBUL7JFVG89:00000027 [DBG] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:59.3708158-05:00 0HMBUL7JFVG89:00000027 [DBG] Executing controller factory for controller "UniversalAutomation.JobController" ("UniversalAutomation") (9650b6ae)
2021-09-23T10:52:59.3708668-05:00 0HMBUL7JFVG89:00000027 [DBG] Executed controller factory for controller "UniversalAutomation.JobController" ("UniversalAutomation") (65418032)
2021-09-23T10:52:59.3709329-05:00 0HMBUL7JFVG89:00000027 [DBG] Attempting to bind parameter '"id"' of type '"System.Int64"' ... (0448c17b)
2021-09-23T10:52:59.3709926-05:00 0HMBUL7JFVG89:00000027 [DBG] Attempting to bind parameter '"id"' of type '"System.Int64"' using the name '"id"' in request data ... (1d38b825)
2021-09-23T10:52:59.3710266-05:00 0HMBUL7JFVG89:00000027 [DBG] Done attempting to bind parameter '"id"' of type '"System.Int64"'. (90fee3af)
2021-09-23T10:52:59.3710490-05:00 0HMBUL7JFVG89:00000027 [DBG] Done attempting to bind parameter '"id"' of type '"System.Int64"'. (90fee3af)
2021-09-23T10:52:59.3710722-05:00 0HMBUL7JFVG89:00000027 [DBG] Attempting to validate the bound parameter '"id"' of type '"System.Int64"' ... (ce60666b)
2021-09-23T10:52:59.3711012-05:00 0HMBUL7JFVG89:00000027 [DBG] Done attempting to validate the bound parameter '"id"' of type '"System.Int64"'. (5d5b0261)
2021-09-23T10:52:59.4710578-05:00 0HMBUL7JFVG6T:000000C9 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps. (f944757d)
2021-09-23T10:52:59.4723169-05:00 0HMBUL7JFVG6T:000000C9 [INF] Executed action "UniversalAutomation.ScriptController.GetJobs (UniversalAutomation)" in 501.0173ms (afa2e885)
2021-09-23T10:52:59.4723636-05:00 0HMBUL7JFVG6T:000000C9 [INF] Executed endpoint '"UniversalAutomation.ScriptController.GetJobs (UniversalAutomation)"' (99874f2b)
2021-09-23T10:52:59.4724903-05:00 0HMBUL7JFVG6T:000000C9 [INF] Request finished HTTP/2 GET https://SITE.DOMAIN.COM/api/v1/script/Server Decommission - Datacenter Network.ps1/job - - - 200 - application/json;+charset=utf-8 504.6179ms (791a596a)
2021-09-23T10:52:59.5155484-05:00 0HMBUL7JFVG89:00000027 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter"] (17cbef5a)
2021-09-23T10:52:59.5155919-05:00 0HMBUL7JFVG89:00000027 [DBG] No information found on request to perform content negotiation. (6aec0ec5)
2021-09-23T10:52:59.5156105-05:00 0HMBUL7JFVG89:00000027 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. (ded1a4c8)
2021-09-23T10:52:59.5156249-05:00 0HMBUL7JFVG89:00000027 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. (5fc928a5)
2021-09-23T10:52:59.5156621-05:00 0HMBUL7JFVG89:00000027 [DBG] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter"' and content type '"application/json"' to write the response. (fcc32779)
2021-09-23T10:52:59.5156956-05:00 0HMBUL7JFVG89:00000027 [INF] Executing "ObjectResult", writing value of type '"PowerShellUniversal.Job"'. (605b4265)
2021-09-23T10:52:59.5158506-05:00 0HMBUL7JFVG89:00000027 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps. (f944757d)
2021-09-23T10:52:59.5159832-05:00 0HMBUL7JFVG89:00000027 [INF] Executed action "UniversalAutomation.JobController.Get (UniversalAutomation)" in 145.1914ms (afa2e885)
2021-09-23T10:52:59.5160172-05:00 0HMBUL7JFVG89:00000027 [INF] Executed endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' (99874f2b)
2021-09-23T10:52:59.5160698-05:00 0HMBUL7JFVG89:00000027 [DBG] Connection id ""0HMBUL7JFVG89"" completed keep alive response. (9784cde9)
2021-09-23T10:52:59.5161239-05:00 0HMBUL7JFVG89:00000027 [INF] Request finished HTTP/1.1 GET https://SITE.DOMAIN.COM/api/v1/Job/152 - - - 200 1795 application/json;+charset=utf-8 150.4324ms (791a596a)
2021-09-23T10:52:59.5609714-05:00 0HMBUL7JFVG89:00000028 [INF] Request starting HTTP/1.1 GET https://SITE.DOMAIN.COM/api/v1/job/149/pipelineOutput - - (ca22a1cb)
2021-09-23T10:52:59.5610998-05:00 0HMBUL7JFVG89:00000028 [DBG] AuthenticationScheme: "Cookies" was not authenticated. (1152f827)
2021-09-23T10:52:59.5613178-05:00 0HMBUL7JFVG89:00000028 [DBG] The request path "/api/v1/job/149/pipelineOutput" does not match a supported file type (4910e68e)
2021-09-23T10:52:59.5613841-05:00 0HMBUL7JFVG89:00000028 [DBG] The request path "" does not match the path filter (c4ce145c)
2021-09-23T10:52:59.5614406-05:00 0HMBUL7JFVG89:00000028 [DBG] 1 candidate(s) found for the request path '"/api/v1/job/149/pipelineOutput"' (9406aaa8)
2021-09-23T10:52:59.5614816-05:00 0HMBUL7JFVG89:00000028 [DBG] Endpoint '"UniversalAutomation.JobController.GetPipelineOutput (UniversalAutomation)"' with route pattern '"api/v1/job/{id:long}/pipelineOutput"' is valid for the request path '"/api/v1/job/149/pipelineOutput"' (430aaaf2)
2021-09-23T10:52:59.5615041-05:00 0HMBUL7JFVG89:00000028 [DBG] Request matched endpoint '"UniversalAutomation.JobController.GetPipelineOutput (UniversalAutomation)"' (cbf60c4b)
2021-09-23T10:52:59.5635358-05:00 0HMBUL7JFVG89:00000028 [DBG] AuthenticationScheme: "Cookies" was not authenticated. (1152f827)
2021-09-23T10:52:59.5637814-05:00 0HMBUL7JFVG89:00000028 [INF] Successfully validated the token. (60169667)
2021-09-23T10:52:59.5639925-05:00 0HMBUL7JFVG89:00000028 [DBG] AuthenticationScheme: "Bearer" was successfully authenticated. (1805f3b3)
2021-09-23T10:52:59.5640728-05:00 0HMBUL7JFVG89:00000028 [INF] Authorization was successful. (0d575a54)
2021-09-23T10:52:59.5641100-05:00 0HMBUL7JFVG89:00000028 [INF] Executing endpoint '"UniversalAutomation.JobController.GetPipelineOutput (UniversalAutomation)"' (500cc934)
2021-09-23T10:52:59.5642450-05:00 0HMBUL7JFVG89:00000028 [INF] Route matched with "{action = \"GetPipelineOutput\", controller = \"Job\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.IActionResult GetPipelineOutput(Int64)" on controller "UniversalAutomation.JobController" ("UniversalAutomation"). (122b2fdf)
2021-09-23T10:52:59.5643241-05:00 0HMBUL7JFVG89:00000028 [DBG] Execution plan of "authorization" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:59.5648006-05:00 0HMBUL7JFVG89:00000028 [DBG] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:59.5648616-05:00 0HMBUL7JFVG89:00000028 [DBG] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] (6a7aea5c)
2021-09-23T10:52:59.5648900-05:00 0HMBUL7JFVG89:00000028 [DBG] Execution plan of "exception" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:59.5649184-05:00 0HMBUL7JFVG89:00000028 [DBG] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:59.5649792-05:00 0HMBUL7JFVG89:00000028 [DBG] Executing controller factory for controller "UniversalAutomation.JobController" ("UniversalAutomation") (9650b6ae)
2021-09-23T10:52:59.5650265-05:00 0HMBUL7JFVG89:00000028 [DBG] Executed controller factory for controller "UniversalAutomation.JobController" ("UniversalAutomation") (65418032)
2021-09-23T10:52:59.5650829-05:00 0HMBUL7JFVG89:00000028 [DBG] Attempting to bind parameter '"id"' of type '"System.Int64"' ... (0448c17b)
2021-09-23T10:52:59.5651376-05:00 0HMBUL7JFVG89:00000028 [DBG] Attempting to bind parameter '"id"' of type '"System.Int64"' using the name '"id"' in request data ... (1d38b825)
2021-09-23T10:52:59.5651698-05:00 0HMBUL7JFVG89:00000028 [DBG] Done attempting to bind parameter '"id"' of type '"System.Int64"'. (90fee3af)
2021-09-23T10:52:59.5651943-05:00 0HMBUL7JFVG89:00000028 [DBG] Done attempting to bind parameter '"id"' of type '"System.Int64"'. (90fee3af)
2021-09-23T10:52:59.5652165-05:00 0HMBUL7JFVG89:00000028 [DBG] Attempting to validate the bound parameter '"id"' of type '"System.Int64"' ... (ce60666b)
2021-09-23T10:52:59.5652440-05:00 0HMBUL7JFVG89:00000028 [DBG] Done attempting to validate the bound parameter '"id"' of type '"System.Int64"'. (5d5b0261)
2021-09-23T10:52:59.5759795-05:00 0HMBUL7JFVG6T:000000C7 [INF] Executing JsonResult, writing value of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (2f513669)
2021-09-23T10:52:59.6221498-05:00 0HMBUL7JFVG89:00000028 [INF] Executing JsonResult, writing value of type '"PowerShellUniversal.JobPipelineOutput[]"'. (2f513669)
2021-09-23T10:52:59.6223714-05:00 0HMBUL7JFVG89:00000028 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps. (f944757d)
2021-09-23T10:52:59.6225323-05:00 0HMBUL7JFVG89:00000028 [INF] Executed action "UniversalAutomation.JobController.GetPipelineOutput (UniversalAutomation)" in 57.569ms (afa2e885)
2021-09-23T10:52:59.6225634-05:00 0HMBUL7JFVG89:00000028 [INF] Executed endpoint '"UniversalAutomation.JobController.GetPipelineOutput (UniversalAutomation)"' (99874f2b)
2021-09-23T10:52:59.6226326-05:00 0HMBUL7JFVG89:00000028 [DBG] Connection id ""0HMBUL7JFVG89"" completed keep alive response. (9784cde9)
2021-09-23T10:52:59.6226895-05:00 0HMBUL7JFVG89:00000028 [INF] Request finished HTTP/1.1 GET https://SITE.DOMAIN.COM/api/v1/job/149/pipelineOutput - - - 200 - application/json;+charset=utf-8 61.7347ms (791a596a)
2021-09-23T10:52:59.6277312-05:00 0HMBUL7JFVG6T:000000C7 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps. (f944757d)
2021-09-23T10:52:59.6406836-05:00 0HMBUL7JFVG6T:000000C7 [INF] Executed action "UniversalAutomation.JobController.Get (UniversalAutomation)" in 795.6891ms (afa2e885)
2021-09-23T10:52:59.6407477-05:00 0HMBUL7JFVG6T:000000C7 [INF] Executed endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' (99874f2b)
2021-09-23T10:52:59.6409359-05:00 0HMBUL7JFVG6T:000000C7 [INF] Request finished HTTP/2 GET https://SITE.DOMAIN.COM/api/v1/job - - - 200 - application/json;+charset=utf-8 799.0298ms (791a596a)
2021-09-23T10:52:59.7177946-05:00 0HMBUL7JFVG89:00000029 [INF] Request starting HTTP/1.1 GET https://SITE.DOMAIN.COM/api/v1/job/152/pipelineOutput - - (ca22a1cb)
2021-09-23T10:52:59.7183211-05:00 0HMBUL7JFVG89:00000029 [DBG] AuthenticationScheme: "Cookies" was not authenticated. (1152f827)
2021-09-23T10:52:59.7186156-05:00 0HMBUL7JFVG89:00000029 [DBG] The request path "/api/v1/job/152/pipelineOutput" does not match a supported file type (4910e68e)
2021-09-23T10:52:59.7194839-05:00 0HMBUL7JFVG89:00000029 [DBG] The request path "" does not match the path filter (c4ce145c)
2021-09-23T10:52:59.7196544-05:00 0HMBUL7JFVG89:00000029 [DBG] 1 candidate(s) found for the request path '"/api/v1/job/152/pipelineOutput"' (9406aaa8)
2021-09-23T10:52:59.7196974-05:00 0HMBUL7JFVG89:00000029 [DBG] Endpoint '"UniversalAutomation.JobController.GetPipelineOutput (UniversalAutomation)"' with route pattern '"api/v1/job/{id:long}/pipelineOutput"' is valid for the request path '"/api/v1/job/152/pipelineOutput"' (430aaaf2)
2021-09-23T10:52:59.7197263-05:00 0HMBUL7JFVG89:00000029 [DBG] Request matched endpoint '"UniversalAutomation.JobController.GetPipelineOutput (UniversalAutomation)"' (cbf60c4b)
2021-09-23T10:52:59.7304811-05:00 0HMBUL7JFVG89:00000029 [DBG] AuthenticationScheme: "Cookies" was not authenticated. (1152f827)
2021-09-23T10:52:59.7306976-05:00 0HMBUL7JFVG89:00000029 [INF] Successfully validated the token. (60169667)
2021-09-23T10:52:59.7307403-05:00 0HMBUL7JFVG89:00000029 [DBG] AuthenticationScheme: "Bearer" was successfully authenticated. (1805f3b3)
2021-09-23T10:52:59.7308108-05:00 0HMBUL7JFVG89:00000029 [INF] Authorization was successful. (0d575a54)
2021-09-23T10:52:59.7308462-05:00 0HMBUL7JFVG89:00000029 [INF] Executing endpoint '"UniversalAutomation.JobController.GetPipelineOutput (UniversalAutomation)"' (500cc934)
2021-09-23T10:52:59.7309452-05:00 0HMBUL7JFVG89:00000029 [INF] Route matched with "{action = \"GetPipelineOutput\", controller = \"Job\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.IActionResult GetPipelineOutput(Int64)" on controller "UniversalAutomation.JobController" ("UniversalAutomation"). (122b2fdf)
2021-09-23T10:52:59.7309937-05:00 0HMBUL7JFVG89:00000029 [DBG] Execution plan of "authorization" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:59.7310217-05:00 0HMBUL7JFVG89:00000029 [DBG] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:59.7310554-05:00 0HMBUL7JFVG89:00000029 [DBG] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] (6a7aea5c)
2021-09-23T10:52:59.7310816-05:00 0HMBUL7JFVG89:00000029 [DBG] Execution plan of "exception" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:52:59.7311065-05:00 0HMBUL7JFVG89:00000029 [DBG] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:52:59.7311618-05:00 0HMBUL7JFVG89:00000029 [DBG] Executing controller factory for controller "UniversalAutomation.JobController" ("UniversalAutomation") (9650b6ae)
2021-09-23T10:52:59.7312089-05:00 0HMBUL7JFVG89:00000029 [DBG] Executed controller factory for controller "UniversalAutomation.JobController" ("UniversalAutomation") (65418032)
2021-09-23T10:52:59.7312591-05:00 0HMBUL7JFVG89:00000029 [DBG] Attempting to bind parameter '"id"' of type '"System.Int64"' ... (0448c17b)
2021-09-23T10:52:59.7313127-05:00 0HMBUL7JFVG89:00000029 [DBG] Attempting to bind parameter '"id"' of type '"System.Int64"' using the name '"id"' in request data ... (1d38b825)
2021-09-23T10:52:59.7313457-05:00 0HMBUL7JFVG89:00000029 [DBG] Done attempting to bind parameter '"id"' of type '"System.Int64"'. (90fee3af)
2021-09-23T10:52:59.7313674-05:00 0HMBUL7JFVG89:00000029 [DBG] Done attempting to bind parameter '"id"' of type '"System.Int64"'. (90fee3af)
2021-09-23T10:52:59.7313913-05:00 0HMBUL7JFVG89:00000029 [DBG] Attempting to validate the bound parameter '"id"' of type '"System.Int64"' ... (ce60666b)
2021-09-23T10:52:59.7314199-05:00 0HMBUL7JFVG89:00000029 [DBG] Done attempting to validate the bound parameter '"id"' of type '"System.Int64"'. (5d5b0261)
2021-09-23T10:52:59.7662709-05:00 0HMBUL7JFVG89:00000029 [INF] Executing JsonResult, writing value of type '"PowerShellUniversal.JobPipelineOutput[]"'. (2f513669)
2021-09-23T10:52:59.7664467-05:00 0HMBUL7JFVG89:00000029 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps. (f944757d)
2021-09-23T10:52:59.7665787-05:00 0HMBUL7JFVG89:00000029 [INF] Executed action "UniversalAutomation.JobController.GetPipelineOutput (UniversalAutomation)" in 35.4261ms (afa2e885)
2021-09-23T10:52:59.7666121-05:00 0HMBUL7JFVG89:00000029 [INF] Executed endpoint '"UniversalAutomation.JobController.GetPipelineOutput (UniversalAutomation)"' (99874f2b)
2021-09-23T10:52:59.7666769-05:00 0HMBUL7JFVG89:00000029 [DBG] Connection id ""0HMBUL7JFVG89"" completed keep alive response. (9784cde9)
2021-09-23T10:52:59.7667320-05:00 0HMBUL7JFVG89:00000029 [INF] Request finished HTTP/1.1 GET https://SITE.DOMAIN.COM/api/v1/job/152/pipelineOutput - - - 200 - application/json;+charset=utf-8 49.0352ms (791a596a)
2021-09-23T10:52:59.8523627-05:00 [DBG] Job 146 status Completed. (47bc55a3)
2021-09-23T10:52:59.8541565-05:00 [INF] Job 146 completed (bf5adc6a)
2021-09-23T10:53:00.0106268-05:00 0HMBUL7JFVG6T:000000CB [INF] Request starting HTTP/2 GET https://SITE.DOMAIN.COM/api/v1/job - - (ca22a1cb)
2021-09-23T10:53:00.0110399-05:00 0HMBUL7JFVG6T:000000CB [DBG] AuthenticationScheme: "Cookies" was successfully authenticated. (1805f3b3)
2021-09-23T10:53:00.0111980-05:00 0HMBUL7JFVG6T:000000CB [DBG] The request path "/api/v1/job" does not match a supported file type (4910e68e)
2021-09-23T10:53:00.0112540-05:00 0HMBUL7JFVG6T:000000CB [DBG] The request path "" does not match the path filter (c4ce145c)
2021-09-23T10:53:00.0113024-05:00 0HMBUL7JFVG6T:000000CB [DBG] 1 candidate(s) found for the request path '"/api/v1/job"' (9406aaa8)
2021-09-23T10:53:00.0113323-05:00 0HMBUL7JFVG6T:000000CB [DBG] Endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' with route pattern '"api/v1/job"' is valid for the request path '"/api/v1/job"' (430aaaf2)
2021-09-23T10:53:00.0113565-05:00 0HMBUL7JFVG6T:000000CB [DBG] Request matched endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' (cbf60c4b)
2021-09-23T10:53:00.0140294-05:00 0HMBUL7JFVG6T:000000CB [DBG] AuthenticationScheme: "Cookies" was successfully authenticated. (1805f3b3)
2021-09-23T10:53:00.0140808-05:00 0HMBUL7JFVG6T:000000CB [DBG] AuthenticationScheme: "Bearer" was not authenticated. (1152f827)
2021-09-23T10:53:00.0141259-05:00 0HMBUL7JFVG6T:000000CB [INF] Authorization was successful. (0d575a54)
2021-09-23T10:53:00.0141580-05:00 0HMBUL7JFVG6T:000000CB [INF] Executing endpoint '"UniversalAutomation.JobController.Get (UniversalAutomation)"' (500cc934)
2021-09-23T10:53:00.0142639-05:00 0HMBUL7JFVG6T:000000CB [INF] Route matched with "{action = \"Get\", controller = \"Job\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.IActionResult Get(UniversalAutomation.ViewModels.JobPagedViewModel)" on controller "UniversalAutomation.JobController" ("UniversalAutomation"). (122b2fdf)
2021-09-23T10:53:00.0143273-05:00 0HMBUL7JFVG6T:000000CB [DBG] Execution plan of "authorization" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:53:00.0143585-05:00 0HMBUL7JFVG6T:000000CB [DBG] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:53:00.0143914-05:00 0HMBUL7JFVG6T:000000CB [DBG] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] (6a7aea5c)
2021-09-23T10:53:00.0144155-05:00 0HMBUL7JFVG6T:000000CB [DBG] Execution plan of "exception" filters (in the following order): ["None"] (6a7aea5c)
2021-09-23T10:53:00.0144422-05:00 0HMBUL7JFVG6T:000000CB [DBG] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] (6a7aea5c)
2021-09-23T10:53:00.0144959-05:00 0HMBUL7JFVG6T:000000CB [DBG] Executing controller factory for controller "UniversalAutomation.JobController" ("UniversalAutomation") (9650b6ae)
2021-09-23T10:53:00.0145431-05:00 0HMBUL7JFVG6T:000000CB [DBG] Executed controller factory for controller "UniversalAutomation.JobController" ("UniversalAutomation") (65418032)
2021-09-23T10:53:00.0145933-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"' ... (0448c17b)
2021-09-23T10:53:00.0146420-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"' using the name '""' in request data ... (1d38b825)
2021-09-23T10:53:00.0146951-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Status"' of type '"System.Nullable`1[PowerShellUniversal.JobStatus]"' using the name '"Status"' in request data ... (0d72bc97)
2021-09-23T10:53:00.0147285-05:00 0HMBUL7JFVG6T:000000CB [DBG] Could not find a value in the request with name '"Status"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Status"' of type '"System.Nullable`1[PowerShellUniversal.JobStatus]"'. (4c909a01)
2021-09-23T10:53:00.0147560-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Status"' of type '"System.Nullable`1[PowerShellUniversal.JobStatus]"'. (00a0d829)
2021-09-23T10:53:00.0148498-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Page"' of type '"System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]"' using the name '"Page"' in request data ... (0d72bc97)
2021-09-23T10:53:00.0148810-05:00 0HMBUL7JFVG6T:000000CB [DBG] Could not find a value in the request with name '"Page"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Page"' of type '"System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]"'. (4c909a01)
2021-09-23T10:53:00.0149079-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Page"' of type '"System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]"'. (00a0d829)
2021-09-23T10:53:00.0149412-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Take"' of type '"System.Nullable`1[System.Int32]"' using the name '"Take"' in request data ... (0d72bc97)
2021-09-23T10:53:00.0149679-05:00 0HMBUL7JFVG6T:000000CB [DBG] Could not find a value in the request with name '"Take"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Take"' of type '"System.Nullable`1[System.Int32]"'. (4c909a01)
2021-09-23T10:53:00.0149938-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Take"' of type '"System.Nullable`1[System.Int32]"'. (00a0d829)
2021-09-23T10:53:00.0150244-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Skip"' of type '"System.Nullable`1[System.Int32]"' using the name '"Skip"' in request data ... (0d72bc97)
2021-09-23T10:53:00.0150516-05:00 0HMBUL7JFVG6T:000000CB [DBG] Could not find a value in the request with name '"Skip"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Skip"' of type '"System.Nullable`1[System.Int32]"'. (4c909a01)
2021-09-23T10:53:00.0150752-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Skip"' of type '"System.Nullable`1[System.Int32]"'. (00a0d829)
2021-09-23T10:53:00.0151059-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Total"' of type '"System.Nullable`1[System.Int64]"' using the name '"Total"' in request data ... (0d72bc97)
2021-09-23T10:53:00.0151337-05:00 0HMBUL7JFVG6T:000000CB [DBG] Could not find a value in the request with name '"Total"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Total"' of type '"System.Nullable`1[System.Int64]"'. (4c909a01)
2021-09-23T10:53:00.0151590-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Total"' of type '"System.Nullable`1[System.Int64]"'. (00a0d829)
2021-09-23T10:53:00.0151895-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"' using the name '"OrderBy"' in request data ... (0d72bc97)
2021-09-23T10:53:00.0152153-05:00 0HMBUL7JFVG6T:000000CB [DBG] Could not find a value in the request with name '"OrderBy"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"'. (4c909a01)
2021-09-23T10:53:00.0152410-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"'. (00a0d829)
2021-09-23T10:53:00.0152719-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"' using the name '"OrderDirection"' in request data ... (0d72bc97)
2021-09-23T10:53:00.0152997-05:00 0HMBUL7JFVG6T:000000CB [DBG] Could not find a value in the request with name '"OrderDirection"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"'. (4c909a01)
2021-09-23T10:53:00.0153233-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"'. (00a0d829)
2021-09-23T10:53:00.0153558-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (90fee3af)
2021-09-23T10:53:00.0153808-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (90fee3af)
2021-09-23T10:53:00.0154027-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to validate the bound parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"' ... (ce60666b)
2021-09-23T10:53:00.0154314-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to validate the bound parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (5d5b0261)
2021-09-23T10:53:00.0151590-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."Total"' of type '"System.Nullable`1[System.Int64]"'. (00a0d829)
2021-09-23T10:53:00.0151895-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"' using the name '"OrderBy"' in request data ... (0d72bc97)
2021-09-23T10:53:00.0152153-05:00 0HMBUL7JFVG6T:000000CB [DBG] Could not find a value in the request with name '"OrderBy"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"'. (4c909a01)
2021-09-23T10:53:00.0152410-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderBy"' of type '"System.String"'. (00a0d829)
2021-09-23T10:53:00.0152719-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"' using the name '"OrderDirection"' in request data ... (0d72bc97)
2021-09-23T10:53:00.0152997-05:00 0HMBUL7JFVG6T:000000CB [DBG] Could not find a value in the request with name '"OrderDirection"' for binding property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"'. (4c909a01)
2021-09-23T10:53:00.0153233-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind property '"UniversalAutomation.ViewModels.JobPagedViewModel"."OrderDirection"' of type '"PowerShellUniversal.OrderDirection"'. (00a0d829)
2021-09-23T10:53:00.0153558-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (90fee3af)
2021-09-23T10:53:00.0153808-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to bind parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (90fee3af)
2021-09-23T10:53:00.0154027-05:00 0HMBUL7JFVG6T:000000CB [DBG] Attempting to validate the bound parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"' ... (ce60666b)
2021-09-23T10:53:00.0154314-05:00 0HMBUL7JFVG6T:000000CB [DBG] Done attempting to validate the bound parameter '"viewModel"' of type '"UniversalAutomation.ViewModels.JobPagedViewModel"'. (5d5b0261)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment