Specifying the Fleet in Requests
To target a specific fleet, include theFleet-Id
header in your API requests. This header should carry the unique identifier (ID) of the fleet you wish to interact with.
Header Format
- Header Name: Fleet-Id
- Value: The unique identifier (ID) of the fleet.
Fleet-Id
header in a request:
Plain Text
Default Fleet Data Retrieval
If theFleet-Id
header is not included in a request, the API will automatically revert to the user’s default fleet. Data associated with this default fleet will be fetched and returned in the response.
This approach ensures that users can manage multiple fleets within the same system, providing flexibility and efficiency in accessing fleet-specific data. Always ensure that the Fleet-Id
header is correctly specified to interact with the intended fleet.