REST Adapter properties and commands
This section provides details about the properties and corresponding adapter commands.
- Configuration mode
- URL
- Method
- Headers
- Script Path
- Endpoint
Specifies the endpoint entry in the configuration. This property is enabled only in Configuration Script and Configuration Package modes and is currently reserved for internal use only. - Package Id
Specifies the identifier string for the deployment package. This property is enabled only in Configuration Package mode and is currently reserved for internal use only. - Authentication
Specifies the authentication method to use for the REST calls. The corresponding adapter command is -A (or -AUTH). - Access Token
- Access Token Expiry Action
- Access Token URL
- Consumer Key
- Consumer Secret
- Refresh Token
- Security Token
- Token Storage File
Specifies the location of the file in the local file system in which to store the access token retrieved after performing Refresh Token or Request New Token expiry action. - Encryption Key
Specifies the key to use for encrypting the access token with AES-256 encryption method when saving the token in the token storage file. - Logging
- Append Log
- Log File Path
Name of the log file to which to write log messages. If not specified, the default log file name m4rest.mtr is used, and the file is stored to the directory in which the executed compiled map resides.
Parent topic: REST Adapter