panelica_external_get_v1_migration_cloudflare_credentials
Exports all Cloudflare credentials from source server during Panelica-to-Panelica migration. Decrypts API keys using source encryption key for re-encryption on target.
Instructions
GetCloudflareCredentials exports ALL Cloudflare credentials from source server External API endpoint: GET /v1/migration/cloudflare-credentials Used during Panelica-to-Panelica migration to transfer server-level CF credentials Flow: 1. Target server calls this endpoint on source server (HMAC-authenticated) 2. Source queries cloudflare_credentials table (ALL records) 3. Source DECRYPTS API keys with source encryption key 4. Returns array of credentials (decrypted) 5. Target RE-ENCRYPTS with target encryption key and saves to DB Security: HMAC authentication required (external_auth middleware)
HTTP: GET /v1/migration/cloudflare-credentials Category: External
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||