Workloads V2
Authorizations
AuthorizationstringRequired
Bearer authentication
Body
manifestBase64Encodedstring · byteOptionalExample:
Kubernetes YAML manifest encoded in base 64. Mutually exclusive with manifest.
YXBpVmVyc2lvbjogdjEKa2luZDogUG9kCm1ldGFkYXRhOgogIG5hbWU6IG15LXBvZApzcGVjOgogIGNvbnRhaW5lcnM6CiAgLSBuYW1lOiBuZ2lueAogICAgaW1hZ2U6IG5naW54OmxhdGVzdAo=Responses
202
Workload creation request accepted.
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
409
The specified resource already exists
application/json
500
unexpected error
application/json
503
unexpected error
application/json
post
/api/v2/workloadsAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
WorkloadV2Idstring · uuidRequired
The ID of the workload.
Responses
200
Successfully retrieved the workload
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v2/workloads/{WorkloadV2Id}Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
WorkloadV2Idstring · uuidRequired
The ID of the workload.
Responses
202
Deletion request accepted.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
delete
/api/v2/workloads/{WorkloadV2Id}Last updated