HEX
Server: Apache/2.4.59 (Debian)
System: Linux keymana 4.19.0-21-cloud-amd64 #1 SMP Debian 4.19.249-2 (2022-06-30) x86_64
User: lijunjie (1003)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/beta/HttpRouteAction.yaml
$schema: "http://json-schema.org/draft-06/schema#"

title: compute beta HttpRouteAction export schema
description: A gcloud export/import command YAML validation schema.
type: object
additionalProperties: false
properties:
  COMMENT:
    type: object
    description: User specified info ignored by gcloud import.
    additionalProperties: false
    properties:
      template-id:
        type: string
      region:
        type: string
      description:
        type: string
      date:
        type: string
      version:
        type: string
  UNKNOWN:
    type: array
    description: Unknown API fields that cannot be imported.
    items:
      type: string
  corsPolicy:
    description: |-
      The specification for allowing client side cross-origin requests. Please
      see W3C Recommendation for Cross Origin Resource Sharing
    $ref: CorsPolicy.yaml
  faultInjectionPolicy:
    description: |-
      The specification for fault injection introduced into traffic to test the
      resiliency of clients to backend service failure. As part of fault
      injection, when clients send requests to a backend service, delays can be
      introduced by Loadbalancer on a percentage of requests before sending
      those request to the backend service. Similarly requests from clients can
      be aborted by the Loadbalancer for a percentage of requests. timeout and
      retry_policy will be ignored by clients that are configured with a
      fault_injection_policy.
    $ref: HttpFaultInjection.yaml
  requestMirrorPolicy:
    description: |-
      Specifies the policy on how requests intended for the route's backends are
      shadowed to a separate mirrored backend service. Loadbalancer does not
      wait for responses from the shadow service. Prior to sending traffic to
      the shadow service, the host / authority header is suffixed with -shadow.
    $ref: RequestMirrorPolicy.yaml
  retryPolicy:
    description: Specifies the retry policy associated with this route.
    $ref: HttpRetryPolicy.yaml
  timeout:
    description: |-
      Specifies the timeout for the selected route. Timeout is computed from the
      time the request has been fully processed (i.e. end-of-stream) up until
      the response has been completely processed. Timeout includes all retries.
      If not specified, will use the largest timeout among all backend services
      associated with the route.
    $ref: Duration.yaml
  urlRewrite:
    description: |-
      The spec to modify the URL of the request, prior to forwarding the request
      to the matched service.
    $ref: UrlRewrite.yaml
  weightedBackendServices:
    description: |-
      A list of weighted backend services to send traffic to when a route match
      occurs. The weights determine the fraction of traffic that flows to their
      corresponding backend service. If all traffic needs to go to a single
      backend service, there must be one weightedBackendService with weight set
      to a non 0 number. Once a backendService is identified and before
      forwarding the request to the backend service, advanced routing actions
      like Url rewrites and header transformations are applied depending on
      additional settings specified in this HttpRouteAction.
    type: array
    items:
      $ref: WeightedBackendService.yaml