Procedures
Both the gateway service and the node service keep a list of functions (FQNs) that can be run as remote procedures using the RPC API. This list can be requested with the procedures API.
http
GET http://proxy.example.com:3000/procedures HTTP/1.1
The API returns a list of procedure names (FQNs) that are registered with this service.
json
[
“procedure1”,
“procedure2”
]
This API is also available for the proxy service. It will forward the request to its configured gateway / node.