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
{{ message }}
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
-**origin** (Block Set, Min: 1) Contains information about all IP address or Domain names of your origin and the port if custom (see [below for nested schema](#nestedblock--origin))
45
+
-**use_next** (Boolean) This options have two possible values: true — The option is active. In case the origin responds with 4XX or 5XX codes, use the next origin from the list. false — The option is disabled.
46
+
47
+
### Optional
48
+
49
+
-**id** (String) The ID of this resource.
50
+
51
+
<aid="nestedblock--origin"></a>
52
+
### Nested Schema for `origin`
53
+
54
+
Required:
55
+
56
+
-**source** (String) IP address or Domain name of your origin and the port if custom
57
+
58
+
Optional:
59
+
60
+
-**backup** (Boolean) true — The option is active. The origin will not be used until one of active origins become unavailable. false — The option is disabled.
61
+
-**enabled** (Boolean) The setting allows to enable or disable an Origin source in the Origins group
-**cname** (String) A CNAME that will be used to deliver content though a CDN
38
+
39
+
### Optional
40
+
41
+
-**active** (Boolean) The setting allows to enable or disable a CDN Resource
42
+
-**id** (String) The ID of this resource.
43
+
-**origin** (String) A domain name or IP of your origin source. Specify a port if custom. You can use either 'origin' parameter or 'originGroup' in the resource definition.
44
+
-**origin_group** (Number) ID of the Origins Group. Use one of your Origins Group or create a new one. You can use either 'origin' parameter or 'originGroup' in the resource definition.
45
+
-**origin_protocol** (String) This option defines the protocol that will be used by CDN servers to request content from an origin source. If not specified, we will use HTTP to connect to an origin server. Possible values are: HTTPS, HTTP, MATCH.
46
+
-**secondary_hostnames** (Set of String) List of additional CNAMEs.
47
+
48
+
### Read-Only
49
+
50
+
-**last_updated** (String)
51
+
-**status** (String) Status of a CDN resource content availability. Possible values are: Active, Suspended, Processed.
-**rule** (String) A pattern that defines when the rule is triggered. By default, we add a leading forward slash to any rule pattern. Specify a pattern without a forward slash.
67
+
-**rule_type** (Number) Type of rule. The rule is applied if the requested URI matches the rule pattern. It has two possible values: Type 0 — RegEx. Must start with '^/' or '/'. Type 1 — RegEx. Legacy type. Note that for this rule type we automatically add / to each rule pattern before your regular expression. Please use Type 0.
0 commit comments