从亚马逊获取用户设备列表

问题描述

有谁知道是否有任何 API/方法可以从亚马逊获取用户设备列表?鉴于我们已经拥有他们的凭据。

用户界面,我看到这个端点被调用

[server]
# Protocol (http,https,socket)
protocol = http

# The ip address to bind to,empty will bind to all interfaces
;http_addr =

# The http port  to use
;http_port = 3000

# The public facing domain name used to access grafana from a browser
domain = <AWS Instance URL>

# Redirect to correct domain if host header does not match domain
# Prevents DNS rebinding attacks
;enforce_domain = false

# The full public facing url you use in browser,used for redirects and emails
# If you use reverse proxy and sub path specify full url (with sub path)
root_url = %(protocol)s://%(domain)s/grafana/
serve_from_sub_path = true

在表单数据中使用 https://www.amazon.com/hz/mycd/digital-console/ajax

这是显示设备列表的页面的地址:

activity=GetDevicesOverview

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)