Advertisement
Guest User

Untitled

a guest
Mar 25th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.70 KB | None | 0 0
  1. 2022-03-25 13:38:52.898 -04:00 [INF] Job 52493 started.
  2. 2022-03-25 13:38:52.898 -04:00 [INF] Executing endpoint 'UniversalAutomation.AccessControlController.AdminConsole (Universal.Server)'
  3. 2022-03-25 13:38:52.898 -04:00 [INF] Route matched with {action = "AdminConsole", controller = "AccessControl"}. Executing controller action with signature Boolean AdminConsole() on controller UniversalAutomation.AccessControlController (Universal.Server).
  4. 2022-03-25 13:38:52.898 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  5. 2022-03-25 13:38:52.898 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  6. 2022-03-25 13:38:52.898 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  7. 2022-03-25 13:38:52.898 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  8. 2022-03-25 13:38:52.898 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  9. 2022-03-25 13:38:52.898 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.AccessControlController (Universal.Server)
  10. 2022-03-25 13:38:52.898 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.AccessControlController (Universal.Server)
  11. 2022-03-25 13:38:52.898 -04:00 [INF] Executing action method UniversalAutomation.AccessControlController.AdminConsole (Universal.Server) - Validation state: "Valid"
  12. 2022-03-25 13:38:52.898 -04:00 [INF] Executed action method UniversalAutomation.AccessControlController.AdminConsole (Universal.Server), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.0233ms.
  13. 2022-03-25 13:38:52.898 -04:00 [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"]
  14. 2022-03-25 13:38:52.898 -04:00 [DBG] No information found on request to perform content negotiation.
  15. 2022-03-25 13:38:52.898 -04:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
  16. 2022-03-25 13:38:52.898 -04:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result.
  17. 2022-03-25 13:38:52.898 -04:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter' and content type 'application/json' to write the response.
  18. 2022-03-25 13:38:52.899 -04:00 [INF] Executing ObjectResult, writing value of type 'System.Boolean'.
  19. 2022-03-25 13:38:52.899 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  20. 2022-03-25 13:38:52.899 -04:00 [INF] Executed action UniversalAutomation.AccessControlController.AdminConsole (Universal.Server) in 0.5483ms
  21. 2022-03-25 13:38:52.899 -04:00 [INF] Executed endpoint 'UniversalAutomation.AccessControlController.AdminConsole (Universal.Server)'
  22. 2022-03-25 13:38:52.899 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/accessControl/adminConsole - - - 200 4 application/json;+charset=utf-8 3.9180ms
  23. 2022-03-25 13:38:52.975 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493 - -
  24. 2022-03-25 13:38:52.975 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  25. 2022-03-25 13:38:52.976 -04:00 [DBG] The request path /api/v1/job/52493 does not match a supported file type
  26. 2022-03-25 13:38:52.976 -04:00 [DBG] The request path does not match the path filter
  27. 2022-03-25 13:38:52.976 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/52493'
  28. 2022-03-25 13:38:52.976 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.Get (Universal.Server)' with route pattern 'api/v1/job/{id:long}' is valid for the request path '/api/v1/job/52493'
  29. 2022-03-25 13:38:52.976 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  30. 2022-03-25 13:38:52.978 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  31. 2022-03-25 13:38:52.978 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  32. 2022-03-25 13:38:52.978 -04:00 [INF] Executing endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  33. 2022-03-25 13:38:52.979 -04:00 [INF] Route matched with {action = "Get", controller = "Job"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Get(Int64) on controller UniversalAutomation.JobController (Universal.Server).
  34. 2022-03-25 13:38:52.979 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  35. 2022-03-25 13:38:52.979 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  36. 2022-03-25 13:38:52.979 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  37. 2022-03-25 13:38:52.979 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  38. 2022-03-25 13:38:52.979 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  39. 2022-03-25 13:38:52.979 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.JobController (Universal.Server)
  40. 2022-03-25 13:38:52.979 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.JobController (Universal.Server)
  41. 2022-03-25 13:38:52.979 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' ...
  42. 2022-03-25 13:38:52.979 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' using the name 'id' in request data ...
  43. 2022-03-25 13:38:52.979 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  44. 2022-03-25 13:38:52.979 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  45. 2022-03-25 13:38:52.979 -04:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.Int64' ...
  46. 2022-03-25 13:38:52.979 -04:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.Int64'.
  47. 2022-03-25 13:38:52.979 -04:00 [INF] Executing action method UniversalAutomation.JobController.Get (Universal.Server) - Validation state: "Valid"
  48. 2022-03-25 13:38:53.001 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/undefined/log - -
  49. 2022-03-25 13:38:53.001 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  50. 2022-03-25 13:38:53.002 -04:00 [DBG] The request path /api/v1/job/undefined/log does not match a supported file type
  51. 2022-03-25 13:38:53.002 -04:00 [DBG] The request path does not match the path filter
  52. 2022-03-25 13:38:53.002 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/undefined/log'
  53. 2022-03-25 13:38:53.002 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)' with route pattern 'api/v1/job/{id:long}/log' was rejected by constraint 'id':'Microsoft.AspNetCore.Routing.Constraints.LongRouteConstraint' with value 'undefined' for the request path '/api/v1/job/undefined/log'
  54. 2022-03-25 13:38:53.002 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)' with route pattern 'api/v1/job/{id:long}/log' is not valid for the request path '/api/v1/job/undefined/log'
  55. 2022-03-25 13:38:53.002 -04:00 [DBG] Request did not match any endpoints
  56. 2022-03-25 13:38:53.010 -04:00 [DBG] The request path /api/v1/job/undefined/log does not match a supported file type
  57. 2022-03-25 13:38:53.010 -04:00 [DBG] The request path does not match the path filter
  58. 2022-03-25 13:38:53.010 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/undefined/log'
  59. 2022-03-25 13:38:53.010 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)' with route pattern 'api/v1/job/{id:long}/log' was rejected by constraint 'id':'Microsoft.AspNetCore.Routing.Constraints.LongRouteConstraint' with value 'undefined' for the request path '/api/v1/job/undefined/log'
  60. 2022-03-25 13:38:53.010 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)' with route pattern 'api/v1/job/{id:long}/log' is not valid for the request path '/api/v1/job/undefined/log'
  61. 2022-03-25 13:38:53.011 -04:00 [DBG] Request did not match any endpoints
  62. 2022-03-25 13:38:53.012 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/undefined/log - - - 404 0 - 10.9328ms
  63. 2022-03-25 13:38:53.013 -04:00 [INF] Executed action method UniversalAutomation.JobController.Get (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 33.6799ms.
  64. 2022-03-25 13:38:53.013 -04:00 [INF] Executing JsonResult, writing value of type 'PowerShellUniversal.Job'.
  65. 2022-03-25 13:38:53.019 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493/pipelineOutput - -
  66. 2022-03-25 13:38:53.019 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  67. 2022-03-25 13:38:53.019 -04:00 [DBG] The request path /api/v1/job/52493/pipelineOutput does not match a supported file type
  68. 2022-03-25 13:38:53.019 -04:00 [DBG] The request path does not match the path filter
  69. 2022-03-25 13:38:53.021 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/52493/pipelineOutput'
  70. 2022-03-25 13:38:53.021 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.GetPipelineOutput (Universal.Server)' with route pattern 'api/v1/job/{id:long}/pipelineOutput' is valid for the request path '/api/v1/job/52493/pipelineOutput'
  71. 2022-03-25 13:38:53.021 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.JobController.GetPipelineOutput (Universal.Server)'
  72. 2022-03-25 13:38:53.022 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  73. 2022-03-25 13:38:53.022 -04:00 [INF] Executed action UniversalAutomation.JobController.Get (Universal.Server) in 43.0634ms
  74. 2022-03-25 13:38:53.022 -04:00 [INF] Executed endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  75. 2022-03-25 13:38:53.022 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493 - - - 200 - application/json;+charset=utf-8 47.3881ms
  76. 2022-03-25 13:38:53.022 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  77. 2022-03-25 13:38:53.022 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  78. 2022-03-25 13:38:53.022 -04:00 [INF] Executing endpoint 'UniversalAutomation.JobController.GetPipelineOutput (Universal.Server)'
  79. 2022-03-25 13:38:53.023 -04:00 [INF] Route matched with {action = "GetPipelineOutput", controller = "Job"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetPipelineOutput(Int64) on controller UniversalAutomation.JobController (Universal.Server).
  80. 2022-03-25 13:38:53.023 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  81. 2022-03-25 13:38:53.023 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  82. 2022-03-25 13:38:53.024 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  83. 2022-03-25 13:38:53.024 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  84. 2022-03-25 13:38:53.024 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  85. 2022-03-25 13:38:53.024 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.JobController (Universal.Server)
  86. 2022-03-25 13:38:53.024 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.JobController (Universal.Server)
  87. 2022-03-25 13:38:53.024 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' ...
  88. 2022-03-25 13:38:53.024 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' using the name 'id' in request data ...
  89. 2022-03-25 13:38:53.024 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  90. 2022-03-25 13:38:53.024 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  91. 2022-03-25 13:38:53.024 -04:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.Int64' ...
  92. 2022-03-25 13:38:53.024 -04:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.Int64'.
  93. 2022-03-25 13:38:53.024 -04:00 [INF] Executing action method UniversalAutomation.JobController.GetPipelineOutput (Universal.Server) - Validation state: "Valid"
  94. 2022-03-25 13:38:53.053 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493/log - -
  95. 2022-03-25 13:38:53.054 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  96. 2022-03-25 13:38:53.054 -04:00 [DBG] The request path /api/v1/job/52493/log does not match a supported file type
  97. 2022-03-25 13:38:53.054 -04:00 [DBG] The request path does not match the path filter
  98. 2022-03-25 13:38:53.054 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/52493/log'
  99. 2022-03-25 13:38:53.054 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)' with route pattern 'api/v1/job/{id:long}/log' is valid for the request path '/api/v1/job/52493/log'
  100. 2022-03-25 13:38:53.054 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  101. 2022-03-25 13:38:53.056 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  102. 2022-03-25 13:38:53.056 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  103. 2022-03-25 13:38:53.056 -04:00 [INF] Executing endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  104. 2022-03-25 13:38:53.057 -04:00 [INF] Route matched with {action = "GetLogOutput", controller = "Job"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetLogOutput(Int64) on controller UniversalAutomation.JobController (Universal.Server).
  105. 2022-03-25 13:38:53.057 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  106. 2022-03-25 13:38:53.057 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  107. 2022-03-25 13:38:53.057 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  108. 2022-03-25 13:38:53.057 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  109. 2022-03-25 13:38:53.057 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  110. 2022-03-25 13:38:53.057 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.JobController (Universal.Server)
  111. 2022-03-25 13:38:53.057 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.JobController (Universal.Server)
  112. 2022-03-25 13:38:53.057 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' ...
  113. 2022-03-25 13:38:53.057 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' using the name 'id' in request data ...
  114. 2022-03-25 13:38:53.057 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  115. 2022-03-25 13:38:53.057 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  116. 2022-03-25 13:38:53.058 -04:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.Int64' ...
  117. 2022-03-25 13:38:53.058 -04:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.Int64'.
  118. 2022-03-25 13:38:53.058 -04:00 [INF] Executing action method UniversalAutomation.JobController.GetLogOutput (Universal.Server) - Validation state: "Valid"
  119. 2022-03-25 13:38:53.058 -04:00 [INF] Executed action method UniversalAutomation.JobController.GetPipelineOutput (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 34.0007ms.
  120. 2022-03-25 13:38:53.058 -04:00 [INF] Executing JsonResult, writing value of type 'PowerShellUniversal.JobPipelineOutput[]'.
  121. 2022-03-25 13:38:53.060 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  122. 2022-03-25 13:38:53.060 -04:00 [INF] Executed action UniversalAutomation.JobController.GetPipelineOutput (Universal.Server) in 36.2063ms
  123. 2022-03-25 13:38:53.060 -04:00 [INF] Executed endpoint 'UniversalAutomation.JobController.GetPipelineOutput (Universal.Server)'
  124. 2022-03-25 13:38:53.060 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493/pipelineOutput - - - 200 - application/json;+charset=utf-8 41.4254ms
  125. 2022-03-25 13:38:53.089 -04:00 [INF] Executed action method UniversalAutomation.JobController.GetLogOutput (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 31.5509ms.
  126. 2022-03-25 13:38:53.089 -04:00 [INF] Executing JsonResult, writing value of type 'PowerShellUniversal.JobLog'.
  127. 2022-03-25 13:38:53.090 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  128. 2022-03-25 13:38:53.090 -04:00 [INF] Executed action UniversalAutomation.JobController.GetLogOutput (Universal.Server) in 33.0494ms
  129. 2022-03-25 13:38:53.090 -04:00 [INF] Executed endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  130. 2022-03-25 13:38:53.090 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493/log - - - 200 - application/json;+charset=utf-8 37.1274ms
  131. 2022-03-25 13:38:53.109 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job - -
  132. 2022-03-25 13:38:53.109 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  133. 2022-03-25 13:38:53.109 -04:00 [DBG] The request path /api/v1/job does not match a supported file type
  134. 2022-03-25 13:38:53.110 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/script/Azure_Device_Import.ps1/job - -
  135. 2022-03-25 13:38:53.110 -04:00 [DBG] The request path does not match the path filter
  136. 2022-03-25 13:38:53.110 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job'
  137. 2022-03-25 13:38:53.110 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.Get (Universal.Server)' with route pattern 'api/v1/job' is valid for the request path '/api/v1/job'
  138. 2022-03-25 13:38:53.110 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  139. 2022-03-25 13:38:53.110 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  140. 2022-03-25 13:38:53.110 -04:00 [DBG] The request path /api/v1/script/Azure_Device_Import.ps1/job does not match a supported file type
  141. 2022-03-25 13:38:53.110 -04:00 [DBG] The request path does not match the path filter
  142. 2022-03-25 13:38:53.111 -04:00 [DBG] 3 candidate(s) found for the request path '/api/v1/script/Azure_Device_Import.ps1/job'
  143. 2022-03-25 13:38:53.111 -04:00 [DBG] Endpoint 'UniversalAutomation.ScriptController.GetJobsById (Universal.Server)' with route pattern 'api/v1/script/{id:long}/job' was rejected by constraint 'id':'Microsoft.AspNetCore.Routing.Constraints.LongRouteConstraint' with value 'Azure_Device_Import.ps1' for the request path '/api/v1/script/Azure_Device_Import.ps1/job'
  144. 2022-03-25 13:38:53.111 -04:00 [DBG] Endpoint 'UniversalAutomation.ScriptController.GetJobsById (Universal.Server)' with route pattern 'api/v1/script/{id:long}/job' is not valid for the request path '/api/v1/script/Azure_Device_Import.ps1/job'
  145. 2022-03-25 13:38:53.111 -04:00 [DBG] Endpoint 'UniversalAutomation.ScriptController.GetJobs (Universal.Server)' with route pattern 'api/v1/script/{scriptFullPath}/job' is valid for the request path '/api/v1/script/Azure_Device_Import.ps1/job'
  146. 2022-03-25 13:38:53.111 -04:00 [DBG] Endpoint 'UniversalAutomation.ScriptController.Get (Universal.Server)' with route pattern 'api/v1/script/{**name}' is valid for the request path '/api/v1/script/Azure_Device_Import.ps1/job'
  147. 2022-03-25 13:38:53.111 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.ScriptController.GetJobs (Universal.Server)'
  148. 2022-03-25 13:38:53.111 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  149. 2022-03-25 13:38:53.111 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  150. 2022-03-25 13:38:53.111 -04:00 [INF] Authorization was successful.
  151. 2022-03-25 13:38:53.111 -04:00 [INF] Executing endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  152. 2022-03-25 13:38:53.112 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  153. 2022-03-25 13:38:53.112 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  154. 2022-03-25 13:38:53.112 -04:00 [INF] Executing endpoint 'UniversalAutomation.ScriptController.GetJobs (Universal.Server)'
  155. 2022-03-25 13:38:53.114 -04:00 [INF] Starting job using CreateProcessAsUser.
  156. 2022-03-25 13:38:53.120 -04:00 [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 (Universal.Server).
  157. 2022-03-25 13:38:53.120 -04:00 [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 (Universal.Server).
  158. 2022-03-25 13:38:53.120 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  159. 2022-03-25 13:38:53.120 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  160. 2022-03-25 13:38:53.120 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  161. 2022-03-25 13:38:53.120 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  162. 2022-03-25 13:38:53.120 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  163. 2022-03-25 13:38:53.120 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  164. 2022-03-25 13:38:53.120 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  165. 2022-03-25 13:38:53.120 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  166. 2022-03-25 13:38:53.120 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  167. 2022-03-25 13:38:53.120 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  168. 2022-03-25 13:38:53.120 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.ScriptController (Universal.Server)
  169. 2022-03-25 13:38:53.120 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.JobController (Universal.Server)
  170. 2022-03-25 13:38:53.120 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.ScriptController (Universal.Server)
  171. 2022-03-25 13:38:53.120 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.JobController (Universal.Server)
  172. 2022-03-25 13:38:53.120 -04:00 [DBG] Attempting to bind parameter 'scriptFullPath' of type 'System.String' ...
  173. 2022-03-25 13:38:53.120 -04:00 [DBG] Attempting to bind parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel' ...
  174. 2022-03-25 13:38:53.120 -04:00 [DBG] Attempting to bind parameter 'scriptFullPath' of type 'System.String' using the name 'scriptFullPath' in request data ...
  175. 2022-03-25 13:38:53.120 -04:00 [DBG] Done attempting to bind parameter 'scriptFullPath' of type 'System.String'.
  176. 2022-03-25 13:38:53.120 -04:00 [DBG] Done attempting to bind parameter 'scriptFullPath' of type 'System.String'.
  177. 2022-03-25 13:38:53.120 -04:00 [DBG] Attempting to validate the bound parameter 'scriptFullPath' of type 'System.String' ...
  178. 2022-03-25 13:38:53.120 -04:00 [DBG] Attempting to bind parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel' using the name '' in request data ...
  179. 2022-03-25 13:38:53.120 -04:00 [DBG] Done attempting to validate the bound parameter 'scriptFullPath' of type 'System.String'.
  180. 2022-03-25 13:38:53.121 -04:00 [DBG] Attempting to bind parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel' ...
  181. 2022-03-25 13:38:53.121 -04:00 [DBG] Attempting to bind parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel' using the name '' in request data ...
  182. 2022-03-25 13:38:53.123 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Status' of type 'System.Nullable`1[PowerShellUniversal.JobStatus]' using the name 'Status' in request data ...
  183. 2022-03-25 13:38:53.123 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Status' of type 'System.Nullable`1[PowerShellUniversal.JobStatus]' using the name 'Status' in request data ...
  184. 2022-03-25 13:38:53.124 -04:00 [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]'.
  185. 2022-03-25 13:38:53.124 -04:00 [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]'.
  186. 2022-03-25 13:38:53.124 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Status' of type 'System.Nullable`1[PowerShellUniversal.JobStatus]'.
  187. 2022-03-25 13:38:53.124 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Status' of type 'System.Nullable`1[PowerShellUniversal.JobStatus]'.
  188. 2022-03-25 13:38:53.125 -04:00 [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 ...
  189. 2022-03-25 13:38:53.125 -04:00 [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 ...
  190. 2022-03-25 13:38:53.125 -04:00 [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]'.
  191. 2022-03-25 13:38:53.125 -04:00 [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]'.
  192. 2022-03-25 13:38:53.125 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Page' of type 'System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]'.
  193. 2022-03-25 13:38:53.125 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Page' of type 'System.Collections.Generic.IEnumerable`1[PowerShellUniversal.Job]'.
  194. 2022-03-25 13:38:53.125 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Take' of type 'System.Nullable`1[System.Int32]' using the name 'Take' in request data ...
  195. 2022-03-25 13:38:53.125 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Take' of type 'System.Nullable`1[System.Int32]' using the name 'Take' in request data ...
  196. 2022-03-25 13:38:53.125 -04:00 [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]'.
  197. 2022-03-25 13:38:53.125 -04:00 [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]'.
  198. 2022-03-25 13:38:53.125 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Take' of type 'System.Nullable`1[System.Int32]'.
  199. 2022-03-25 13:38:53.125 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Take' of type 'System.Nullable`1[System.Int32]'.
  200. 2022-03-25 13:38:53.125 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Skip' of type 'System.Nullable`1[System.Int32]' using the name 'Skip' in request data ...
  201. 2022-03-25 13:38:53.125 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Skip' of type 'System.Nullable`1[System.Int32]' using the name 'Skip' in request data ...
  202. 2022-03-25 13:38:53.125 -04:00 [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]'.
  203. 2022-03-25 13:38:53.125 -04:00 [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]'.
  204. 2022-03-25 13:38:53.125 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Skip' of type 'System.Nullable`1[System.Int32]'.
  205. 2022-03-25 13:38:53.125 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Skip' of type 'System.Nullable`1[System.Int32]'.
  206. 2022-03-25 13:38:53.125 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Total' of type 'System.Nullable`1[System.Int64]' using the name 'Total' in request data ...
  207. 2022-03-25 13:38:53.125 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Total' of type 'System.Nullable`1[System.Int64]' using the name 'Total' in request data ...
  208. 2022-03-25 13:38:53.125 -04:00 [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]'.
  209. 2022-03-25 13:38:53.125 -04:00 [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]'.
  210. 2022-03-25 13:38:53.125 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Total' of type 'System.Nullable`1[System.Int64]'.
  211. 2022-03-25 13:38:53.125 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.Total' of type 'System.Nullable`1[System.Int64]'.
  212. 2022-03-25 13:38:53.125 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderBy' of type 'System.String' using the name 'OrderBy' in request data ...
  213. 2022-03-25 13:38:53.125 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderBy' of type 'System.String' using the name 'OrderBy' in request data ...
  214. 2022-03-25 13:38:53.125 -04:00 [DBG] Could not find a value in the request with name 'OrderBy' for binding property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderBy' of type 'System.String'.
  215. 2022-03-25 13:38:53.126 -04:00 [DBG] Could not find a value in the request with name 'OrderBy' for binding property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderBy' of type 'System.String'.
  216. 2022-03-25 13:38:53.126 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderBy' of type 'System.String'.
  217. 2022-03-25 13:38:53.126 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderBy' of type 'System.String'.
  218. 2022-03-25 13:38:53.126 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderDirection' of type 'PowerShellUniversal.OrderDirection' using the name 'OrderDirection' in request data ...
  219. 2022-03-25 13:38:53.126 -04:00 [DBG] Attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderDirection' of type 'PowerShellUniversal.OrderDirection' using the name 'OrderDirection' in request data ...
  220. 2022-03-25 13:38:53.126 -04:00 [DBG] Could not find a value in the request with name 'OrderDirection' for binding property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderDirection' of type 'PowerShellUniversal.OrderDirection'.
  221. 2022-03-25 13:38:53.126 -04:00 [DBG] Could not find a value in the request with name 'OrderDirection' for binding property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderDirection' of type 'PowerShellUniversal.OrderDirection'.
  222. 2022-03-25 13:38:53.126 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderDirection' of type 'PowerShellUniversal.OrderDirection'.
  223. 2022-03-25 13:38:53.126 -04:00 [DBG] Done attempting to bind property 'UniversalAutomation.ViewModels.JobPagedViewModel.OrderDirection' of type 'PowerShellUniversal.OrderDirection'.
  224. 2022-03-25 13:38:53.127 -04:00 [DBG] Done attempting to bind parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel'.
  225. 2022-03-25 13:38:53.127 -04:00 [DBG] Done attempting to bind parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel'.
  226. 2022-03-25 13:38:53.127 -04:00 [DBG] Done attempting to bind parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel'.
  227. 2022-03-25 13:38:53.127 -04:00 [DBG] Done attempting to bind parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel'.
  228. 2022-03-25 13:38:53.127 -04:00 [DBG] Attempting to validate the bound parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel' ...
  229. 2022-03-25 13:38:53.127 -04:00 [DBG] Attempting to validate the bound parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel' ...
  230. 2022-03-25 13:38:53.128 -04:00 [DBG] Done attempting to validate the bound parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel'.
  231. 2022-03-25 13:38:53.128 -04:00 [DBG] Done attempting to validate the bound parameter 'viewModel' of type 'UniversalAutomation.ViewModels.JobPagedViewModel'.
  232. 2022-03-25 13:38:53.128 -04:00 [INF] Executing action method UniversalAutomation.JobController.Get (Universal.Server) - Validation state: "Valid"
  233. 2022-03-25 13:38:53.128 -04:00 [INF] Executing action method UniversalAutomation.ScriptController.GetJobs (Universal.Server) - Validation state: "Valid"
  234. 2022-03-25 13:38:53.140 -04:00 [INF] Executed action method UniversalAutomation.ScriptController.GetJobs (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 12.4435ms.
  235. 2022-03-25 13:38:53.140 -04:00 [INF] Executing JsonResult, writing value of type 'UniversalAutomation.ViewModels.JobPagedViewModel'.
  236. 2022-03-25 13:38:53.145 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  237. 2022-03-25 13:38:53.145 -04:00 [INF] Executed action UniversalAutomation.ScriptController.GetJobs (Universal.Server) in 24.9581ms
  238. 2022-03-25 13:38:53.145 -04:00 [INF] Executed endpoint 'UniversalAutomation.ScriptController.GetJobs (Universal.Server)'
  239. 2022-03-25 13:38:53.145 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/script/Azure_Device_Import.ps1/job - - - 200 - application/json;+charset=utf-8 35.6926ms
  240. 2022-03-25 13:38:53.265 -04:00 [INF] Executed action method UniversalAutomation.JobController.Get (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 137.0059ms.
  241. 2022-03-25 13:38:53.265 -04:00 [INF] Executing JsonResult, writing value of type 'UniversalAutomation.ViewModels.JobPagedViewModel'.
  242. 2022-03-25 13:38:53.298 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  243. 2022-03-25 13:38:53.299 -04:00 [INF] Executed action UniversalAutomation.JobController.Get (Universal.Server) in 179.103ms
  244. 2022-03-25 13:38:53.299 -04:00 [INF] Executed endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  245. 2022-03-25 13:38:53.299 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job - - - 200 - application/json;+charset=utf-8 190.9115ms
  246. 2022-03-25 13:38:54.113 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493 - -
  247. 2022-03-25 13:38:54.113 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  248. 2022-03-25 13:38:54.114 -04:00 [DBG] The request path /api/v1/job/52493 does not match a supported file type
  249. 2022-03-25 13:38:54.114 -04:00 [DBG] The request path does not match the path filter
  250. 2022-03-25 13:38:54.114 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/52493'
  251. 2022-03-25 13:38:54.114 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.Get (Universal.Server)' with route pattern 'api/v1/job/{id:long}' is valid for the request path '/api/v1/job/52493'
  252. 2022-03-25 13:38:54.114 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  253. 2022-03-25 13:38:54.116 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  254. 2022-03-25 13:38:54.116 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  255. 2022-03-25 13:38:54.116 -04:00 [INF] Executing endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  256. 2022-03-25 13:38:54.116 -04:00 [INF] Route matched with {action = "Get", controller = "Job"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Get(Int64) on controller UniversalAutomation.JobController (Universal.Server).
  257. 2022-03-25 13:38:54.116 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  258. 2022-03-25 13:38:54.116 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  259. 2022-03-25 13:38:54.116 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  260. 2022-03-25 13:38:54.116 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  261. 2022-03-25 13:38:54.116 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  262. 2022-03-25 13:38:54.116 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.JobController (Universal.Server)
  263. 2022-03-25 13:38:54.116 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.JobController (Universal.Server)
  264. 2022-03-25 13:38:54.116 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' ...
  265. 2022-03-25 13:38:54.116 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' using the name 'id' in request data ...
  266. 2022-03-25 13:38:54.116 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  267. 2022-03-25 13:38:54.116 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  268. 2022-03-25 13:38:54.117 -04:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.Int64' ...
  269. 2022-03-25 13:38:54.117 -04:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.Int64'.
  270. 2022-03-25 13:38:54.117 -04:00 [INF] Executing action method UniversalAutomation.JobController.Get (Universal.Server) - Validation state: "Valid"
  271. 2022-03-25 13:38:54.123 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493/log - -
  272. 2022-03-25 13:38:54.123 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  273. 2022-03-25 13:38:54.124 -04:00 [DBG] The request path /api/v1/job/52493/log does not match a supported file type
  274. 2022-03-25 13:38:54.124 -04:00 [DBG] The request path does not match the path filter
  275. 2022-03-25 13:38:54.124 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/52493/log'
  276. 2022-03-25 13:38:54.124 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)' with route pattern 'api/v1/job/{id:long}/log' is valid for the request path '/api/v1/job/52493/log'
  277. 2022-03-25 13:38:54.124 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  278. 2022-03-25 13:38:54.126 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  279. 2022-03-25 13:38:54.126 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  280. 2022-03-25 13:38:54.126 -04:00 [INF] Executing endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  281. 2022-03-25 13:38:54.126 -04:00 [INF] Route matched with {action = "GetLogOutput", controller = "Job"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetLogOutput(Int64) on controller UniversalAutomation.JobController (Universal.Server).
  282. 2022-03-25 13:38:54.127 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  283. 2022-03-25 13:38:54.127 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  284. 2022-03-25 13:38:54.127 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  285. 2022-03-25 13:38:54.127 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  286. 2022-03-25 13:38:54.127 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  287. 2022-03-25 13:38:54.127 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.JobController (Universal.Server)
  288. 2022-03-25 13:38:54.127 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.JobController (Universal.Server)
  289. 2022-03-25 13:38:54.127 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' ...
  290. 2022-03-25 13:38:54.127 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' using the name 'id' in request data ...
  291. 2022-03-25 13:38:54.127 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  292. 2022-03-25 13:38:54.127 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  293. 2022-03-25 13:38:54.127 -04:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.Int64' ...
  294. 2022-03-25 13:38:54.127 -04:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.Int64'.
  295. 2022-03-25 13:38:54.127 -04:00 [INF] Executing action method UniversalAutomation.JobController.GetLogOutput (Universal.Server) - Validation state: "Valid"
  296. 2022-03-25 13:38:54.139 -04:00 [INF] Executed action method UniversalAutomation.JobController.Get (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 22.1293ms.
  297. 2022-03-25 13:38:54.139 -04:00 [INF] Executing JsonResult, writing value of type 'PowerShellUniversal.Job'.
  298. 2022-03-25 13:38:54.139 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  299. 2022-03-25 13:38:54.139 -04:00 [INF] Executed action UniversalAutomation.JobController.Get (Universal.Server) in 22.9447ms
  300. 2022-03-25 13:38:54.139 -04:00 [INF] Executed endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  301. 2022-03-25 13:38:54.139 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493 - - - 200 - application/json;+charset=utf-8 26.7934ms
  302. 2022-03-25 13:38:54.166 -04:00 [INF] Executed action method UniversalAutomation.JobController.GetLogOutput (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 38.6608ms.
  303. 2022-03-25 13:38:54.166 -04:00 [INF] Executing JsonResult, writing value of type 'PowerShellUniversal.JobLog'.
  304. 2022-03-25 13:38:54.166 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  305. 2022-03-25 13:38:54.166 -04:00 [INF] Executed action UniversalAutomation.JobController.GetLogOutput (Universal.Server) in 39.5857ms
  306. 2022-03-25 13:38:54.166 -04:00 [INF] Executed endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  307. 2022-03-25 13:38:54.167 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493/log - - - 200 - application/json;+charset=utf-8 43.6844ms
  308. 2022-03-25 13:38:55.212 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493 - -
  309. 2022-03-25 13:38:55.212 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  310. 2022-03-25 13:38:55.213 -04:00 [DBG] The request path /api/v1/job/52493 does not match a supported file type
  311. 2022-03-25 13:38:55.213 -04:00 [DBG] The request path does not match the path filter
  312. 2022-03-25 13:38:55.213 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/52493'
  313. 2022-03-25 13:38:55.213 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.Get (Universal.Server)' with route pattern 'api/v1/job/{id:long}' is valid for the request path '/api/v1/job/52493'
  314. 2022-03-25 13:38:55.213 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  315. 2022-03-25 13:38:55.215 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  316. 2022-03-25 13:38:55.215 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  317. 2022-03-25 13:38:55.215 -04:00 [INF] Executing endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  318. 2022-03-25 13:38:55.215 -04:00 [INF] Route matched with {action = "Get", controller = "Job"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Get(Int64) on controller UniversalAutomation.JobController (Universal.Server).
  319. 2022-03-25 13:38:55.215 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  320. 2022-03-25 13:38:55.215 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  321. 2022-03-25 13:38:55.215 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  322. 2022-03-25 13:38:55.215 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  323. 2022-03-25 13:38:55.215 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  324. 2022-03-25 13:38:55.216 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.JobController (Universal.Server)
  325. 2022-03-25 13:38:55.216 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.JobController (Universal.Server)
  326. 2022-03-25 13:38:55.216 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' ...
  327. 2022-03-25 13:38:55.216 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' using the name 'id' in request data ...
  328. 2022-03-25 13:38:55.216 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  329. 2022-03-25 13:38:55.216 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  330. 2022-03-25 13:38:55.216 -04:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.Int64' ...
  331. 2022-03-25 13:38:55.216 -04:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.Int64'.
  332. 2022-03-25 13:38:55.216 -04:00 [INF] Executing action method UniversalAutomation.JobController.Get (Universal.Server) - Validation state: "Valid"
  333. 2022-03-25 13:38:55.222 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493/log - -
  334. 2022-03-25 13:38:55.222 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  335. 2022-03-25 13:38:55.223 -04:00 [DBG] The request path /api/v1/job/52493/log does not match a supported file type
  336. 2022-03-25 13:38:55.223 -04:00 [DBG] The request path does not match the path filter
  337. 2022-03-25 13:38:55.223 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/52493/log'
  338. 2022-03-25 13:38:55.223 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)' with route pattern 'api/v1/job/{id:long}/log' is valid for the request path '/api/v1/job/52493/log'
  339. 2022-03-25 13:38:55.223 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  340. 2022-03-25 13:38:55.224 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  341. 2022-03-25 13:38:55.224 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  342. 2022-03-25 13:38:55.225 -04:00 [INF] Executing endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  343. 2022-03-25 13:38:55.225 -04:00 [INF] Route matched with {action = "GetLogOutput", controller = "Job"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetLogOutput(Int64) on controller UniversalAutomation.JobController (Universal.Server).
  344. 2022-03-25 13:38:55.225 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  345. 2022-03-25 13:38:55.225 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  346. 2022-03-25 13:38:55.225 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  347. 2022-03-25 13:38:55.225 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  348. 2022-03-25 13:38:55.225 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  349. 2022-03-25 13:38:55.225 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.JobController (Universal.Server)
  350. 2022-03-25 13:38:55.225 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.JobController (Universal.Server)
  351. 2022-03-25 13:38:55.225 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' ...
  352. 2022-03-25 13:38:55.225 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' using the name 'id' in request data ...
  353. 2022-03-25 13:38:55.225 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  354. 2022-03-25 13:38:55.225 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  355. 2022-03-25 13:38:55.225 -04:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.Int64' ...
  356. 2022-03-25 13:38:55.225 -04:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.Int64'.
  357. 2022-03-25 13:38:55.225 -04:00 [INF] Executing action method UniversalAutomation.JobController.GetLogOutput (Universal.Server) - Validation state: "Valid"
  358. 2022-03-25 13:38:55.238 -04:00 [INF] Executed action method UniversalAutomation.JobController.Get (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 21.9731ms.
  359. 2022-03-25 13:38:55.238 -04:00 [INF] Executing JsonResult, writing value of type 'PowerShellUniversal.Job'.
  360. 2022-03-25 13:38:55.238 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  361. 2022-03-25 13:38:55.238 -04:00 [INF] Executed action UniversalAutomation.JobController.Get (Universal.Server) in 22.7185ms
  362. 2022-03-25 13:38:55.238 -04:00 [INF] Executed endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  363. 2022-03-25 13:38:55.238 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493 - - - 200 - application/json;+charset=utf-8 26.3415ms
  364. 2022-03-25 13:38:55.253 -04:00 [INF] Executed action method UniversalAutomation.JobController.GetLogOutput (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 27.8847ms.
  365. 2022-03-25 13:38:55.253 -04:00 [INF] Executing JsonResult, writing value of type 'PowerShellUniversal.JobLog'.
  366. 2022-03-25 13:38:55.253 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  367. 2022-03-25 13:38:55.253 -04:00 [INF] Executed action UniversalAutomation.JobController.GetLogOutput (Universal.Server) in 28.5442ms
  368. 2022-03-25 13:38:55.253 -04:00 [INF] Executed endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  369. 2022-03-25 13:38:55.253 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493/log - - - 200 - application/json;+charset=utf-8 31.6807ms
  370. 2022-03-25 13:38:56.287 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493 - -
  371. 2022-03-25 13:38:56.288 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  372. 2022-03-25 13:38:56.289 -04:00 [DBG] The request path /api/v1/job/52493 does not match a supported file type
  373. 2022-03-25 13:38:56.289 -04:00 [DBG] The request path does not match the path filter
  374. 2022-03-25 13:38:56.289 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/52493'
  375. 2022-03-25 13:38:56.289 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.Get (Universal.Server)' with route pattern 'api/v1/job/{id:long}' is valid for the request path '/api/v1/job/52493'
  376. 2022-03-25 13:38:56.289 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  377. 2022-03-25 13:38:56.290 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  378. 2022-03-25 13:38:56.291 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  379. 2022-03-25 13:38:56.291 -04:00 [INF] Executing endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  380. 2022-03-25 13:38:56.291 -04:00 [INF] Route matched with {action = "Get", controller = "Job"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Get(Int64) on controller UniversalAutomation.JobController (Universal.Server).
  381. 2022-03-25 13:38:56.291 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  382. 2022-03-25 13:38:56.291 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  383. 2022-03-25 13:38:56.291 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  384. 2022-03-25 13:38:56.291 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  385. 2022-03-25 13:38:56.291 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  386. 2022-03-25 13:38:56.291 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.JobController (Universal.Server)
  387. 2022-03-25 13:38:56.291 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.JobController (Universal.Server)
  388. 2022-03-25 13:38:56.291 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' ...
  389. 2022-03-25 13:38:56.291 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' using the name 'id' in request data ...
  390. 2022-03-25 13:38:56.291 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  391. 2022-03-25 13:38:56.291 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  392. 2022-03-25 13:38:56.291 -04:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.Int64' ...
  393. 2022-03-25 13:38:56.291 -04:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.Int64'.
  394. 2022-03-25 13:38:56.291 -04:00 [INF] Executing action method UniversalAutomation.JobController.Get (Universal.Server) - Validation state: "Valid"
  395. 2022-03-25 13:38:56.313 -04:00 [INF] Executed action method UniversalAutomation.JobController.Get (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 22.187ms.
  396. 2022-03-25 13:38:56.314 -04:00 [INF] Executing JsonResult, writing value of type 'PowerShellUniversal.Job'.
  397. 2022-03-25 13:38:56.314 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  398. 2022-03-25 13:38:56.314 -04:00 [INF] Executed action UniversalAutomation.JobController.Get (Universal.Server) in 22.9261ms
  399. 2022-03-25 13:38:56.314 -04:00 [INF] Executed endpoint 'UniversalAutomation.JobController.Get (Universal.Server)'
  400. 2022-03-25 13:38:56.314 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493 - - - 200 - application/json;+charset=utf-8 26.5305ms
  401. 2022-03-25 13:38:56.315 -04:00 [INF] Request starting HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493/log - -
  402. 2022-03-25 13:38:56.315 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  403. 2022-03-25 13:38:56.316 -04:00 [DBG] The request path /api/v1/job/52493/log does not match a supported file type
  404. 2022-03-25 13:38:56.316 -04:00 [DBG] The request path does not match the path filter
  405. 2022-03-25 13:38:56.316 -04:00 [DBG] 1 candidate(s) found for the request path '/api/v1/job/52493/log'
  406. 2022-03-25 13:38:56.316 -04:00 [DBG] Endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)' with route pattern 'api/v1/job/{id:long}/log' is valid for the request path '/api/v1/job/52493/log'
  407. 2022-03-25 13:38:56.316 -04:00 [DBG] Request matched endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  408. 2022-03-25 13:38:56.318 -04:00 [DBG] AuthenticationScheme: Cookies was successfully authenticated.
  409. 2022-03-25 13:38:56.318 -04:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
  410. 2022-03-25 13:38:56.318 -04:00 [INF] Executing endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  411. 2022-03-25 13:38:56.318 -04:00 [INF] Route matched with {action = "GetLogOutput", controller = "Job"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetLogOutput(Int64) on controller UniversalAutomation.JobController (Universal.Server).
  412. 2022-03-25 13:38:56.318 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["None"]
  413. 2022-03-25 13:38:56.318 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  414. 2022-03-25 13:38:56.318 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"]
  415. 2022-03-25 13:38:56.318 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"]
  416. 2022-03-25 13:38:56.318 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
  417. 2022-03-25 13:38:56.318 -04:00 [DBG] Executing controller factory for controller UniversalAutomation.JobController (Universal.Server)
  418. 2022-03-25 13:38:56.318 -04:00 [DBG] Executed controller factory for controller UniversalAutomation.JobController (Universal.Server)
  419. 2022-03-25 13:38:56.318 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' ...
  420. 2022-03-25 13:38:56.318 -04:00 [DBG] Attempting to bind parameter 'id' of type 'System.Int64' using the name 'id' in request data ...
  421. 2022-03-25 13:38:56.318 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  422. 2022-03-25 13:38:56.318 -04:00 [DBG] Done attempting to bind parameter 'id' of type 'System.Int64'.
  423. 2022-03-25 13:38:56.318 -04:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.Int64' ...
  424. 2022-03-25 13:38:56.318 -04:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.Int64'.
  425. 2022-03-25 13:38:56.318 -04:00 [INF] Executing action method UniversalAutomation.JobController.GetLogOutput (Universal.Server) - Validation state: "Valid"
  426. 2022-03-25 13:38:56.347 -04:00 [INF] Executed action method UniversalAutomation.JobController.GetLogOutput (Universal.Server), returned result Microsoft.AspNetCore.Mvc.JsonResult in 28.14ms.
  427. 2022-03-25 13:38:56.347 -04:00 [INF] Executing JsonResult, writing value of type 'PowerShellUniversal.JobLog'.
  428. 2022-03-25 13:38:56.347 -04:00 [DBG] No response compression available for HTTPS requests. See ResponseCompressionOptions.EnableForHttps.
  429. 2022-03-25 13:38:56.347 -04:00 [INF] Executed action UniversalAutomation.JobController.GetLogOutput (Universal.Server) in 28.8581ms
  430. 2022-03-25 13:38:56.347 -04:00 [INF] Executed endpoint 'UniversalAutomation.JobController.GetLogOutput (Universal.Server)'
  431. 2022-03-25 13:38:56.347 -04:00 [INF] Request finished HTTP/2 GET https://UNIVERSAL.DOMAIN.TLD/api/v1/job/52493/log - - - 200 - application/json;+charset=utf-8 32.0088ms
  432. 2022-03-25 13:38:56.820 -04:00 [INF] Job 52493 completed
  433.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement