[
https://issues.apache.org/jira/browse/NIFI-14333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933281#comment-17933281
]
ASF subversion and git services commented on NIFI-14333:
--------------------------------------------------------
Commit 783e3e6f3496fb292f4a295b6dedc6a2f464c4db in nifi's branch
refs/heads/main from Alaksiej Ščarbaty
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=783e3e6f34 ]
NIFI-14333 Create GetBoxGroupMembers processor
Co-authored-by: Pierre Villard <[email protected]>
Signed-off-by: Pierre Villard <[email protected]>
This closes #9780.
> Create GetBoxGroupMembers processor
> -----------------------------------
>
> Key: NIFI-14333
> URL: https://issues.apache.org/jira/browse/NIFI-14333
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Alaksiej Ščarbaty
> Assignee: Alaksiej Ščarbaty
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> A processor responsible for [retrieving
> members|https://developer.box.com/reference/get-groups-id-memberships/] for a
> BoxGroup.
> h3. Input
> Required.
> Reads _box.group.id_ attribute.
> h3. Output
> |*Relationship Name*|*Description*|
> |success|A FlowFile will be routed here for successfully retrieved Group
> members.|
> |failure|A FlowFile will be routed here for each Group for which the members
> retrieval was attempted but failed.|
> |not found|A FlowFile will be routed here for each Group which doesn’t exist.|
>
> In case of success, the members are written into FlowFile attributes:
> _box.group.user.ids_
> _box.group.user.logins_
> h3. Parameters
>
> |*Name*|*Description*|*Example Value*|
> |Box Client Service|Controller Service used to obtain a Box API
> connection.|[BoxClientService instance]|
> |Group ID|The ID of the Group to retrieve members for.
> _Supports expression language._|${box.group.id}
> 12345|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)