Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Hiloop API key sent as an HTTP Bearer token.

Headers

idempotency-key
string
required

Required idempotency key for this mutation. The server records the result from execution start. For at least 72 hours, reuse by the same organization and route replays the original status and body. A matching request still in flight or reuse for different input returns 409 idempotency_conflict. Keys are scoped by organization and route and contain 1-255 characters.

Required string length: 1 - 255

Path Parameters

name
string
required

The registered workload name.

Body

application/json
name
string

The registered workload name.

cloud
string

Cloud provider: aws, gcp, or azure.

descriptor
object

Strict parameters for the selected cloud. The server derives the canonical audience.

Response

OK

federation_config
object

The committed registration. A same-key, same-request retry returns this same row.