https://preprod.app.oecko.com/api/v3/thinclients/poll/nuc-7760d05b-358c-455d-b69a-13676ef53756

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"2a03f8"
_vary_by_language
true
exception
Doctrine\DBAL\Exception\TableNotFoundException {#1691
  #message: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'main.thin_client' doesn't exist"
  #code: 1146
  #file: "/var/www/html/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 49
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#1688 …}
  -query: Doctrine\DBAL\Query {#1690 …}
  trace: {
    /var/www/html/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:49 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 1146:    return new TableNotFoundException($exception, $query);}
    /var/www/html/vendor/doctrine/dbal/src/Connection.php:1939 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#1688 …}
        $query: Doctrine\DBAL\Query {#1690 …}
      }
    }
    /var/www/html/vendor/doctrine/dbal/src/Connection.php:1881 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#1688 …}
        $query: Doctrine\DBAL\Query {#1690 …}
      }
    }
    /var/www/html/vendor/doctrine/dbal/src/Connection.php:1106 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
      › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#1688 …}
        $sql: "SELECT t0.id AS id_1, t0.mac_address AS mac_address_2, t0.name AS name_3, t0.ip_address AS ip_address_4, t0.ip_vpn AS ip_vpn_5, t0.disable_upgrades AS disable_upgrades_6, t0.update_to_version AS update_to_version_7, t0.need_config_update AS need_config_update_8, t0.software_version AS software_version_9, t0.hardware_id AS hardware_id_10, t0.software_id AS software_id_11, t0.token AS token_12, t0.last_consumption_reset AS last_consumption_reset_13, t0.last_screenshot_name AS last_screenshot_name_14, t0.last_screenshot_updated_at AS last_screenshot_updated_at_15, t0.last_known_status AS last_known_status_16, t0.last_status_update AS last_status_update_17, t0.last_unreachable_alert AS last_unreachable_alert_18, t0.data_consumption AS data_consumption_19, t0.network_quality AS network_quality_20, t0.router AS router_21, t0.imsi AS imsi_22, t0.update_tokens AS update_tokens_23, t0.registration AS registration_24, t0.environment_server AS environment_server_25, t0.entrance_id AS entrance_id_26 FROM thin_client t0 WHERE t0.software_id = ? LIMIT 1"
        $params: [ …1]
        $types: [ …1]
      }
    }
    /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:750 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, array $orderBy = null) …
      › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);arguments: {
        $sql: "SELECT t0.id AS id_1, t0.mac_address AS mac_address_2, t0.name AS name_3, t0.ip_address AS ip_address_4, t0.ip_vpn AS ip_vpn_5, t0.disable_upgrades AS disable_upgrades_6, t0.update_to_version AS update_to_version_7, t0.need_config_update AS need_config_update_8, t0.software_version AS software_version_9, t0.hardware_id AS hardware_id_10, t0.software_id AS software_id_11, t0.token AS token_12, t0.last_consumption_reset AS last_consumption_reset_13, t0.last_screenshot_name AS last_screenshot_name_14, t0.last_screenshot_updated_at AS last_screenshot_updated_at_15, t0.last_known_status AS last_known_status_16, t0.last_status_update AS last_status_update_17, t0.last_unreachable_alert AS last_unreachable_alert_18, t0.data_consumption AS data_consumption_19, t0.network_quality AS network_quality_20, t0.router AS router_21, t0.imsi AS imsi_22, t0.update_tokens AS update_tokens_23, t0.registration AS registration_24, t0.environment_server AS environment_server_25, t0.entrance_id AS entrance_id_26 FROM thin_client t0 WHERE t0.software_id = ? LIMIT 1"
        $params: [ …1]
        $types: [ …1]
      }
    }
    /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:241 {
      Doctrine\ORM\EntityRepository->findOneBy(array $criteria, array $orderBy = null) …
      › 
      ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
      arguments: {
        $criteria: [ …1]
        $entity: null
        $assoc: null
        $hints: []
        $lockMode: null
        $limit: 1
        $orderBy: null
      }
    }
    /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:368 {
      Doctrine\ORM\EntityRepository->resolveMagicCall(string $method, string $by, array $arguments) …
      › 
      ›     return $this->$method([$fieldName => $arguments[0]], ...array_slice($arguments, 1));}
      arguments: {
        $criteria: [ …1]
      }
    }
    /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:276 {
      Doctrine\ORM\EntityRepository->__call($method, $arguments) …
      › if (str_starts_with($method, 'findOneBy')) {    return $this->resolveMagicCall('findOneBy', substr($method, 9), $arguments);}
      arguments: {
        $method: "findOneBy"
        $by: "SoftwareId"
        $arguments: [ …1]
      }
    }
    /var/www/html/src/Controller/Api/v3/ThinclientController.php:101 {
      App\Controller\Api\v3\ThinclientController->pollThinclients(string $token, Request $request, ManagerRegistry $doctrine, PollManagerService $pollManager): JsonResponse …
      › {    $thinclient = $doctrine->getRepository(ThinClient::class)->findOneBySoftwareId($token);arguments: {
        $method: "findOneBySoftwareId"
        $arguments: [ …1]
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $token: "nuc-7760d05b-358c-455d-b69a-13676ef53756"
        $request: Symfony\Component\HttpFoundation\Request {#9 …}
        $doctrine: Doctrine\Bundle\DoctrineBundle\Registry {#332 …}
        $pollManager: App\Service\PollManagerService {#615 …}
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#9 …}
        $type: 1
      }
    }
    /var/www/html/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#9 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#9 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#175 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
content-length
"737"
content-type
"application/json"
host
"preprod.app.oecko.com"
user-agent
"python-requests/2.25.1"
x-forwarded-for
"127.0.0.1"
x-forwarded-host
"preprod.app.oecko.com"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-php-ob-level
"1"
x-real-ip
"127.0.0.1"
x-request-id
"b0fb8213b51ba43cd85dc6575bfdd3ba"
x-scheme
"https"

Request Content

Pretty

{
    "update_tokens": [
        [
            "launcher_grid",
            {
                "type": "sync.",
                "value": 1767110378
            }
        ],
        [
            "screen_background",
            {
                "type": "sync.",
                "value": 1766504521
            }
        ],
        [
            "screen_logo",
            {
                "type": "sync.",
                "value": 1766499151
            }
        ],
        [
            "messages",
            {
                "type": "sync.",
                "value": 1767110378
            }
        ],
        [
            "pages",
            {
                "type": "sync.",
                "value": 1772207912
            }
        ],
        [
            "useful_contacts",
            {
                "type": "sync.",
                "value": 1766504937
            }
        ],
        [
            "signage",
            {
                "type": "sync.",
                "value": 1766504937
            }
        ],
        [
            "weather",
            {
                "type": "exp.",
                "value": 1773097212
            }
        ],
        [
            "transport",
            {
                "type": "exp.",
                "value": 1773136084
            }
        ],
        [
            "technical_data",
            {
                "type": "sync.",
                "value": 1766499152
            }
        ],
        [
            "energy",
            {
                "type": "exp.",
                "value": 1773136084
            }
        ],
        [
            "survey",
            {
                "type": "sync.",
                "value": 1766499152
            }
        ],
        [
            "epices",
            {
                "type": "exp.",
                "value": 1773136084
            }
        ]
    ]
}

Raw

{"update_tokens": [["launcher_grid", {"type": "sync.", "value": 1767110378}], ["screen_background", {"type": "sync.", "value": 1766504521}], ["screen_logo", {"type": "sync.", "value": 1766499151}], ["messages", {"type": "sync.", "value": 1767110378}], ["pages", {"type": "sync.", "value": 1772207912}], ["useful_contacts", {"type": "sync.", "value": 1766504937}], ["signage", {"type": "sync.", "value": 1766504937}], ["weather", {"type": "exp.", "value": 1773097212}], ["transport", {"type": "exp.", "value": 1773136084}], ["technical_data", {"type": "sync.", "value": 1766499152}], ["energy", {"type": "exp.", "value": 1773136084}], ["survey", {"type": "sync.", "value": 1766499152}], ["epices", {"type": "exp.", "value": 1773136084}]]}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Sat, 14 Mar 2026 19:16:24 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42S02%5D%3A%20Base%20table%20or%20view%20not%20found%3A%201146%20Table%20%27main.thin_client%27%20doesn%27t%20exist"
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:49"
x-debug-token
"455476"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 85
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 153
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DEFAULT_FROM_EMAIL
"noreply@app.oecko.com"
FCM_API_KEY
"your-fcm-web-api-key-here"
FCM_CHANNEL
"app.oecko.com"
FCM_SENDER_ID
"your-numeric-fcm-sender-id-here"
GOOGLE_API_KEY
"your-google-api-key-here"
JWT_PASSPHRASE
"966c4e5888397f1919914b5d54d13fa3"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"semaphore"
REDIS_PORT
"6379"
SSO_VALOPHIS_AZURE_CLIENT_CERTIFICATE_PRIVATE_KEY
"certificate-private-key"
SSO_VALOPHIS_AZURE_CLIENT_CERTIFICATE_THUMBPRINT
"certificate_thumbprint"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"
UNREACHABLE_EMAILS
"['thomasdujardin@oecko.fr']"
VIDEO_BUCKET
"oecko-dev-video"

Defined as regular env variables

Key Value
AMQP_PASSWORD
"rabbitmq"
AMQP_USER
"rabbitmq"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"dsqdsdsqsqddlsqkdksqjfjighvivboppvsd"
CACHE_CONTAINER_NAME
"preprod-oecko-api-cache"
CDN_URL
"https://s3.fr-par.scw.cloud"
CONTENT_LENGTH
"737"
CONTENT_TYPE
"application/json"
DATABASE_URL
"mysql://default:mysql@preprod-oecko-server-mysql:3306/main?serverVersion=8"
DB_HOST
"preprod-oecko-server-mysql"
DB_NAME
"main"
DB_PASSWORD
"mysql"
DB_PORT
"3306"
DB_USER
"default"
DEFAULT_CONTAINER_NAME
"preprod-oecko-api"
DOCUMENT_ROOT
"/var/www/html/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GOOGLE_API_KE
"AIzaSyCI97R1JuKfpNUg1seixBJowrq69A6zmLo"
GPG_KEYS
"528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD"
HOME
"/var/www"
HOSTNAME
"preprod-oecko-server-phpserver-6866bf7fd8-6ckw7"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_CONTENT_LENGTH
"737"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"preprod.app.oecko.com"
HTTP_USER_AGENT
"python-requests/2.25.1"
HTTP_X_FORWARDED_FOR
"127.0.0.1"
HTTP_X_FORWARDED_HOST
"preprod.app.oecko.com"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"127.0.0.1"
HTTP_X_REQUEST_ID
"b0fb8213b51ba43cd85dc6575bfdd3ba"
HTTP_X_SCHEME
"https"
JWT_KEY_PASS_PHRASE
"jwt-key-default-passpgrase"
JWT_PRIVATE_KEY_BASE64
"none"
JWT_PUBLIC_KEY_BASE64
"none"
KUBERNETES_PORT
"tcp://10.32.0.1:443"
KUBERNETES_PORT_443_TCP
"tcp://10.32.0.1:443"
KUBERNETES_PORT_443_TCP_ADDR
"10.32.0.1"
KUBERNETES_PORT_443_TCP_PORT
"443"
KUBERNETES_PORT_443_TCP_PROTO
"tcp"
KUBERNETES_SERVICE_HOST
"10.32.0.1"
KUBERNETES_SERVICE_PORT
"443"
KUBERNETES_SERVICE_PORT_HTTPS
"443"
MAILER_DSN
"smtp://preprod-mailhog:1025"
MESSENGER_DSN
"amqp://rabbitmq:rabbitmq@preprod-oecko-server-rabbitmq:5672/%2f/messages"
NAVITIA_API_TOKEN
"24b3e302-ec5d-4c15-9ff5-728a22c18b89"
NUXT_APP_URL
"http://preprod.app.oecko.com/v2"
OECKO_API_ADMIN_TOKEN
"pheequohG9jooshie6quazeequah2oothiech9Poocoodo1tah"
OECKO_API_URL
"http://preprod-oecko-api-httpserver.preprod-oecko-api.svc.cluster.local:4000/api/v4/graphql"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.1.8.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"04c065515bc347bc68e0bb1ac7182669a98a731e4a17727e5731650ad3d8de4c"
PHP_URL
"https://www.php.net/distributions/php-8.1.8.tar.xz"
PHP_VERSION
"8.1.8"
PREPROD_MAILHOG_PORT
"tcp://10.34.251.193:1025"
PREPROD_MAILHOG_PORT_1025_TCP
"tcp://10.34.251.193:1025"
PREPROD_MAILHOG_PORT_1025_TCP_ADDR
"10.34.251.193"
PREPROD_MAILHOG_PORT_1025_TCP_PORT
"1025"
PREPROD_MAILHOG_PORT_1025_TCP_PROTO
"tcp"
PREPROD_MAILHOG_PORT_8025_TCP
"tcp://10.34.251.193:8025"
PREPROD_MAILHOG_PORT_8025_TCP_ADDR
"10.34.251.193"
PREPROD_MAILHOG_PORT_8025_TCP_PORT
"8025"
PREPROD_MAILHOG_PORT_8025_TCP_PROTO
"tcp"
PREPROD_MAILHOG_SERVICE_HOST
"10.34.251.193"
PREPROD_MAILHOG_SERVICE_PORT
"1025"
PREPROD_MAILHOG_SERVICE_PORT_HTTP
"8025"
PREPROD_MAILHOG_SERVICE_PORT_SMTP
"1025"
PREPROD_OECKO_SERVER_MYSQL_PORT
"tcp://10.45.236.123:3306"
PREPROD_OECKO_SERVER_MYSQL_PORT_3306_TCP
"tcp://10.45.236.123:3306"
PREPROD_OECKO_SERVER_MYSQL_PORT_3306_TCP_ADDR
"10.45.236.123"
PREPROD_OECKO_SERVER_MYSQL_PORT_3306_TCP_PORT
"3306"
PREPROD_OECKO_SERVER_MYSQL_PORT_3306_TCP_PROTO
"tcp"
PREPROD_OECKO_SERVER_MYSQL_SERVICE_HOST
"10.45.236.123"
PREPROD_OECKO_SERVER_MYSQL_SERVICE_PORT
"3306"
PREPROD_OECKO_SERVER_MYSQL_SERVICE_PORT_LISTENER
"3306"
PREPROD_OECKO_SERVER_NGINX_PORT
"tcp://10.41.45.79:80"
PREPROD_OECKO_SERVER_NGINX_PORT_80_TCP
"tcp://10.41.45.79:80"
PREPROD_OECKO_SERVER_NGINX_PORT_80_TCP_ADDR
"10.41.45.79"
PREPROD_OECKO_SERVER_NGINX_PORT_80_TCP_PORT
"80"
PREPROD_OECKO_SERVER_NGINX_PORT_80_TCP_PROTO
"tcp"
PREPROD_OECKO_SERVER_NGINX_SERVICE_HOST
"10.41.45.79"
PREPROD_OECKO_SERVER_NGINX_SERVICE_PORT
"80"
PREPROD_OECKO_SERVER_NGINX_SERVICE_PORT_LISTENER
"80"
PREPROD_OECKO_SERVER_PHPSERVER_PORT
"tcp://10.43.184.193:9000"
PREPROD_OECKO_SERVER_PHPSERVER_PORT_9000_TCP
"tcp://10.43.184.193:9000"
PREPROD_OECKO_SERVER_PHPSERVER_PORT_9000_TCP_ADDR
"10.43.184.193"
PREPROD_OECKO_SERVER_PHPSERVER_PORT_9000_TCP_PORT
"9000"
PREPROD_OECKO_SERVER_PHPSERVER_PORT_9000_TCP_PROTO
"tcp"
PREPROD_OECKO_SERVER_PHPSERVER_SERVICE_HOST
"10.43.184.193"
PREPROD_OECKO_SERVER_PHPSERVER_SERVICE_PORT
"9000"
PREPROD_OECKO_SERVER_PHPSERVER_SERVICE_PORT_HTTP
"9000"
PREPROD_OECKO_SERVER_RABBITMQ_PORT
"tcp://10.41.221.205:5672"
PREPROD_OECKO_SERVER_RABBITMQ_PORT_5672_TCP
"tcp://10.41.221.205:5672"
PREPROD_OECKO_SERVER_RABBITMQ_PORT_5672_TCP_ADDR
"10.41.221.205"
PREPROD_OECKO_SERVER_RABBITMQ_PORT_5672_TCP_PORT
"5672"
PREPROD_OECKO_SERVER_RABBITMQ_PORT_5672_TCP_PROTO
"tcp"
PREPROD_OECKO_SERVER_RABBITMQ_SERVICE_HOST
"10.41.221.205"
PREPROD_OECKO_SERVER_RABBITMQ_SERVICE_PORT
"5672"
PREPROD_OECKO_SERVER_RABBITMQ_SERVICE_PORT_LISTENER
"5672"
PREPROD_OECKO_SERVER_REDIS_PORT
"tcp://10.33.165.135:6379"
PREPROD_OECKO_SERVER_REDIS_PORT_6379_TCP
"tcp://10.33.165.135:6379"
PREPROD_OECKO_SERVER_REDIS_PORT_6379_TCP_ADDR
"10.33.165.135"
PREPROD_OECKO_SERVER_REDIS_PORT_6379_TCP_PORT
"6379"
PREPROD_OECKO_SERVER_REDIS_PORT_6379_TCP_PROTO
"tcp"
PREPROD_OECKO_SERVER_REDIS_SERVICE_HOST
"10.33.165.135"
PREPROD_OECKO_SERVER_REDIS_SERVICE_PORT
"6379"
PREPROD_OECKO_SERVER_REDIS_SERVICE_PORT_HTTP
"6379"
PWD
"/var/www/html"
QUERY_STRING
""
RABBITMQ_HOST
"preprod-oecko-server-rabbitmq"
REDIRECT_STATUS
"200"
REDIS_HOST
"preprod-oecko-server-redis"
REMOTE_ADDR
"100.64.6.144"
REMOTE_PORT
"34348"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1773515783
REQUEST_TIME_FLOAT
1773515783.9397
REQUEST_URI
"/api/v3/thinclients/poll/nuc-7760d05b-358c-455d-b69a-13676ef53756"
S3_ACCESS_KEY
"SCWBRKWXH7F7QHRWWEGY"
S3_CUSTOM_ENDPOINT
"https://s3.fr-par.scw.cloud"
S3_REGION
"fr-par"
S3_SECRET_KEY
"e04f7989-2db5-411e-b340-a7b7ffcf0582"
SCREEN_MODULES_LIST_URL
"https://preprod.client.app.oecko.com/config/OAqtCRLldq1w0xx1GtJB3Gszp2LINz2y3TUP86zRCBmxQ4Dc28/screen-modules.json"
SCRIPT_FILENAME
"/var/www/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"100.64.0.133"
SERVER_NAME
""
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.19.0"
SHLVL
"0"
SSO_VALOPHIS_AZURE_CLIENT_ID
"e9b0602e-c47a-4786-b2d2-cd7de89fec2a"
SSO_VALOPHIS_AZURE_CLIENT_SECRET
"dgh8Q~hKApL6MiEXo5SdmdT_toVGvIJ9meQ~~cT-"
SSO_VALOPHIS_AZURE_TENANT_ID
"065d23a5-e075-4d44-91ca-b04d1a8f62f0"
SSO_VALOPHIS_ORGANIZATION_ID
"6"
SYMFONY_DOTENV_VARS
"TRUSTED_PROXIES,REDIS_PORT,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN,DEFAULT_FROM_EMAIL,UNREACHABLE_EMAILS,GOOGLE_API_KEY,FCM_API_KEY,FCM_SENDER_ID,FCM_CHANNEL,VIDEO_BUCKET,LOCK_DSN,SSO_VALOPHIS_AZURE_CLIENT_CERTIFICATE_PRIVATE_KEY,SSO_VALOPHIS_AZURE_CLIENT_CERTIFICATE_THUMBPRINT"
THINCLIENT_INSTALL_CODE
"749703"
USER
"www-data"
WORKER_MODE
"app"

Parent Request

Return to parent request (token = dd1b19)

Key Value
_controller
"App\Controller\Api\v3\ThinclientController::pollThinclients"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_api_v3_thinclient_pollthinclients"
_route_params
[
  "token" => "nuc-7760d05b-358c-455d-b69a-13676ef53756"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"669b2d"
_vary_by_language
true
media_type
"application/json"
token
"nuc-7760d05b-358c-455d-b69a-13676ef53756"