On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

Method: archive.providers.vehicles.get

Stay organized with collections Save and categorize content based on your preferences.

Returns a vehicle entity as it was at the end of a given time window.

HTTP request

GET https://fleetengine.googleapis.com/v1/archive/{name=providers/*/vehicles/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Must be in the format providers/{provider}/vehicles/{vehicle}. The provider must be the Project ID (for example, sample-cloud-project) of the Google Cloud Project of which the service account making this call is a member.

Query parameters

Parameters
header

object (RequestHeader)

Optional. The standard Fleet Engine request header.

dataset

string

Optional. Name of the Cloud Logging sink dataset.

timeWindow

object (TimeWindow)

Required. The time window for which to look up the vehicle. If the vehicle entity changed during the time window, then the latest vehicle entity will be returned.

maximumBytesBilled

string (Int64Value format)

Optional. This parameter is used to limit BigQuery costs. Limits the bytes billed for this request. Requests with bytes billed above this limit will fail (without incurring a charge). If the parameter is not specified, the system uses the default project limit set by BigQuery. This is either unlimited, or whatever you have specified as your project default with BigQuery. See BigQuery documentation for details.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Vehicle.