gpt4 book ai didi

api - Grafana API - 如何切换当前组织

转载 作者:行者123 更新时间:2023-12-05 03:08:25 34 4
gpt4 key购买 nike

关于组织的文档 ( http://docs.grafana.org/http_api/org/ ) 使用了 currentactual organization 这两个词,这表明有一种“活跃”的组织与你打交道。为了获得“当前”组织,我使用:

GET /api/org

然后回来:

{
"id": 1,
"name": "Main Org.",
"address": {
"address1": "",
"address2": "",
"city": "",
"zipCode": "",
"state": "",
"country": ""
}
}

我已经创建了一些其他测试组织,但是如何使用 Grafana API 切换当前组织?


正在使用基本身份验证和默认管理员用户 (admin:admin) 进行测试。我注意到如果我使用 UI,则当前组织正在发生变化。

enter image description here

GET /api/org

现在返回:

{
"id": 2,
"name": "organization_test_2",
"address": {
"address1": "",
"address2": "",
"city": "",
"zipCode": "",
"state": "",
"country": ""
}
}

最佳答案

使用基本身份验证和用户名 admin和密码 admin :

curl -X POST http://admin:admin@localhost:3000/api/user/using/<id of new org>

切换组织的文档:http://docs.grafana.org/http_api/user/#switch-user-context

关于api - Grafana API - 如何切换当前组织,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45348692/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com