What is the name of the domain?
What is the error number?
N/A
What is the error message?
N/A
What is the issue you’re encountering
I’m attempting to map my manually created resources in the Cloudflare Dashboard to ultimately import into Terraform. I’m confused by what I’m seeing named in the Dashboard, and not being able to find it in curl.
What steps have you taken to resolve the issue?
I’ve attempted to locate documentation on the Developers documentation but have overlooked something and am confused on the object types.
What are the steps to reproduce the issue?
(The initial post limits the number of links, so I’ve had to introduce some placeholder text.)
To describe what I am looking at in the Dashboard, on https://dash.cloudflare.com/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bulk-redirects
Underneath a “Single Redirects” tab I see:
“+ Create rule” button
Order: 1
Name: “Canonical redirect (root domain to www.)”
Enabled? Yes
Where, when this link is clicked, it goes to: /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/example.com/rules/redirect-rules/rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
And underneath a “Bulk Redirects” tab I see:
Section 1 - “Bulk Redirects”:
“+ Bulk Redirect Rule” button
Order: 1
Rule Name: “[Example] Redirect Pages to WWW”
Where, when this link is clicked, it goes to: /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bulk-redirects/redirect-rule/rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Section 2 - “Bulk Redirect Lists”:
Associated List: “example_bulk_redirects”
Enabled? Yes
“Bulk Redirect Lists”
List Name: “example_bulk_redirects”
description:
Number of Redirects: 1
Status: “Active”
Where, when this link is clicked, it goes to: /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bulk-redirects/redirect-list/llllllllllllllllllllllllllllllll/edit-redirects
- Where do I find “[Example] Redirect Pages to WWW” in the documentation/curl command(s)?
- Where do I find “Canonical redirect (root domain to www.)” in the documentation/curl command(s)? (https://dash.cloudflare.com/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/example.com/rules/redirect-rules)
Thank you.