Fleet
Get
Get a fleet by ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier for the fleet.
Response
200 - application/json
Successful response
The unique identifier for the fleet.
Example:
84
The title of the fleet.
Example:
"New Fleet Test V3"
Indicates whether the fleet is active.
Example:
true
A list of regions associated with the fleet.
Example:
["Washington", "California", "Texas"]