Table of Contents

SCIMBulkResponseValve

Note

Creates a SCIM BulkResponse with a SCIM BulkRequest as input. Used in the context of a HTTP enabled pipe.

On successful execution, a SCIM BulkResponse is created with status=202 for every operation in the BulkRequest. The attributes method, path, location, bulkId is taken from the BulkRequest and set on the BulkResponse.

The SCIM BulkResponse is added to an item. The value is Base64 encoded.

Properties

Name Description Default value Mandatory Supports property expansion
scim_bulk_request_input Where to find the BulkRequest data Yes Yes
scim_bulk_request_output_property Item property to populate with the BulkRequest result Yes No

Example Configuration

            {
                "name": "SCIMBulkResponseValve",
                "config": {
                    "scim_bulk_request_input": "{{item.data_to_export}}",
                    "scim_bulk_request_output_property": "bulk_response"
                }
            }