ncloud_edge_create_edge
Create a Global Edge CDN edge by configuring origin type, service domain, protocol, and region; use dryRun to preview before actual creation.
Instructions
Create a new Global Edge CDN edge with origin, caching, and distribution settings. Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, returns a preview without actually creating the edge | |
| edgeName | Yes | Edge name (3-35 chars, letters, numbers, '-', '_') | |
| profileId | Yes | Profile ID to create the edge under | |
| originPort | No | Origin port number | |
| originType | Yes | Origin server type | |
| regionType | Yes | Service area (KOREA, JAPAN, or GLOBAL) | |
| originRegion | No | Origin region (required for OBJECT_STORAGE or LOAD_BALANCER) | |
| protocolType | Yes | Service protocol type | |
| originBucketName | No | Origin bucket name (required for OBJECT_STORAGE) | |
| certificateSlotId | No | Certificate slot ID (required for CUSTOM_DOMAIN with HTTPS) | |
| serviceDomainName | No | Domain name (required for NCP_DOMAIN_CUSTOM or CUSTOM_DOMAIN) | |
| serviceDomainType | Yes | Service domain type | |
| originProtocolType | No | Origin protocol type | HTTP |
| originCustomLocation | No | Origin domain name (required for LOAD_BALANCER, API_GATEWAY, or CUSTOM) |