Method: providers.trips.create
Stay organized with collections
Save and categorize content based on your preferences.
Creates a trip in the Fleet Engine and returns the new trip.
HTTP request
POST https://fleetengine.googleapis.com/v1/{parent=providers/*}/trips
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. Must be in the format providers/{provider} . 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 )
The standard Fleet Engine request header.
|
tripId |
string
Required. Unique Trip ID. Subject to the following restrictions:
- Must be a valid Unicode string.
- Limited to a maximum length of 64 characters.
- Normalized according to Unicode Normalization Form C.
- May not contain any of the following ASCII characters: '/', ':', '?', ',', or '#'.
|
Request body
The request body contains an instance of Trip
.
Response body
If successful, the response body contains a newly created instance of Trip
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-18 UTC."],[[["This endpoint enables the creation of a new trip within the Fleet Engine system, returning the trip details upon successful creation."],["The request must be a POST request to the specified URL, including necessary path and query parameters such as provider ID and a unique trip ID."],["The request body should contain a Trip object with relevant trip details as outlined in the provided documentation."],["A successful response will return the newly created Trip object, providing confirmation and details of the initiated trip."]]],[]]