带有postman客户端的scalr api

带有postman客户端的scalr api,postman,scalr,Postman,Scalr,我正在使用scalr,并尝试使用postman客户端访问scalr api,但出现以下错误: { "meta": { "requestId": "63b814f1-f885-48cc-85d6-762e524e0bfb" }, "errors": [ { "code": "BadAuthentication", "message": "Unsigned request" }

我正在使用scalr,并尝试使用postman客户端访问scalr api,但出现以下错误:

 {

  "meta": {
        "requestId": "63b814f1-f885-48cc-85d6-762e524e0bfb"
      },
      "errors": [
        {
          "code": "BadAuthentication",
          "message": "Unsigned request"
        }
      ]
    }
对于scalr api,他们提供了访问密钥ID:xxxxxxx和密钥:xxxxxxx,因此我使用基本身份验证进行身份验证,并提供:

username:(scale key id)
password:(scalr secret_key)
Scalr api在Scalr api接口上运行良好,但在postman客户端上抛出错误。
请告诉我问题出在哪里。

如果您使用的API v1(已弃用)当前在Scalr开源中可用,则需要从您的用户配置文件中获取签名


如果您使用的是支持当前API v2的Scalr Enterprise,则在中介绍了身份验证。

如果您使用的是Scalr开源中当前可用的API v1(已弃用),则需要从用户配置文件中获取签名

如果您使用的是支持当前API v2的Scalr Enterprise,则在中介绍了身份验证