What is the URL for this built-in CMS page?

Solution Unverified - Updated

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 LocationPage DescriptionURL
/ ShowThis is a landing page for the logged in users./admin
/ Account / ShowAccount details./admin/account
/ Account / EditA form to edit account details./admin/account/edit
/ Account Plans / IndexShow details of the current account plan./admin/account/account_plans 1
/ Application Alerts / IndexLists all the alerts of a given application/admin/applications/<application_id>/alerts 2
/ Applications / ShowDetailed view of one application./admin/applications/<application_id>
/ Applications / EditA form to edit an existing application./admin/applications/<application_id>/edit
/ Applications / IndexList of all the applications of the developer account./admin/applications
/ Errors / ForbiddenThis page is displayed when your developer portal returns a 403 Forbidden HTTP status. ...NOT MAPPED
/ Errors / Internal Server ErrorThis page is displayed when your developer portal returns a 500 Internal Server Error HTTP status. ...NOT MAPPED
/ Errors / Not FoundThis 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 / NewNOT MAPPED
/ Forum / Categories / EditNOT MAPPED
/ Forum / Posts / IndexNOT MAPPED
/ Forum / Posts / NewNOT MAPPED
/ Forum / Posts / ShowNOT 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 / NewCreate new invitations./admin/account/invitations/new
/ Invitations / IndexA list of sent invitations./admin/account/invitations
/ Invitee signups / ShowA form to create a new user from an invitation./signup/<signup_id>
/ Invoices / ShowDetailed view of an invoice./admin/account/invoices/<invoice_id>
/ Invoices / IndexList of all invoices./admin/account/invoices
/ Login / NewA login to the developer's portal./login
/ Messages / Inbox / IndexList of the received messages./admin/messages/received
/ Messages / Inbox / ShowShow a received message./admin/messages/received/<message_id>
/ Messages / Outbox / NewCompose a new message./admin/messages/sent/new
/ Messages / Outbox / IndexList of the sent messages./admin/messages/sent
/ Messages / Outbox / ShowShow a sent message./admin/messages/sent/<message_id>
/ Messages / Trash / IndexList of the trashed messages./admin/messages/trash
/ Messages / Trash / ShowShow a trashed message./admin/messages/trash/<message_id>
/ Password / NewRecover password./admin/account/password/new
/ Password / ShowChange password./admin/account/password
/ Payment Gateway / EditEdit the billing address/admin/account/<payment_gateway_id>/edit 4
/ Payment Gateway / ShowShow user's payment details/admin/account/<payment_gateway_id> 4
/ Plan Changes Wizard / IndexShow the changes of plan for application planNOT MAPPED
/ Search / IndexSearch form and results list/search
/ Services / IndexList of all the service subscriptions/admin/services
/ Services / NewA form to create a new service subscription./admin/service_contracts/new
/ Signup / ShowSign up form. Variables available are account,user and plans. .../signup
/ Signup / SuccessThis page is displayed on a successful sign up./signup/success
/ Stats / IndexShow API usage stats./buyer/stats
/ User / ShowA form to edit personal details./admin/account/personal_details
/ Users / EditA form to edit a user./admin/account/users/<user_id>/edit
/ Users / IndexList 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

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.