Querying Domain Name Configuration
Function
This API is used to query the domain name configuration. You can query the service type, service area, IPv6, origin protocol, origin URL rewriting, advanced origin, range request, redirect from origin, ETag verification, origin response timeout, origin request header, HTTPS, TLS version, force redirect, HSTS, HTTP/2, OCSP stapling, QUIC, cache rule, status code cache TTL, referer validation, IP ACL, User-Agent ACL, token authentication, remote authentication, IP access frequency, HTTP header, custom error page, smart compression, request rate limiting, video seek, origin SNI, access URL rewriting, and browser cache TTL settings.
URI
GET /v1.1/cdn/configuration/domains/{domain_name}/configs
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
domain_name |
Yes |
String |
Domain name. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
enterprise_project_id |
No |
String |
Enterprise project ID. The value all indicates all projects. |
show_special_configs |
No |
String |
To query the values of the primary and secondary authentication keys, set this parameter to auth_key. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. It can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
configs |
ConfigsGetBody object |
Configuration items. |
Parameter |
Type |
Description |
---|---|---|
business_type |
String |
Service type:
|
service_area |
String |
Service area.
|
origin_request_header |
Array of OriginRequestHeader objects |
Origin request header settings. |
http_response_header |
Array of HttpResponseHeader objects |
HTTP header settings. |
url_auth |
UrlAuthGetBody object |
Response body for querying token authentication settings. |
https |
HttpGetBody object |
Response body for querying certificate settings. |
sources |
Array of SourcesConfigResponseBody objects |
Origin server settings. |
origin_protocol |
String |
Origin protocol. Possible values: follow (same as user requests), http (HTTP, default value), and https (HTTPS). |
origin_follow302_status |
String |
Redirect from origin. Possible values: on (enabled) and off (disabled). |
cache_rules |
Array of CacheRules objects |
Cache rules. |
ip_filter |
IpFilter object |
IP address blacklist or whitelist. |
referer |
RefererConfig object |
Referer validation. |
force_redirect |
ForceRedirectConfig object |
Force redirect. |
compress |
Compress object |
Smart compression. |
cache_url_parameter_filter |
Response body for querying the settings of caching URL parameters.
NOTE:
This old parameter will be deprecated recently. |
|
ipv6_accelerate |
Integer |
IPv6 settings. Possible values: 1 (enabled) and 0 (disabled). |
error_code_cache |
Array of ErrorCodeCache objects |
Status code cache TTL. |
origin_range_status |
String |
Range requests. Possible values: on (enabled) and off (disabled). |
user_agent_filter |
UserAgentFilter object |
User-Agent blacklist or whitelist settings. |
origin_request_url_rewrite |
Array of OriginRequestUrlRewrite objects |
Origin request URL rewriting. |
flexible_origin |
Array of flexibleOrigins objects |
Advanced origins. |
slice_etag_status |
String |
Whether ETag is verified during origin pull. Possible values: on (yes) and off (no). |
origin_receive_timeout |
Integer |
Origin response timeout, in seconds. |
remote_auth |
commonRemoteAuth object |
Remote authentication settings. |
video_seek |
videoSeek object |
Video seek settings.
NOTE:
|
request_limit_rules |
Array of RequestLimitRules objects |
Request rate limiting settings. |
ip_frequency_limit |
IpFrequencyLimitQuery object |
IP access frequency. |
hsts |
HstsQuery object |
HSTS settings. HSTS forces clients (such as browsers) to use HTTPS to access your server, improving access security. |
quic |
Quic object |
QUIC protocol. |
error_code_redirect_rules |
Array of ErrorCodeRedirectRules objects |
Custom error page. |
sni |
Sni object |
Origin SNI. |
request_url_rewrite |
Array of RequestUrlRewrite objects |
Access URL rewriting. |
browser_cache_rules |
Array of BrowserCacheRules objects |
Browser cache TTL. |
Parameter |
Type |
Description |
---|---|---|
name |
String |
Name of an origin request header. The value contains 1 to 64 characters, including letters, digits, and hyphens (-). It must start with a letter. |
value |
String |
Value of the origin request header. This parameter is optional for the delete operation. The value contains 1 to 1,000 characters. Variables, for example, $client_ip and $remote_port, are not supported. |
action |
String |
Operation type of the origin request header. Possible values: delete and set. A request header field can only be deleted or set. set: If the header does not exist in the original origin pull request, add the header before setting its value. |
Parameter |
Type |
Description |
---|---|---|
name |
String |
HTTP response header. Possible values: Content-Disposition, Content-Language, Access-Control-Allow-Origin, Access-Control-Allow-Methods, Access-Control-Max-Age, Access-Control-Expose-Headers, or custom headers. The value contains 1 to 100 characters, including letters, digits, and hyphens (-). It must start with a letter. |
value |
String |
Value of the HTTP response header. This parameter is optional for the delete operation. The value of a custom HTTP response header contains 1 to 1,000 characters, including letters, digits, and special characters such as .-_*#!&+|^~'"/:;,=@?<>. |
action |
String |
Operation type of the HTTP response header. The value can be set or delete. |
Parameter |
Type |
Description |
---|---|---|
status |
String |
Whether token authentication is enabled. Possible values: on (enabled) and off (disabled). |
type |
String |
Signing method. type_a: method A. type_b: method B. type_c1: method C1. type_c2: method C2. |
expire_time |
Integer |
Expiration time, in seconds. |
sign_method |
String |
Encryption algorithm. |
match_type |
String |
Authentication scope. |
inherit_config |
InheritConfigQuery object |
Authentication inheritance. Authentication parameters are added to TS and MP4 files under M3U8/MPD index files, so that the files can be played after authentication succeeds. |
key |
String |
Signing key. |
backup_key |
String |
Secondary key. |
sign_arg |
String |
Authentication parameters. |
time_format |
String |
Time format. dec: decimal. hex: hexadecimal. |
Parameter |
Type |
Description |
---|---|---|
status |
String |
Whether authentication inheritance is enabled. The options are on (enabled) and off (disabled). |
inherit_type |
String |
Authentication inheritance settings. The value can be m3u8, mpd, or m3u8,mpd. |
inherit_time_type |
String |
Time type of the files that inherits authentication settings. sys_time: current system time. parent_url_time: time when a user accesses the M3U8/MPD file. |
Parameter |
Type |
Description |
---|---|---|
https_status |
String |
Whether HTTPS is enabled. Possible values: on (enabled) and off (disabled). |
certificate_type |
String |
Certificate type. server: international certificate. |
certificate_source |
Integer |
Certificate source. 1: Huawei-managed certificate; 0: your own certificate. |
certificate_name |
String |
Certificate name. |
certificate_value |
String |
Content of the certificate used by the HTTPS protocol. The value must be PEM encoded. |
expire_time |
Long |
Certificate expiration time.
NOTE:
The value is in UTC format. |
http2_status |
String |
Whether HTTP/2 is used. Possible values: on (yes) and off (no). |
tls_version |
String |
Transport Layer Security (TLS). |
ocsp_stapling_status |
String |
Whether Online Certificate Status Protocol (OCSP) stapling is enabled. Possible values: on (yes) and off (no). |
Parameter |
Type |
Description |
---|---|---|
origin_type |
String |
Origin server type.
|
origin_addr |
String |
IP address or domain name of the origin server. |
priority |
Integer |
Origin server priority. Possible values: 70 (primary) and 30 (standby). |
weight |
Integer |
Weight. The value ranges from 1 to 100. |
obs_web_hosting_status |
String |
Whether static website hosting is enabled for the OBS bucket. This parameter is mandatory when the origin server type is obs_bucket. Possible values: off (disabled) and on (enabled). |
http_port |
Integer |
HTTP port. Default value: 80. The port number ranges from 1 to 65535. |
https_port |
Integer |
HTTPS port. Default value: 443. The port number ranges from 1 to 65535. |
host_name |
String |
Host header. The default value is the acceleration domain name. |
obs_bucket_type |
String |
OBS bucket type.
|
bucket_access_key |
String |
Access key of the third-party bucket.
NOTE:
This parameter is mandatory when the origin server is a third-party bucket. |
bucket_secret_key |
String |
Secret key of the third-party bucket.
NOTE:
This parameter is mandatory when the origin server is a third-party bucket. |
bucket_region |
String |
Region of the third-party bucket.
NOTE:
This parameter is mandatory when the origin server is a third-party bucket. |
bucket_name |
String |
Name of the third-party bucket.
NOTE:
This parameter is mandatory when the origin server is a third-party bucket. |
Parameter |
Type |
Description |
---|---|---|
match_type |
String |
Match type.
|
match_value |
String |
Cache content based on the cache rule. If match_type is set to all, this parameter is left blank. If match_type is set to file_extension, the value of this parameter is a list of file types. A file type starts with a period (.). File types are separated by commas (,), for example, .jpg,.zip,.exe. Up to 20 file types are supported. If match_type is set to catalog, the value of this parameter is a list of directories. A directory starts with a slash (/). Directories are separated by commas (,), for example, /test/folder01,/test/folder02. Up to 20 directories are supported. If match_type is set to full_path, the value of this parameter is a full path. A full path starts with a slash (/) and supports wildcard characters (*). A cache rule can contain only one full path, for example, /test/index.html or /test/*.jpg. If match_type is set to home_page, this parameter is left blank. |
ttl |
Integer |
Cache TTL. The maximum TTL is 365 days.
NOTE:
The default value is 0. |
ttl_unit |
String |
Unit of the cache TTL. Possible values: s (second), m (minute), h (hour), and d (day). |
priority |
Integer |
Priority of the cache rule. The default value is 1 and the value ranges from 1 to 100. A larger value indicates a higher priority. The priority of a rule must be unique. |
follow_origin |
String |
Origin cache control status. Possible values: on (enabled) and off (disabled). > The default value is off. |
url_parameter_type |
String |
URL parameters.
|
url_parameter_value |
String |
URL parameters, which are separated by commas (,). Up to 10 parameters can be set. > This parameter is mandatory when url_parameter_type is set to del_params or reserve_params. |
Parameter |
Type |
Description |
---|---|---|
type |
String |
IP ACL type. off: Disable the IP ACL. black: IP address blacklist. white: IP address whitelist. |
value |
String |
IP address blacklist or whitelist. This parameter is optional when type is set to off. A list contains up to 500 IP addresses and IP address segments, which are separated by commas (,). IPv6 addresses are supported. Duplicate IP addresses and IP address segments will be removed. Addresses with wildcard characters are not supported, for example, 192.168.0.*. |
Parameter |
Type |
Description |
---|---|---|
type |
String |
Referer validation type. off: Disable referer validation. black: referer blacklist. white: referer whitelist. |
value |
String |
Domain names or IP addresses, which are separated by commas (,). Wildcard domain names and domain names with port numbers are supported. Enter up to 400 domain names and IP addresses. The port number ranges from 1 to 65535. |
include_empty |
Boolean |
Whether blank referers are included. A referer blacklist including blank referers indicates that requests without any referers are not allowed to access. A referer whitelist including blank referers indicates that requests without any referers are allowed to access. Possible values: true (included) and false (default value, excluded). |
Parameter |
Type |
Description |
---|---|---|
status |
String |
Whether force redirect is enabled. Possible values: on (enabled) and off (disabled). |
type |
String |
Force redirect type. Possible values: http (force redirect to HTTP) and https (force redirect to HTTPS). |
redirect_code |
Integer |
Redirect status code 301 or 302. |
Parameter |
Type |
Description |
---|---|---|
status |
String |
Whether smart compression is enabled. Possible values: on (enabled) and off (disabled). |
type |
String |
Smart compression type. Possible values: gzip (gzip) and br (Brotli). |
file_type |
String |
Formats of files to be compressed. Enter up to 200 characters. Multiple formats are separated by commas (,). Each format contains up to 50 characters. The default value is .js,.html,.css,.xml,.json,.shtml,.htm when smart compression is used for the first time. When this function is used again and this value is left empty, the result of the previous setting is used. |
Parameter |
Type |
Description |
---|---|---|
type |
String |
Operation type of caching URL parameters.
|
value |
String |
Parameter value. |
Parameter |
Type |
Description |
---|---|---|
code |
Integer |
Supported error codes, including 301, 302, 400, 403, 404, 405, 414, 500, 501, 502, 503, and 504. |
ttl |
Integer |
Error code cache TTL, in seconds. The value ranges from 0 to 31,536,000 (365 days each year by default).
NOTE:
The cache TTL of 3XX status codes ranges from 0s to 20s. |
Parameter |
Type |
Description |
---|---|---|
type |
String |
User-Agent blacklist or whitelist type. off: The User-Agent blacklist/whitelist is disabled. black: User-Agent blacklist. white: User-Agent whitelist. |
value |
String |
User-Agent blacklist or whitelist. This parameter is optional when type is set to off. Up to 10 rules can be configured. A single rule contains up to 100 characters. Rules are separated by commas (,). |
ua_list |
Array of strings |
User-Agent blacklist or whitelist. This parameter is optional when type is set to off. Up to 10 rules can be configured. A rule contains up to 100 characters. When ua_list and value are both set, ua_list is used. |
Parameter |
Type |
Description |
---|---|---|
priority |
Integer |
Priority of a URL rewrite rule. The priority of a rule is mandatory and must be unique. The rule with the highest priority will be used for matching first. Enter an integer ranging from 1 to 100. A greater number indicates a higher priority. |
match_type |
String |
Match type. all: all files. file_path: URI path. wildcard full_path |
source_url |
String |
URI to be rewritten. A URI starts with a slash (/) and does not contain http://, https://, or the domain name. The value contains up to 512 characters. Wildcards (*) are supported, for example, /test/*/*.mp4. If the match mode is set to all files, parameters cannot be configured. |
target_url |
String |
A URI starts with a slash (/) and does not contain http://, https://, or the domain name. The value contains up to 256 characters. The nth wildcard (*) field can be substituted with $n, where n = 1, 2, 3..., for example, /newtest/$1/$2.jpg. |
Parameter |
Type |
Description |
---|---|---|
match_type |
String |
URI match mode. The value can be file_extension or file_path. |
match_pattern |
String |
file_extension: All file types are supported. A file type starts with a period (.). File types are separated by semicolons (;). Up to 20 file types are supported. file_path: A path starts with a slash (/). Paths are separated by semicolons (;). Up to 20 paths are supported. |
priority |
Integer |
The priority value ranges from 1 to 100. The larger the value, the higher the priority. |
back_sources |
Array of backSources objects |
Origin information.
NOTE:
Only one origin server is allowed in each directory. |
Parameter |
Type |
Description |
---|---|---|
sources_type |
String |
Origin server type. Possible values: ipaddr (IP address), domain (domain name), and obs_bucket (OBS bucket). |
ip_or_domain |
String |
IP address or domain name of the origin server. |
obs_bucket_type |
String |
OBS bucket type.
|
http_port |
Integer |
HTTP port. Value range: 1 to 65535. Default value: 80. |
https_port |
Integer |
HTTPS port. Value range: 1 to 65535. Default value: 443. |
Parameter |
Type |
Description |
---|---|---|
remote_authentication |
String |
Whether remote authentication is enabled. Possible values: on (enabled) and off (disabled). |
remote_auth_rules |
RemoteAuthRule object |
Remote authentication settings. |
Parameter |
Type |
Description |
---|---|---|
auth_server |
String |
Address of a reachable authentication server. The URL must contain http:// or https://. The address cannot be a local address such as localhost or 127.0.0.1. The address cannot be an acceleration domain name added on CDN. |
request_method |
String |
Request method supported by the authentication server. GET, POST, and HEAD are supported. |
file_type_setting |
String |
all: Requests for all files are authenticated. specific_file: Requests for files of specific types are authenticated. Example: jpg|MP4 File types are case insensitive. For example, jpg and JPG indicate the same file type. File types are separated by vertical bars (|). |
specified_file_type |
String |
The value contains up to 512 characters. This parameter is mandatory when file_type_setting is set to specific_file. In other cases, this parameter is left blank. The value contains letters and digits. File types are separated by vertical bars (|), for example, jpg|mp4. This field is verified only when it is mandatory. |
reserve_args_setting |
String |
Parameters that need to be authenticated in user requests. The options are reserve_all_args (retain all URL parameters), reserve_specific_args (retain specified URL parameters), and ignore_all_args (ignore all URL parameters). |
reserve_args |
String |
This parameter is mandatory when reserve_args_setting is set to reserve_specific_args. In other cases, this parameter is left blank. Parameters are separated by vertical bars (|), for example, key1|key2. |
add_custom_args_rules |
Array of customArgs objects |
Token authentication parameters. |
reserve_headers_setting |
String |
Headers to be authenticated in user requests. The options are reserve_all_headers (retain all request headers), reserve_specific_headers (retain specified request headers), and ignore_all_headers (ignore all request headers). |
add_custom_headers_rules |
Array of customArgs objects |
Request header authentication parameters. |
auth_success_status |
String |
Status code returned by the remote authentication server to CDN PoPs when authentication is successful. Value range: 2xx and 3xx. |
auth_failed_status |
String |
Status code returned by the remote authentication server to CDN PoPs when authentication fails. Value range: 4xx and 5xx. |
response_status |
String |
Status code returned by CDN PoPs to users when authentication fails. Value range: 2xx, 3xx, 4xx, and 5xx. |
timeout |
Integer |
Authentication timeout interval, that is, the interval from the time when a CDN PoP forwards an authentication request to the time when the CDN PoP receives the result returned by the remote authentication server. Enter 0 or a value ranging from 50 to 3,000. The unit is millisecond. |
timeout_action |
String |
Method used by CDN PoPs to process a user request after authentication times out. pass: The user request is allowed and the corresponding resource is returned after the authentication times out. forbid: The user request is rejected after the authentication times out and the configured status code is returned to the user. |
reserve_headers |
String |
This parameter is mandatory when reserve_headers_setting is set to reserve_specific_headers. In other cases, this parameter is left blank. Request headers are separated by vertical bars (|), for example, key1|key2. |
Parameter |
Type |
Description |
---|---|---|
type |
String |
Parameter type. Possible values: custom_var (custom) and nginx_preset_var (preset). |
key |
String |
Parameter, which containing 1 to 256 characters. Only letters, digits, and the following special characters are allowed: ._-*#%|+^@?= |
value |
String |
When type is set to custom_var, the value contains 1 to 256 characters. Only letters, digits, and the following special characters are allowed: ._-*#%|+^@?= When type is set to nginx_preset_var, the value can only be set to $http_host, $http_user_agent, $http_referer, $http_x_forwarded_for, $http_content_type, $remote_addr, $scheme, $server_protocol, $request_uri, $uri, $args, and $request_method. |
Parameter |
Type |
Description |
---|---|---|
enable_video_seek |
Boolean |
Video seek status. true: enabled; false: disabled.
NOTE:
When this parameter is set to false, the API for querying domain name configuration does not return the video seek setting information. |
enable_flv_by_time_seek |
Boolean |
Time-based FLV seek status. true: enabled; false: disabled. |
start_parameter |
String |
Video playback start parameter in user request URLs. The value contains up to 64 characters. Only letters, digits, and underscores (_) are allowed. |
end_parameter |
String |
Video playback end parameter in user request URLs. The value contains up to 64 characters. Only letters, digits, and underscores (_) are allowed. |
Parameter |
Type |
Description |
---|---|---|
status |
String |
Status. The value can only be on.
NOTE:
If request_limit_rules is left empty, request rate limiting is disabled. This parameter is used in earlier APIs and will be deprecated. |
priority |
Integer |
Priority. A larger value indicates a higher priority. The value ranges from 1 to 100. The value must be unique. |
match_type |
String |
Match type. The options are all (all files) and catalog (directory). |
match_value |
String |
Match type value. When match_type is set to all, leave this parameter empty. When match_type is set to catalog, the value is a directory address starting with a slash (/), for example, /test.
NOTE:
This parameter is mandatory when match_type is set to catalog. |
type |
String |
Rate limit mode. Currently, only rate limit by traffic is supported. This parameter can only be set to size. |
limit_rate_after |
Long |
Rate limiting condition. type=size,limit_rate_after=50 indicates that the speed is limited to the value of limit_rate_value after 50 bytes are transmitted. Unit: byte. Value range: 0 to 1,073,741,824. |
limit_rate_value |
Integer |
Rate limit, in bit/s. The value ranges from 0 to 104,857,600. |
Parameter |
Type |
Description |
---|---|---|
status |
String |
Status. The options are on (enabled) and off (disabled). |
qps |
Integer |
Access threshold, in times/second. |
Parameter |
Type |
Description |
---|---|---|
status |
String |
Status. The options are on (enabled) and off (disabled). |
max_age |
Integer |
Expiration time, that is, the TTL of the response header Strict-Transport-Security on the client. Unit: second. |
include_subdomains |
String |
Whether subdomain names are included. The options are on (included) and off (not included). |
Parameter |
Type |
Description |
---|---|---|
status |
String |
Status. The options are on (enabled) and off (disabled). |
Parameter |
Type |
Description |
---|---|---|
error_code |
Integer |
Redirect error code. Currently, the following status codes are supported: 4xx: 400, 403, 404, 405, 414, 416, and 451 5xx: 500, 501, 502, 503, and 504 |
target_code |
Integer |
Redirect status code. The value can be 301 or 302. |
target_link |
String |
Destination URL. |
Parameter |
Type |
Description |
---|---|---|
status |
String |
Origin SNI status. Possible values: on (enabled) and off (disabled). |
server_name |
String |
Origin domain name to be accessed when CDN pulls origin content, for example, test.example.com.
NOTE:
|
Parameter |
Type |
Description |
---|---|---|
condition |
UrlRewriteCondition object |
Match condition. |
redirect_status_code |
Integer |
Redirect status code. 301, 302, 303, and 307 are supported. |
redirect_url |
String |
Redirect URL. Target URL. A URL starts with a slash (/) and does not contain http://, https://, or the domain name. Example: /test/index.html
|
redirect_host |
String |
Domain name to which client requests are redirected.
NOTE:
By default, the acceleration domain name is used. The value contains 1 to 255 characters and starts with http:// or https://, for example, http://www.example.com. |
execution_mode |
String |
Execution rule.
|
Parameter |
Type |
Description |
---|---|---|
match_type |
String |
Match type.
|
match_value |
String |
Match content. If match_type is set to catalog, the value of this parameter is a list of directories. A directory starts with a slash (/). Directories are separated by commas (,), for example, /test/folder01,/test/folder02. Up to 20 directories are supported. If match_type is set to full_path, the value of this parameter is a full path. A full path starts with a slash (/) and supports wildcard characters (*). A cache rule can contain only one full path, for example, /test/index.html or /test/*.jpg. |
priority |
Integer |
Priority of the access URL rewrite rule. Enter an integer ranging from 1 to 100. A greater number indicates a higher priority. Each rule must have a unique priority. |
Parameter |
Type |
Description |
---|---|---|
condition |
BrowserCacheRulesCondition object |
Match condition. |
cache_type |
String |
Cache effective type.
|
ttl |
Integer |
Cache TTL. The maximum TTL is 365 days.
NOTE:
This parameter is mandatory when the cache effective type is set to ttl. |
ttl_unit |
String |
Unit of the cache TTL. Possible values: s (second), m (minute), h (hour), and d (day).
NOTE:
This parameter is mandatory when the cache effective type is set to ttl. |
Parameter |
Type |
Description |
---|---|---|
match_type |
String |
Match type.
|
match_value |
String |
Cache content based on the cache rule. If match_type is set to all, this parameter is left blank. If match_type is set to file_extension, the value of this parameter is a list of file types. A file type starts with a period (.). File types are separated by commas (,), for example, .jpg,.zip,.exe. Up to 20 file types are supported. If match_type is set to catalog, the value of this parameter is a list of directories. A directory starts with a slash (/). Directories are separated by commas (,), for example, /test/folder01,/test/folder02. Up to 20 directories are supported. If match_type is set to full_path, the value of this parameter is a full path. A full path starts with a slash (/) and supports wildcard characters (*), but cannot end with a wildcard (*). A wildcard (*) can only follow the last slash (/). A cache rule can contain only one full path, for example, /test/index.html or /test/*.jpg. If match_type is set to home_page, this parameter is left blank. |
priority |
Integer |
Priority of the rule. Enter an integer ranging from 1 to 100. A greater number indicates a higher priority. Each rule must have a unique priority. |
Example Requests
GET https://cdn.myhuaweicloud.eu/v1.1/cdn/configuration/domains/www.example.com/configs
Example Responses
Status code: 200
Success response.
{ "configs" : { "origin_request_header" : [ ], "http_response_header" : [ ], "https" : { "https_status" : "off" }, "url_auth" : { "status" : "off" }, "compress" : { "status" : "off" }, "force_redirect" : { "status" : "on", "type" : "http" }, "origin_protocol" : "follow", "referer" : { "type" : "string", "value" : "string", "include_empty" : true }, "ip_filter" : { "type" : "string", "value" : "string" }, "origin_follow302_status" : "off", "cache_rules" : [ { "match_type" : "string", "match_value" : "string", "ttl" : 0, "ttl_unit" : "string", "priority" : 0, "follow_origin" : "string", "url_parameter_type" : "string", "url_parameter_value" : "string" } ], "sources" : [ { "origin_addr" : "www.example.com", "origin_type" : "domain", "priority" : 70, "http_port" : 80, "https_port" : 443 } ], "cache_url_parameter_filter" : { "type" : "del_params", "value" : "key1;key2" }, "flexible_origin" : [ { "priority" : 1, "match_type" : "/test", "match_pattern" : "file_path", "back_sources" : [ { "sources_type" : "domain", "ip_or_domain" : "www.example.com", "obs_bucket_type" : "public" } ] } ], "slice_etag_status" : "off", "ipv6_accelerate" : 1, "origin_receive_timeout" : 30, "remote_auth" : { "remote_authentication" : "on", "remote_auth_rules" : { "auth_server" : "https://1.1.1.1", "request_method" : "GET", "file_type_setting" : "all", "reserve_args_setting" : "reserve_all_args", "reserve_args" : "string", "specified_file_type" : "string", "reserve_headers_setting" : "reserve_specific_headers", "auth_success_status" : "200", "auth_failed_status" : "403", "response_status" : "403", "timeout" : 500, "timeout_action" : "pass", "reserve_headers" : "sf", "add_custom_args_rules" : [ { "type" : "nginx_preset_var", "key" : "http_host", "value" : "$http_host" } ], "add_custom_headers_rules" : [ { "type" : "nginx_preset_var", "key" : "http_host", "value" : "$http_host" } ] } }, "video_seek" : { "enable_video_seek" : true, "enable_flv_by_time_seek" : true, "start_parameter" : "start", "end_parameter" : "end" }, "request_limit_rules" : [ { "status" : "on", "type" : "size", "limit_rate_after" : 1024, "limit_rate_value" : 50 } ], "sni" : { "status" : "on", "server_name" : "test.example.com" }, "request_url_rewrite" : [ { "condition" : { "match_type" : "full_path", "match_value" : "/test/*.jpg", "priority" : 10 }, "redirect_status_code" : 301, "redirect_url" : "/test/index.html", "execution_mode" : "redirect" } ], "browser_cache_rules" : [ { "condition" : { "match_type" : "full_path", "match_value" : "/test/*.jpg", "priority" : 10 }, "cache_type" : "ttl", "ttl" : 20, "ttl_unit" : "h" } ] } }
Status Codes
Status Code |
Description |
---|---|
200 |
Success response. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.