services

call

Synchronously invoke a service endpoint

Call synchronously executes a POST to the path endpoint of service. The JSON request body is passed through to the target endpoint. The result of the call is the result of invoking the target service endpoint.

post/service/{service}/call/{path}

Path parameters

servicestring required

The service name

pathstring required

The target endpoint to be invoked by the operation

Request body

object required

Response

The response body returned by the invoked endpoint

object required

Changes