Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

While registering the node, it will take all the hub settings in the Experience Designer memory (In the form of an object, the keyname will be the pathname). 

Once the request is made into the node, then it will look for Hub setting based on the hub name which is presented in the URL path as a parameter. 

To make an http request and can access the data of the configured hubname. ( Works similar to http-in node except the /oeapi path.(ie)Instead of /oeapi, we are using /hub) 

The Hub Manager node will listen to the path which is configured in the URL property of the node. This node is similar to the http in node with a prefix /hub/ and the method defaulted to Get.

Project - Name of the project.

Method - Defaulted to Get method to make the request.

URL - The URL should be in the format of /hub/:hubname/sample 

Name - Name of the node.

The page view URL button will be visible Post-deployment.

You can find the kgraphId in the payload property msg.payload.orbita.facts.kgraphId 

You can find the hubsettings in the payload property msg.payload.orbita.facts.hubSettings

Related Articles

  • No labels