-
Notifications
You must be signed in to change notification settings - Fork 148
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
[Connectors API] Add postman collection #1954
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
|
||
You need to specify values for the following variables: | ||
|
||
- `ES_HOST_PORT`: Specifies the host and port of your Elasticsearch instance you want to test against (example: `http://localhost:9200`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can/Do we have it set to default value of localhost:9200
or is it empty by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see
"variable": [
{
"key": "ES_HOST_PORT",
"value": "localhost:9200"
}
]
}
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But the ES_PASSWORD
and ES_USER
don't have default value? I don't see them listed as a variables under "variable": [ ...]
?
💔 Failed to create backport PR(s)The backport operation could not be completed due to the following error: The backport PRs will be merged automatically after passing CI. To backport manually run: |
Closes https://github.com/elastic/enterprise-search-team/issues/6375
This PR adds the postman collection for the Connectors API, which can be used for manual testing during development. It contains all happy paths requests and also edge cases to verify validation, parsing etc.
Checklists
Pre-Review Checklist
v7.13.2
,v7.14.0
,v8.0.0
)