DNS
Discover more about the DNS connector and how to use it on the Digibee Integration Platform.
DNS performs DNS queries and retrieves different types of DNS records.
Parameters
Take a look at the configuration parameters for the connector. Parameters supported by Double Braces expressions are marked with (DB)
.
General tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Operation Type | The type of the lookup. The options are: DIG, IP, Lookup, and Wikipedia. | N/A | String |
Server Name | The server to perform the query. This option is only available if the DIG operation is selected. | N/A | String |
Domain | The domain name to look up for the IP address. This option is only available if the IP operation is selected. | N/A | String |
Lookup Name | The domain name to look up for the DNS records. This option is only available if the Lookup operation is selected. | N/A | String |
Term | The domain name or keyword to be queried in Wikipedia’s DNS service. This option is only available if the Wikipedia operation is selected. | N/A | String |
Fail On Error | If the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the | False | Boolean |
Documentation tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Documentation | Section for documenting any necessary information about the connector configuration and business rules. | N/A | String |
If the execution is successful, the output of the execution should have at least a property "success": true
.
Last updated