Use the POST /cluster/replicate
endpoint to replicate configuration updates to all nodes in the cluster.
Code | Reason |
---|---|
200 | Replication completed successfully. |
403 | This PingFederate instance is not deployed in clustered mode. |
ApiResult
- Details on the result of the operation.
Property | Type | Description |
---|---|---|
developerMessage | string | Developer-oriented error message, if available. |
message | string | Success or error message. |
resultId | string | Result identifier. |
validationErrors | array[ValidationError] | List of validation errors, if any. |
ValidationError
- A data input validation error.
Property | Type | Description |
---|---|---|
developerMessage | string | Developer-oriented error message, if available. |
errorId | string | Error identifier. |
fieldPath | string | The path to the model field to which the error relates, if one exists. |
message | string | User-friendly error description. |