Create a fleet for a specific org (admin only)
Create a fleet for a specific org (admin only)
Creates a private fleet and assigns it to the specified org. The target org must have no active simulations and must not already have a fleet.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
org
Name of the organization to assign the fleet to.
flags
Behavior flags for the fleet.
Response
id
created
modified
name
org_name
Name of the organization that owns this fleet, or null for public fleets.
cluster
The cluster that the fleet is a member of.
flags
Behavior flags for the fleet.
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error