Configures fleet telemetry via API
All checks were successful
Build, Push and Run Container / build (push) Successful in 26s

Implements fleet telemetry configuration by first removing the existing telemetry configuration and then posting a new configuration.

This configures telemetry data collection intervals and host information.

Adds logging for request/response from the API.
This commit is contained in:
2025-08-21 14:52:03 +02:00
parent 4cfad4ae33
commit 430daa39dc
2 changed files with 33 additions and 5 deletions

View File

@@ -3,7 +3,8 @@
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore": "Warning",
"System.Net.Http.HttpClient": "Warning"
"System.Net.Http.HttpClient": "Warning",
"Microsoft.Extensions.Http": "Information"
}
}
}