What is the URL for this built-in CMS page?
Environment
- Red Hat 3scale API Management Platform SaaS, On-premises
Issue
- It's unclear what the URL is for built-in CMS pages.
- The parent and path name don't have any effect on the URL.
Resolution
The built-in CMS pages follow backend rules for access and visibility so their URLs must be specific and hard coded values.
See the following table for a list of all the built-in pages and their corresponding URLs.
| Default CMS Location | Page Description | URL |
|---|---|---|
| / Show | This is a landing page for the logged in users. | /admin |
| / Account / Show | Account details. | /admin/account |
| / Account / Edit | A form to edit account details. | /admin/account/edit |
| / Account Plans / Index | Show details of the current account plan. | /admin/account/account_plans 1 |
| / Application Alerts / Index | Lists all the alerts of a given application | /admin/applications/<application_id>/alerts 2 |
| / Applications / Show | Detailed view of one application. | /admin/applications/<application_id> |
| / Applications / Edit | A form to edit an existing application. | /admin/applications/<application_id>/edit |
| / Applications / Index | List of all the applications of the developer account. | /admin/applications |
| / Errors / Forbidden | This page is displayed when your developer portal returns a 403 Forbidden HTTP status. ... | NOT MAPPED |
| / Errors / Internal Server Error | This page is displayed when your developer portal returns a 500 Internal Server Error HTTP status. ... | NOT MAPPED |
| / Errors / Not Found | This page is displayed when your developer portal returns a 404 Not Found HTTP status. ... | NOT MAPPED |
| / Forum / Show | /forum | |
| / Forum / Categories / Index | /forum/categories | |
| / Forum / Categories / Show | /forum/categories/<category_id> | |
| / Forum / Categories / New | NOT MAPPED | |
| / Forum / Categories / Edit | NOT MAPPED | |
| / Forum / Posts / Index | NOT MAPPED | |
| / Forum / Posts / New | NOT MAPPED | |
| / Forum / Posts / Show | NOT MAPPED | |
| / Forum / Posts / Edit | /forum/posts/<post_id>/edit | |
| / Forum / Topics / My | /forum/topics/my | |
| / Forum / Topics / Show | /forum/topics/<topic_id> | |
| / Forum / Topics / New | /forum/topics/new | |
| / Forum / Topics / Edit | /forum/topics/<topic_id>/edit | |
| / Forum / User Topics / Index | /forum/subscriptions 3 | |
| / Invitations / New | Create new invitations. | /admin/account/invitations/new |
| / Invitations / Index | A list of sent invitations. | /admin/account/invitations |
| / Invitee signups / Show | A form to create a new user from an invitation. | /signup/<signup_id> |
| / Invoices / Show | Detailed view of an invoice. | /admin/account/invoices/<invoice_id> |
| / Invoices / Index | List of all invoices. | /admin/account/invoices |
| / Login / New | A login to the developer's portal. | /login |
| / Messages / Inbox / Index | List of the received messages. | /admin/messages/received |
| / Messages / Inbox / Show | Show a received message. | /admin/messages/received/<message_id> |
| / Messages / Outbox / New | Compose a new message. | /admin/messages/sent/new |
| / Messages / Outbox / Index | List of the sent messages. | /admin/messages/sent |
| / Messages / Outbox / Show | Show a sent message. | /admin/messages/sent/<message_id> |
| / Messages / Trash / Index | List of the trashed messages. | /admin/messages/trash |
| / Messages / Trash / Show | Show a trashed message. | /admin/messages/trash/<message_id> |
| / Password / New | Recover password. | /admin/account/password/new |
| / Password / Show | Change password. | /admin/account/password |
| / Payment Gateway / Edit | Edit the billing address | /admin/account/<payment_gateway_id>/edit 4 |
| / Payment Gateway / Show | Show user's payment details | /admin/account/<payment_gateway_id> 4 |
| / Plan Changes Wizard / Index | Show the changes of plan for application plan | NOT MAPPED |
| / Search / Index | Search form and results list | /search |
| / Services / Index | List of all the service subscriptions | /admin/services |
| / Services / New | A form to create a new service subscription. | /admin/service_contracts/new |
| / Signup / Show | Sign up form. Variables available are account,user and plans. ... | /signup |
| / Signup / Success | This page is displayed on a successful sign up. | /signup/success |
| / Stats / Index | Show API usage stats. | /buyer/stats |
| / User / Show | A form to edit personal details. | /admin/account/personal_details |
| / Users / Edit | A form to edit a user. | /admin/account/users/<user_id>/edit |
| / Users / Index | List of the users. | /admin/account/users |
1
For Account Plans URL to be visible the following conditions must be met:
- Provider must have Account Plans feature enabled on their account (not in free trial)
- There must be > 1 published account plans (for that the Account Plans feature needs to be enabled in Settings, so that the appropriate UI is shown in admin portal)
- The Account Plans feature must be "Visible" in the dev portal feature visibility
2: For the Application Alerts page to be visible the following conditions must be met: - The Web Alerts need to be enabled in the Service (API) settings: checkboxes in Alerts > Show Web Alerts to Admins of the Developer Account.
3: For the Forum User Topics page to be visible the following conditions must be met: - User has subscribed to some topics
4: Available Payment Gateway IDs include: - adyen12
- authorize_net
- braintree_blue
- ogone
- stripe
SBR
Product(s)
Tags
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.