Skip to content

V2 Manager API #419

@damies13

Description

@damies13

This issue is to track the design and documentation of the V2 Manager API

The goal is fro the V2 Manager API to be to a real REST API

The V2 API needs to:

  • provide the functionality that the V1 API currently provides, but in a more planned logical way
  • provide API endpoints to read/update settings
  • provide API endpoints to read data for display in the UI (including graph windows)

Initial thoughts would be (all below would be under /api/v2):

  • /scenario - everything related to the test plan
    • /scenario/settings
    • /scenario/plan/
    • /scenario/monitoring/
  • /agent - agent registration and communication
    • /agent/jobs
  • /jobs - list all job id's
    • /jobs/<job_id> - job details
  • /result - read/write all result related info
  • /metric - read/write all metric related info

Metadata

Metadata

Assignees

No one assigned

    Labels

    ManagerIssue Affects the ManagerenhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions