compare_configurations
Compare configuration and metadata between two SuccessFactors instances to verify environment alignment before deployments or audit configuration drift.
Instructions
Compare entity configuration/metadata between two SuccessFactors instances.
This is useful for verifying that dev/test/production environments are aligned before deployments, or for auditing configuration drift.
Args: instance1: First SF instance/company ID (e.g., dev instance) instance2: Second SF instance/company ID (e.g., prod instance) entity: OData entity to compare (e.g., "User", "EmpEmployment", "Position") data_center1: SAP data center for instance1 (e.g., 'DC55') environment1: Environment for instance1 ('preview', 'production') data_center2: SAP data center for instance2 (e.g., 'DC55') environment2: Environment for instance2 ('preview', 'production') auth_user_id: SuccessFactors user ID for authentication (required, used for both instances) auth_password: SuccessFactors password for authentication (required, used for both instances)
Returns: dict containing comparison results with match percentage and field differences
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance1 | Yes | ||
| instance2 | Yes | ||
| entity | Yes | ||
| data_center1 | Yes | ||
| environment1 | Yes | ||
| data_center2 | Yes | ||
| environment2 | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| instance | No |