/AWS1/CL_GLURESPONSEEXTMAPPING¶
Configuration that defines how to extract values from HTTP response content or headers for use in subsequent requests or parameter mapping.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_contentpath TYPE /AWS1/GLUJSONPATHSTRING /AWS1/GLUJSONPATHSTRING¶
A JSON path expression that specifies how to extract a value from the response body content.
iv_headerkey TYPE /AWS1/GLUCONNECTORPROPERTYKEY /AWS1/GLUCONNECTORPROPERTYKEY¶
The name of an HTTP response header from which to extract the value.
Queryable Attributes¶
ContentPath¶
A JSON path expression that specifies how to extract a value from the response body content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTPATH() |
Getter for CONTENTPATH, with configurable default |
ASK_CONTENTPATH() |
Getter for CONTENTPATH w/ exceptions if field has no value |
HAS_CONTENTPATH() |
Determine if CONTENTPATH has a value |
HeaderKey¶
The name of an HTTP response header from which to extract the value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADERKEY() |
Getter for HEADERKEY, with configurable default |
ASK_HEADERKEY() |
Getter for HEADERKEY w/ exceptions if field has no value |
HAS_HEADERKEY() |
Determine if HEADERKEY has a value |