Skip to content

/AWS1/CL_GLURESTCONFIGURATION

Configuration that defines HTTP request and response handling, validation endpoints, and entity configurations for REST API interactions.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_globalsourceconfiguration TYPE REF TO /AWS1/CL_GLUSOURCECONF /AWS1/CL_GLUSOURCECONF

Global configuration settings that apply to all REST API requests for this connection type, including common request methods, paths, and parameters.

io_validationendpointconf TYPE REF TO /AWS1/CL_GLUSOURCECONF /AWS1/CL_GLUSOURCECONF

Configuration for the endpoint used to validate connection credentials and test connectivity during connection creation.

it_entityconfigurations TYPE /AWS1/CL_GLUENTITYCONF=>TT_ENTITYCONFIGURATIONMAP TT_ENTITYCONFIGURATIONMAP

A map of entity configurations that define how to interact with different data entities available through the REST API, including their schemas and access patterns.


Queryable Attributes

GlobalSourceConfiguration

Global configuration settings that apply to all REST API requests for this connection type, including common request methods, paths, and parameters.

Accessible with the following methods

Method Description
GET_GLOBALSOURCECONF() Getter for GLOBALSOURCECONFIGURATION

ValidationEndpointConfiguration

Configuration for the endpoint used to validate connection credentials and test connectivity during connection creation.

Accessible with the following methods

Method Description
GET_VALIDATIONENDPOINTCONF() Getter for VALIDATIONENDPOINTCONF

EntityConfigurations

A map of entity configurations that define how to interact with different data entities available through the REST API, including their schemas and access patterns.

Accessible with the following methods

Method Description
GET_ENTITYCONFIGURATIONS() Getter for ENTITYCONFIGURATIONS, with configurable default
ASK_ENTITYCONFIGURATIONS() Getter for ENTITYCONFIGURATIONS w/ exceptions if field has n
HAS_ENTITYCONFIGURATIONS() Determine if ENTITYCONFIGURATIONS has a value