Node to handle Platform management API REST
From version 2.2.0-hyperblast.
Introduction
We have developed a new node to invoke the Platform management API REST in an easy way.
With this new node, called “onesaitplatform-management-Rest-API-invoker“, we will simplify the calls to this services, selecting the API and the operation, with a couple of clicks, and having control on the call parameters.
How does it work?
We will have a list with the different management APIs, on which you can choose one:
Once you have selected an API, the list will be filled in with the different operations available for it, so that you can select one:
After selecting an operation, all the parameters (Headers, QueryParams, PathParams, MultiPart,…) will be shown. These parameters can be set with fixed values, or parameterizable values from previous messages.
Once the parameters had been setted, the node will be appear with as many outputs as different states have been defined on the API.
If you put the cursor on each output, you can see his code. The last one will get those messages with a different status from the codes defined in the API.
Â