Connector Parameters

<< Click to Display Table of Contents >>

Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > BMC Discovery 

Connector Parameters

Search Query

TPL query string to execute against BMC Discovery

 

Technical Name

SEARCH_QUERY

Category

Functional

Type

String

Default Value

null

Example Values

search Host where os_type = "Windows"

 

A valid TPL (Tideway Pattern Language) query to execute against BMC Discovery. This defines what data will be retrieved.

 

Page Size

Number of items to retrieve per API request

 

Technical Name

PAGE_SIZE

Category

Technical

Type

Integer

Default Value

1000

Example Values

1000

 

Controls how many items are returned in each API request. Larger values may improve performance but consume more memory.

 

Request Timeout

Maximum time in seconds to wait for a response from the API

 

Technical Name

TIMEOUT

Category

Technical

Type

Integer

Default Value

60

Example Values

60

 

Sets the maximum time to wait for a response from the BMC Discovery API before timing out.

 

Maximum Retries

Maximum number of retry attempts for failed API requests

 

Technical Name

MAX_RETRIES

Category

Technical

Type

Integer

Default Value

3

Example Values

3

 

Number of times to retry a failed API request before giving up.

 

Retry Delay

Base delay in seconds between retry attempts

 

Technical Name

RETRY_DELAY

Category

Technical

Type

Integer

Default Value

5

Example Values

5

 

Initial delay between retry attempts. For subsequent retries, exponential backoff is applied.