/
VX
vxcontrol
/
SOLDR Swagger API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Agents
10
Binaries
2
Events
1
Groups
9
get
Retrieve groups list by filters
post
Create new group in service
get
Retrieve group info by group hash
put
Update group info by group hash
delete
Delete group from instance DB
get
Retrieve group modules by group hash and by filters
get
Retrieve group module data by group hash and module name
get
Retrieve browser module vue code by group hash and module name
put
Update or patch group policy by group hash and policy object
Modules
21
Notifications
1
Policies
14
Proto
1
Public
4
Roles
1
Services
5
Tags
1
Tenants
5
Upgrades
4
Users
7
Versions
1
Groups
Create new group in service
post
/groups/
Request body
PrivateGroupInfo
required
from
integer
name
string
tags
string[]
Response
group created successful
object
required
data
object
status
string
Example response
{ "status": "success" }
Changes