CdnServiceDetail
CdnServiceDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : | string | |
| cache_expiry_time required | The cache expiry time in seconds for content stored at edge locations. Example : | integer | |
| cache_key_hostname required | The hostname used as part of the cache key (e.g., ORIGIN_HOSTNAME, INCOMING_HOST_HEADER). Example : | string | |
| caching_option required | The caching option for the CDN content (e.g., CACHE, NO_CACHE, BYPASS_CACHE). Example : | string | |
| cdn_origin_hostname required | The hostname of the origin server from which the CDN retrieves content. Example : | string | |
| cdn_origin_port required | The port used to connect to the origin server. Example : | integer | |
| cdn_origin_protocol required | The protocol used to connect to the origin server (e.g., HTTP, HTTPS). Example : | string | |
| cdn_service_activation_state required | The activation state of the CDN service. Example : | string | |
| cdn_service_config_version required | The configuration version of the CDN service. Example : | integer | |
| cdn_service_domain required | The domain name through which the CDN service delivers content. Example : | string | |
| cdn_service_origin_path required | The path on the origin server from which the CDN retrieves content. Example : | string | |
| cdn_service_state required | The current state of the CDN service (e.g., RUNNING, STOPPED, CREATING, DELETING). Example : | string | |
| content_policy required | The content delivery policy for the CDN service (e.g., ONLY_VALIDATED_CONTENTS, ALL_CONTENTS). Example : | string | |
| created_at required | The timestamp when the resource was created, in ISO 8601 format. Example : | string | |
| created_by required | The user id that created the resource. Example : | string | |
| custom_forward_host_header required | The custom host header forwarded to the origin when forward host header is set to CUSTOM. Example : | string | |
| description required | Description Example : | string | |
| forward_host_header required | The host header forwarded to the origin server (e.g., ORIGIN_HOSTNAME, INCOMING_HOST_HEADER, CUSTOM). Example : | string | |
| id required | The unique identifier of the CDN service. Example : | string | |
| modified_at required | The timestamp when the resource was last modified, in ISO 8601 format. Example : | string | |
| modified_by required | The user id that last modified the resource. Example : | string | |
| name required | The name of the CDN service. Example : | string | |
| origin_hostname_type required | The type of the origin hostname (e.g., DOMAIN, IP). Example : | string | |
| query_string_ignored required | Indicates whether the query string is ignored when caching content. Example : | boolean | |
| range_request_allowed required | Indicates whether range requests are allowed for content delivery. Example : | boolean | |
| region required | The region where the CDN service is provided. Example : | string | |
| request_custom_headers required | The custom headers added to requests forwarded to the origin server. Example : | object | |
| response_custom_headers required | The custom headers added to responses returned to the client. Example : | object |