You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Returns a short-lived signed authorization for creating a database that is billed through Cloudflare. The caller passes these values to the integration partner's own CLI, which verifies the signature before creating the database. Requires the account to be entitled to Cloudflare-billed databases for the integration.
description: The Cloudflare account the signature authorizes. This is the identifier the signature is computed over, and is passed to the integration partner's CLI.
379441
+
type: string
379442
+
example: 023e105f4ecef8ad9ca31a8372d0c353
379443
+
maxLength: 32
379444
+
x-auditable: true
379445
+
signature:
379446
+
description: Hex-encoded signature authorizing the database creation.
description: Unix timestamp, in seconds, at which the signature was issued. The integration partner uses it to verify the signature and reject stale authorizations.
379451
+
type: string
379452
+
example: '1700000000'
379453
+
x-auditable: true
379454
+
required:
379455
+
- account_id
379456
+
- timestamp
379457
+
- signature
379458
+
hyperdrive_hyperdrive-integration:
379459
+
description: The database integration that bills the new database through Cloudflare.
379460
+
type: string
379461
+
example: planetScale
379462
+
enum:
379463
+
- planetScale
379464
+
x-auditable: true
379389
379465
hyperdrive_hyperdrive-mtls:
379390
379466
description: mTLS configuration for the origin connection. Cannot be used with VPC Service origins; TLS must be managed on the VPC Service.
0 commit comments