Name: PassThroughCall

This is the object used to carry user's 'pass through request'. Pass through request is API call to TGC Server where TGC undertakes indicated API call to the mentioned host in the request. Upon completing that API call, TGC would return this same object with with response of the call to passed host as well as status; provided those are available. Caller of the PassThrough API is also expected to include credentials to that host.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.PassThroughCall",
   "host": <String>,
   "method": <String>,
   "responseStatus": <Number>,
   "url": <String>,
   "credentials": RestApiCredentials,
   "requestPayload": <String>,
   "responsePayload": <String>,
}

Elements
NameTypeDescription
credentialsRestApiCredentials
requestPayloadxsd:string
responsePayloadxsd:string

Attributes
NameTypeDescription
hostxsd:string
methodxsd:string
responseStatusxsd:int
urlxsd:string