Skip to content

Query API url outdated #48

@mashintsev

Description

@mashintsev

Url in influxd 2.0.0-alpha.16 - http://localhost:9999/api/v2/query?**org**=my-org
Url in java client - http://localhost:9999/api/v2/query?orgID=my-org

When send request to old url got error -

{
    "code": "invalid",
    "message": "failed to decode request body",
    "op": "http/handlePostQuery",
    "error": {
        "code": "invalid",
        "message": "id must have a length of 16 bytes"
    }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions