DataCenterCode Parameter (Connect-BullhornCRM Cmdlet)
Specifies the data center code that identifies where your Bullhorn CRM account data is hosted.
Syntax
Connect-BullhornCRM -DataCenterCode string
Data Type
cstr
Default Value
""
Remarks
This property identifies the Bullhorn CRM data center or cluster where your account is hosted. The cmdlet uses this value to route API requests to the correct environment.
Common examples include:
- CLS1
- CLS2
- CLS5
You can find your data center code in the Bullhorn CRM URL after logging in. For example, cls2.bullhornstaffing.com.
For a complete list of Bullhorn CRM data centers, refer to the Bullhorn Data Centers page.
This property is useful when connecting to specific environments that require region-based or cluster-based routing.
This is a required parameter.