Skip to navigation

Run a Gateway service

Runs an IG 5 service given its name and any parameters passed to the service itself.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
serviceNamestringOptional
clusterIdstringOptional
paramsobjectOptional
inventorylist of objectsOptional

Response

The execution result from the gateway including stdout, stderr, and return code
idstringOptional
jsonrpcstringOptional
statusenumOptional
resultobjectOptional

Errors

500
Internal Server Error