<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > SAP Qualtrics > Connector Parameters Configuration |
This parameter contains the ID of the data center of the region.
Technical Name |
data_center_id |
Category |
Functional |
Type |
String |
Default Value |
{empty} |
Example Values |
cal, fra1 |
The data center Id needs to fit with the Client ID and the Client Secret. How to find the data center ID is described in the documentation.
This parameter contains a Boolean that indicates if audit event data should be fetched.
Technical Name |
fetch_audit_events |
Category |
Functional |
Type |
Boolean (true or false) |
Default Value |
false |
Example Values |
false |
This parameter defines the interval of the query time. It only affects Audit Events.
Technical Name |
audit_events_query_interval |
Category |
Functional |
Type |
String |
Default Value |
P2W |
Example Values |
P2W, 2020-10-01T14:15Z/2020-11-20T16:00Z, 2020-10-01T14:P2DT5H45M, P1DT1H45M/2020-11-01T14:15Z, PT21H45M |
The Audit Events are fetched for the given interval. The interval has to conform to the ISO-8601 standard. Repeating intervals are not supported.
•Example 1: For setting an interval with a 'start date' and an 'end date' use '2020-10-01T14:15Z/2020-11-20T16:00Z.
•Example 2: For setting an interval with a 'start date' and a 'duration' use '2020-10-01T14:15Z/P2DT5H45M'.
•Example 3: For setting an interval with a 'duration' and an 'end date' use 'P1DT1H45M/2020-11-01T14:15Z'.
•Example 4: For setting an interval with only a 'duration' which will go in the past from now we use 'PT21H45M'.