-
Notifications
You must be signed in to change notification settings - Fork 180
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
[newPlatform] [browserSide] [Migration with AngularJS] Adapt reporting to the new backend endpoints #2728
Closed
2 tasks done
Comments
Testing
|
Testing
|
Testing
|
Testing
|
Changes
|
22 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The frontend needs to be adapted to the new backend endpoints to create reports.
Endpoints
The
POST /reports
endpoints has been split into 4, one for each type of report:POST /reports/modules/{moduleID}
: Create reports for the modulesPOST /reports/groups/{groupID}
: Create reports for the groupsPOST /reports/agents/{agentID}
: Create reports for the agentsPOST /reports/agents/{agentID}/inventory
: Create reports for the agent inventoryIssue: [newPlatform] Migration of Routers - Reports endpoints #2686
Tasks
The text was updated successfully, but these errors were encountered: