v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13226587.6 KB
projects

Executes a generic HTTP request. This supports all payload formats including REST/JSON, GraphQL, XML, SOAP, and Multipart by passing the rendered payload as raw bytes.

post/v2/{+name}:executeHttpRequest

Path parameters

namestring required

Required. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}

Request body

rawBodystring byte

Raw byte payload. Used for all pre-serialized formats including JSON, XML, GraphQL, and Multipart.

httpMethod'HTTP_METHOD_UNSPECIFIED' | 'HTTP_METHOD_GET' | 'HTTP_METHOD_POST' | 'HTTP_METHOD_PUT' | 'HTTP_METHOD_PATCH' | 'HTTP_METHOD_DELETE' | 'HTTP_METHOD_HEAD' | 'HTTP_METHOD_OPTIONS'

Required. The HTTP method to use for the request.

urlstring

Required. The fully resolved absolute target URL. Callers must pre-encode any query parameters.

Response

Successful response