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
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-redis-cluster-create-usage.golden
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ARGS:
14
14
user-name Name of the user created when the cluster is created
15
15
password Password of the user
16
16
[cluster-size] Number of nodes for the cluster
17
-
[acl-rules.{index}.ip] IPv4 network address of the rule
17
+
[acl-rules.{index}.ip-cidr] IPv4 network address of the rule
18
18
[acl-rules.{index}.description] Description of the rule
19
19
[endpoints.{index}.private-network.id] UUID of the private network to be connected to the cluster
20
20
[endpoints.{index}.private-network.service-ips.{index}] Endpoint IPv4 adress with a CIDR notation. You must provide at least one IPv4 per node. Check documentation about IP and subnet limitation.
| cluster-id | Required | UUID of the cluster you want to add acl rules to |
57
-
| acl-rules.{index}.ip || IPv4 network address of the rule |
57
+
| acl-rules.{index}.ip-cidr|| IPv4 network address of the rule |
58
58
| acl-rules.{index}.description || Description of the rule |
59
59
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `pl-waw-1`| Zone to target. If none is passed will use default zone from the config |
60
60
@@ -116,7 +116,7 @@ scw redis acl set [arg=value ...]
116
116
| Name || Description |
117
117
|------|---|-------------|
118
118
| cluster-id | Required | UUID of the cluster where the ACL rules has to be set |
119
-
| acl-rules.{index}.ip || IPv4 network address of the rule |
119
+
| acl-rules.{index}.ip-cidr|| IPv4 network address of the rule |
120
120
| acl-rules.{index}.description || Description of the rule |
121
121
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `pl-waw-1`| Zone to target. If none is passed will use default zone from the config |
| user-name | Required | Name of the user created when the cluster is created |
152
152
| password | Required | Password of the user |
153
153
| cluster-size || Number of nodes for the cluster |
154
-
| acl-rules.{index}.ip || IPv4 network address of the rule |
154
+
| acl-rules.{index}.ip-cidr|| IPv4 network address of the rule |
155
155
| acl-rules.{index}.description || Description of the rule |
156
156
| endpoints.{index}.private-network.id || UUID of the private network to be connected to the cluster |
157
157
| endpoints.{index}.private-network.service-ips.{index} || Endpoint IPv4 adress with a CIDR notation. You must provide at least one IPv4 per node. Check documentation about IP and subnet limitation. |
| start-date|| Start date to gather metrics from |
266
-
| end-date|| End date to gather metrics from |
265
+
| start-at|| Start date to gather metrics from |
266
+
| end-at|| End date to gather metrics from |
267
267
| metric-name || Name of the metric to gather |
268
268
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `pl-waw-1`| Zone to target. If none is passed will use default zone from the config |
| cluster-id | Required | UUID of the cluster where the settings has to be set |
499
-
|settings-name || Setting name to delete |
499
+
|setting-name |Required| Setting name to delete |
500
500
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `pl-waw-1`| Zone to target. If none is passed will use default zone from the config |
501
501
502
502
@@ -546,7 +546,7 @@ scw redis version list [arg=value ...]
546
546
| include-disabled || Whether or not to include disabled Redis™ engine versions |
547
547
| include-beta || Whether or not to include beta Redis™ engine versions |
548
548
| include-deprecated || Whether or not to include deprecated Redis™ engine versions |
549
-
| version-name|| List Redis™ engine versions that match a given name pattern |
549
+
| version || List Redis™ engine versions that match a given name pattern |
550
550
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `pl-waw-1`| Zone to target. If none is passed will use default zone from the config |
0 commit comments