Add an endpoint to an endpoint group
action1_add_endpoint_to_groupAdd an endpoint to an endpoint group. Specify the endpoint UUID and group ID to append the member; re-adding an existing member has no effect.
Instructions
Add a single endpoint to an endpoint group. POSTs the spec array body [{method:POST,data:{endpoint_id,type}}] to /endpoints/groups/{org}/{group}/contents. Re-adding an existing member is a no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Org UUID. | |
| confirm | No | Required to execute. Exact string "YES". | |
| dry_run | No | Default true (preview). Set false to execute. | |
| group_id | Yes | Endpoint group id. | |
| endpoint_id | Yes | Endpoint UUID. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||