Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DOC and version 6.1.1
HTML
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

Gadgets

Table of Contents
maxLevel3

...

Enabling "VRF Support" in the Admin home page under "Peering Settings" will automatically add the VRF gadget to the router Section.

 


The VRF gadget will then be accessible in a router's Resource Entry page.

...


Once VRFs are set up for a router, the source ASNs for the associated VRFs will appear in the Source ASN dropdown when adding or editing a session for that router from the Peering tab. 
 


Note
Peering VRF currently only supports Cisco routers.

Resource Linkage Gadget

The Resource Linkage Gadget allows you link a Resource to other Resources, and display the links in one place, without needing a hierarchy relationship.This gives you more flexibility to centralize data without requiring direct relationships.

To use the Resource Linkage Gadget, first, ensure that "Resource Linkage" is enabled under "Manage Gadgets" for the Section type of the Resource being used.

At this step, an empty Resource Linkage Gadget is displayed on the Resource's Entry page. 

Add a new link by clicking the "Add New" button. Search for the desired Resource to add, select, and then click the "Add" button. The linked Resource will show in the Resource list. 

Save your changes by clicking the "Save Changes" button to finalize your selection. 

Once a resource link has been saved, you may click on the link to go to the linked Resource's Entry page, or use the Action Menu (wrench icon) to Edit or Delete the link. 

Editing a link allows for comments to be added to a link inside the Resource Linkage Gadget. Click on the link's Action Menu (wrench icon), and select "Edit" from the menu. 

Type in the desired comment for the link, and click "Done" when complete and then hitting "Save Changes", or you may exit out by clicking "Cancel". 

To delete a Resource Link, click the Action Menu (wrench icon) for the desired link in the list, then select "Delete" from the menu. 

The Resource list in the Resource Linkage Gadget may be manually reordered. To move a link to a different position in the list, click the List icon at the beginning of the row, then click and drag to the desired position and release. After reordering, click "Save Changes" at the bottom right corner of the gadget to finalize your changes. 

Reverse API Console

The Reverse API Console Gadget allows you to add endpoints from a Resource Entry page, and view customizable javascript displays set for the selected endpoint. The Reverse API Console may be added to any type of Section / Resource, and must be enabled for a Resource for certain rAPI processes to successfully complete. 

After adding the gadget to a section, the Reverse API console will appear as whitespace with the option to add an endpoint display. Endpoints must already be created via rAPI or through the Admin Reverse API interface in ProVision to be selectable via the gadget.

Selecting an Endpoint and clicking "Add" will allow the javascript display code (added via rAPI or the Admin Reverse API interface) associated with that endpoint to display on the Resource Entry page.  

An example display might be integrating Observium to display server status modules and alerts for Resources with the "Server" Section:

As a completely customizable area, displays can be designed to meet individual Resource needs - create charts, alerts, command buttons, or any other type of data that you wish to view. 

...