/
OR
orb-community
/
orb-fleet
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
agent_groups
6
agents
12
get
List current Agents
post
Create a new Agent
get
Get an existing Agent
put
Update an existing Agent
delete
Delete an existing Agent
get
Get matching groups for an existing Agent
post
Validate an Agent configuration without saving it
get
List of Agent backends
get
List of pktvisor Taps available from current agents
get
List of pktvisor Inputs available across current agents
get
List of pktvisor Handlers available across current agents
post
Request for reset agent remotely
agents
Get matching groups for an existing Agent
get
/agents/{id}/matching_groups
Response
Agent Matching Groups object
object[]
required
group_id
string
uuid
group id
name
string
group name
Example response
[ { "name": "group-1" } ]
Changes