We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parent Issue: #241
Currently, the body of a registration request is:
{ "agent": { "groups": [], "host": { "architecture": "x86_64", "hostname": "Rocket", "ip": [ "172.28.54.98", "fe80::215:5dff:feb2:94ca" ], "os": { "name": "Ubuntu", "platform": "Linux" } }, "id": "7b565a01-8df4-4943-9fb1-6d347ab21853", "key": "IGnRhLW9pbhecU2PyMo9hyTbzAUgPaqj", "name": "dummy", "type": "Endpoint", "version": "5.0.0" } }
We should not nest the fields into agent.
agent
{ "groups": [], "host": { "architecture": "x86_64", "hostname": "Rocket", "ip": [ "172.28.54.98", "fe80::215:5dff:feb2:94ca" ], "os": { "name": "Ubuntu", "platform": "Linux" } }, "id": "7b565a01-8df4-4943-9fb1-6d347ab21853", "key": "IGnRhLW9pbhecU2PyMo9hyTbzAUgPaqj", "name": "dummy", "type": "Endpoint", "version": "5.0.0" }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
vikman90
Successfully merging a pull request may close this issue.
Parent Issue: #241
Currently, the body of a registration request is:
We should not nest the fields into
agent
.Expected request body
The text was updated successfully, but these errors were encountered: