Request
class Request(val id: String, val apiSpecId: String, val endpointId: String, val parameters: Map<String, String>, val body: ByteArray)
Defines the data model for a request sent by a lens.
Parameters
id
Unique id of the request.
api Spec Id
Unique id of the remote API service specification.
endpoint Id
Unique id of the remote API service endpoint requested by this request.
parameters
A map of named parameters associated with the request.
body
Additional request payload as a ByteArray.