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

[Ingest] Add Types to the REST API response #60677

Closed
5 tasks done
paul-tavares opened this issue Mar 19, 2020 · 1 comment · Fixed by #63373
Closed
5 tasks done

[Ingest] Add Types to the REST API response #60677

paul-tavares opened this issue Mar 19, 2020 · 1 comment · Fixed by #63373
Assignees
Labels
Feature:EPM Fleet team's Elastic Package Manager (aka Integrations) project Feature:Fleet Fleet team's agent central management project Team:Fleet Team label for Observability Data Collection Fleet team

Comments

@paul-tavares
Copy link
Contributor

paul-tavares commented Mar 19, 2020

Add API response types to the rest_spec so that other plugins can use them when interacting with API endpoints.

Background

A few APIs are missing response Types in x-pack/plugins/ingest_manager/common/types/rest_spec - example: datasources has no response type for getting a list or a single datasource.

TODO

  • datasources:
    • Add GetDatasourcesResponse
    • add GetDatasourceResponse
    • Add UpdateDatasourceResponse (should mirror CreateDatasourceResponse)
    • Expose these from the root of ingest_manager/common
@paul-tavares paul-tavares added Feature:EPM Fleet team's Elastic Package Manager (aka Integrations) project Feature:Fleet Fleet team's agent central management project labels Mar 19, 2020
@paul-tavares paul-tavares self-assigned this Mar 19, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ingest-management (Feature:EPM)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:EPM Fleet team's Elastic Package Manager (aka Integrations) project Feature:Fleet Fleet team's agent central management project Team:Fleet Team label for Observability Data Collection Fleet team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants