GoTransverse Query
Prerequisite
The user of this function should be familiar with:
GoTransverse ( https://gotransverse.com )
The GoTransverse Query function is a processor that is used to query data from GoTransverse deployments using specified options and parameters. You can query records and further process them using the available functions in Usage Engine.
To configure the GoTransverse Query function, fill in the mandatory fields in the Configuration with the required information.
Environment
You select the Tenant by selecting one of the available options:
Tenant type | Description |
|---|---|
GoTransverse API Sandbox | Select this option to specify GoTransverse API Sandbox tenant for test configurations and other related use cases. |
GoTransverse API Production | Select this option to specify GoTransverse API Production tenant. |
Custom | Enter a custom tenant URL. |
GoTransverse credentials
Enter the Secret access key in the designated field. Optionally, you can also enable Secrets wallet to enter the credentials.
Query parameters
Open the Configurations tab to enter the desired options using the dropdown menu. For each query option, there are different queries that can be selected by entering a Key and Value in the fields. Select the appropriate option and then add the parameter using the Add query parameter.
Query options | Description | Key query options |
|---|---|---|
GET Billing Accounts - All | Select this option to retrieve a subset of existing billing accounts. | account_num, filter, id, return, status |
GET Usage Lookup Tables - All | Select this option to retrieve a subset of existing usage lookup tables. | filter, id, name, return, status |
Get Usage Lookup Tables Entries - Specific ID | Select this option to retrieve an existing usage lookup table entry associated with the specified usage lookup table and entry IDs. | filter, id, name, return, status |
Operational settings
This section contains settings that can be optionally set to adjust the GoTransverse function behavior. You can toggle on the Retry on fail functionality, allowing the service to retry the operation when an error has occurred. You can specify the number of retries in the Number of retries box. They will be attempted inside the dynamically adjusted period of retry time. You can choose to either Ignore or Stop the stream when an error is detected.
Note!
The Retry on fail functionality can be used when servers respond with error codes such as 500 or 503 due to intermittent server issues. The retry on fail option allows users to retry sending the requests a set number of times. This is only useful for 5xx error codes.