Create a fleet

View as Markdown
Fleet will be created in the organization the requester belongs to at the time of the request. In order to create a private fleet, all sims of the organization must be shut down.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired1-128 characters
clusterstring or nullOptionalformat: "uuid"

Cluster used to run pod-based simulations in.

flagsobjectOptional
Behavior flags for the fleet.

Response

idstringRead-onlyformat: "uuid"
createddatetimeRead-only
modifieddatetimeRead-only
namestringRead-only
org_namestring or nullRead-only
Name of the organization that owns this fleet, or null for public fleets.
clusterstring or nullRead-onlyformat: "uuid"
The cluster that the fleet is a member of.
flagsobjectOptional
Behavior flags for the fleet.

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error