Microservice Settings - RESTAPIService
The following groups contain Adeptia Connect microservices RESTAPI Service properties that can be configured by going to Account > Settings > Microservice Settings. For more details on properties configuration, refer to the page Configuring the application properties.
[+] Logging
[-] Hide
| Property name | Description | Default value |
|---|---|---|
| logging.api.enabled | Enable this property to log all requests and responses. | false |
| logging.level.root | Root Application logging level. For production server, it is recommended to use NOTICE log level. | INFO |
| logging.level.system | System logging level. For production server, it is recommended to use NOTICE log level. | NOTICE |
| logging.pattern.console | %d %-5p [%t] %5c %l - %m%n%ex |
[+] Parameters
[-] Hide
| Property name | Description | Default value |
|---|---|---|
| abpm.headerParams.exclude | Enter the header parameters that you want to exclude while accessing a REST Provider/Webhook transaction. This is applicable only when you use GET or DELETE as the method type. | Cookie,Client-X-Forwarded-For,Client-IP-Address |
| abpm.queryParams.exclude | Enter the query parameters that you want to exclude while accessing a REST Provider/Webhook transaction. This is applicable only when you use GET or DELETE as the method type. | callbackURL,orignal_scheme,orignal_port |
[+] Session Authentication
[-] Hide
| Property name | Description | Default value | ||||
|---|---|---|---|---|---|---|
| abpm.ws.session.auth.enable | This property allows the users to execute a process flow based on the session token authentication. Set this property to yes for session token authentication. On setting the value to no, process flow is executed by the owner of REST provider activity. | yes | ||||
| abpm.ws.session.token.location | This property enables user to define the location for the session authentication token in relation to a REST client. You may set either of the following value:
| cookie |
