CreateVehicleRestrictedLog

  • This webpage documents the JSON representation of restricted data from CreateVehicle requests and responses within the Fleet Engine system.

  • The JSON data includes a parent insert ID, request details (CreateVehicleRequestRestrictedLog), and response details (VehicleRestrictedLog).

  • To get complete CreateVehicle request and response information, this log needs to be combined with the parent CreateVehicleLog.

Contains restricted data from a CreateVehicle request and response. Join this log with the parent CreateVehicleLog to get the full information about this CreateVehicle request and response.

JSON representation
{
  "parentInsertId": string,
  "request": {
    object (CreateVehicleRequestRestrictedLog)
  },
  "response": {
    object (VehicleRestrictedLog)
  }
}
Fields
parentInsertId

string

The LogEntry insertId of the parent CreateVehicleLog message.

request

object (CreateVehicleRequestRestrictedLog)

The restricted information in a CreateVehicleRequest.

response

object (VehicleRestrictedLog)

The restricted information in a Vehicle response.