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

feat: agent health and schema pagination #51

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Conversation

tipusinghaw
Copy link
Contributor

What

Implemented an agent health check API to retrieve agent status.

Request:

  • orgId: 1

Response:

{
  "statusCode": 200,
  "message": "Agent health details retrieved successfully.",
  "data": {
    "label": "AFJ Rest Agent 1",
    "endpoints": [
      "http://0.0.0.0:7001"
    ],
    "isInitialized": true
  }
}
  • Added pagination in get schema list by organization id

@tipusinghaw tipusinghaw self-assigned this Aug 22, 2023
@tipusinghaw tipusinghaw linked an issue Aug 22, 2023 that may be closed by this pull request
2 tasks
Copy link
Contributor

@KulkarniShashank KulkarniShashank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KulkarniShashank KulkarniShashank merged commit 32402a9 into main Aug 22, 2023
1 check passed
@KulkarniShashank KulkarniShashank deleted the agent-health-status branch August 22, 2023 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create an API for get all schema present in CREDEBL database
2 participants