Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include multiple agent assignment to the same group documentation section #7205

Closed
Rebits opened this issue Apr 17, 2024 · 1 comment · Fixed by #7309
Closed

Include multiple agent assignment to the same group documentation section #7205

Rebits opened this issue Apr 17, 2024 · 1 comment · Fixed by #7309
Assignees
Labels
level/task Task issue type/bug Bug issue

Comments

@Rebits
Copy link
Member

Rebits commented Apr 17, 2024

Description

Include in Grouping agents documentation page a section about assigning multiple agents to the same group.

As @Selutario commented here, this is possible using the following commands:

  • Create a group
curl -k -X POST "https://localhost:55000/groups?pretty=true" -H  "Authorization: Bearer $TOKEN" -H  "Content-Type: application/json" -d "{\"group_id\":\"aws_agents\"}"

  • Assign multiple agents to the same group
curl -k -X PUT "https://localhost:55000/agents/group?agents_list=005,004&group_id=aws_agents" -H  "Authorization: Bearer $TOKEN"
@Rebits Rebits added level/task Task issue type/bug Bug issue labels Apr 17, 2024
@GGP1 GGP1 self-assigned this May 14, 2024
@GGP1
Copy link
Member

GGP1 commented May 14, 2024

Update

Added a new section indicating how to add multiple agents to a single group and how to list the agents belonging to a group.

@GGP1 GGP1 linked a pull request May 14, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants