Symfony\Component\Routing\Route {#1585
  -path: "/services/json/chart-autoupdate/{solid_listing_key}/{from_timestamp}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_title" => "Timeserie JSON"
    "_controller" => "\Drupal\rasch_fi_services\Controller\RaschFiServicesTimeserieController::autoUpdateChart"
  ]
  -requirements: array:3 [
    "_permission" => "access content"
    "solid_listing_key" => "(\d+)-(\d+)-(\d+)"
    "from_timestamp" => "(\d+)"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "no_cache" => "TRUE"
    "parameters" => array:2 [
      "solid_listing_key" => array:1 [
        "type" => "string"
      ]
      "frequency" => array:1 [
        "type" => "string"
      ]
    ]
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:2 [
      0 => "solid_listing_key"
      1 => "from_timestamp"
    ]
    -tokens: array:3 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "(?:\d+)"
        3 => "from_timestamp"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "(?:\d+)-(?:\d+)-(?:\d+)"
        3 => "solid_listing_key"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/services/json/chart-autoupdate"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/json/chart\-autoupdate/(?P<solid_listing_key>(?:\d+)-(?:\d+)-(?:\d+))/(?P<from_timestamp>(?:\d+))$}sDu"
    -pathVariables: array:2 [
      0 => "solid_listing_key"
      1 => "from_timestamp"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 28
    #patternOutline: "/services/json/chart-autoupdate/%/%"
    #numParts: 5
  }
}