List all the fleets within a project.
/v1/projects/{projectID}/fleets
"AND" separated query
dev AND prod
Desired output config format.
ini
, json
, yaml
Create a fleet on the given project. Agents can be added later to this fleet and all of them will share the same config.
/v1/projects/{projectID}/fleets
my-fleet
semver
v1.0.0
The fleet fluent-bit configuration in the format defined by configFormat.
ini
, json
, yaml
dev