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
curl -X POST http:_//localhost:8444/cdc \ -H "Content-Type: application/json" \ -d '{ "request_type": "create", "request_data": { "milvus_connect_param": { "uri": "http://localhost:19530", "token":"root:Milvus", "connect_timeout": 10 }, "collection_infos": [ { "name": "*" } ] } }' from https://milvus.io/docs/manage-cdc-tasks.md
curl -X POST http:_//localhost:8444/cdc \ -H "Content-Type: application/json" \ -d '{ "request_type": "create", "request_data": { "milvus_connect_param": { "uri": "http://localhost:19530", "token":"root:Milvus", "connect_timeout": 10 }, "collection_infos": [ { "name": "*" } ] } }'
The "_" should not appear in the url
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Issue
curl -X POST http:_//localhost:8444/cdc \ -H "Content-Type: application/json" \ -d '{ "request_type": "create", "request_data": { "milvus_connect_param": { "uri": "http://localhost:19530", "token":"root:Milvus", "connect_timeout": 10 }, "collection_infos": [ { "name": "*" } ] } }'
from https://milvus.io/docs/manage-cdc-tasks.md
Suggestion
The "_" should not appear in the url
Anything else?
N/A
The text was updated successfully, but these errors were encountered: