(Click to open topic with navigation)
Viewpoint navigation The following table contains the Viewpoint pages and their specific href values. The URLs take on the following format: http://<hostname>:<port>/moab/<href>. For example, the default home page (dashboard/index) is http://localhost:8080/moab/dashboard/index.
When specifying link hrefs to Viewpoint pages, you only need to include the part of the URL relative to http://<hostname>:<port>/moab/. For example, if you want to link to the Node Management page, your href would look like this:
<link href="nodes" />
| Page | UI path | URL |
|---|---|---|
| GENERAL | ||
| Home | --- | /moab/dashboard/index |
| Login | --- | /moab/login |
| Logout | --- | /moab/login?logout=true |
| Cart | --- | /moab/shoppingCart/details |
| DATACENTER | ||
| Node Management | Datacenter > Node Management | /moab/nodes |
| Reservation Management | Datacenter > Reservation Management | /moab/viewReservations |
| New Reservation | Datacenter > New Reservation | /moab/reservation/create |
| SERVICES | ||
| Service Management | Services > Service Management | /moab/service |
| New Service | Services > New Service | /moab/services |
| VM Management | Services > VM Management | /moab/vms |
| Job Management | Services > Job Management | /moab/job |
| Requested Actions | Services > Requested Actions | /moab/requestedActions |
| CATALOG | ||
| Service Template Management | Catalog > Service Template Management | /moab/serviceCatalog/adminView |
| New Service Template | Catalog > New Service Template | /moab/serviceTemplate/create |
| Image Management | Catalog > Image Management | /moab/manageImages |
| ACCOUNTING | ||
| Accounting Manager | Accounting > Accounting Manager | /moab/mam |
| ADMINISTRATION | ||
| Configuration | Administration > Configuration | /moab/configHome |
| Policy Management | Administration > Policy Management | /moab/policy |
| Event Log | Administration > Event Log | /moab/events |
| Principal Management | Administration > Principal Management | /moab/acePrincipal |
| Role Management | Administration > Role Management | /moab/role |
Related topics