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 |
Required. Must be in the format |
Query parameters
Parameters | |
---|---|
header |
Optional. The standard Fleet Engine request header. |
dataset |
Optional. Name of the Cloud Logging sink dataset. |
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 |
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
.