scalr api与邮递员客户

时间:2017-01-03 10:18:12

标签: postman scalr

我正在使用scalr并尝试使用postman客户端访问scalr api但我收到错误:

 {

  "meta": {
        "requestId": "63b814f1-f885-48cc-85d6-762e524e0bfb"
      },
      "errors": [
        {
          "code": "BadAuthentication",
          "message": "Unsigned request"
        }
      ]
    }

对于scalr api,他们给出了访问密钥:xxxxxxx和密钥:xxxxxxxx所以我使用基本身份验证进行身份验证过程并给出:

username:(scale key id)
password:(scalr secret_key)

Scalr apis与scalr api接口工作正常,但与postman客户端抛出错误。 请告诉我这是什么问题。

1 个答案:

答案 0 :(得分:0)

如果您使用的是Scalr Open Source中当前可用的API v1(已弃用),则需要将您的用户个人资料中的签名设为described in the documentation

如果您使用的是支持当前API v2的Scalr Enterprise,则API Explorer中会说明身份验证。