Skip to content

/AWS1/CL_DEX=>SENDAPIASSET()

About SendApiAsset

This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.

Method Signature

IMPORTING

Required arguments:

IV_ASSETID TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING

Asset ID value for the API request.

IV_DATASETID TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING

Data set ID value for the API request.

IV_REVISIONID TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING

Revision ID value for the API request.

Optional arguments:

IV_BODY TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING

The request body.

IT_QUERYSTRINGPARAMETERS TYPE /AWS1/CL_DEXMAPOF__STRING_W=>TT_MAPOF__STRING TT_MAPOF__STRING

Attach query string parameters to the end of the URI (for example, /v1/examplePath?exampleParam=exampleValue).

IT_REQUESTHEADERS TYPE /AWS1/CL_DEXMAPOF__STRING_W=>TT_MAPOF__STRING TT_MAPOF__STRING

Any header value prefixed with x-amzn-dataexchange-header- will have that stripped before sending the Asset API request. Use this when you want to override a header that AWS Data Exchange uses. Alternatively, you can use the header without a prefix to the HTTP request.

IV_METHOD TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING

HTTP method value for the API request. Alternatively, you can use the appropriate verb in your request.

IV_PATH TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING

URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DEXSENDAPIASSETRSP /AWS1/CL_DEXSENDAPIASSETRSP