cloudflare / cloudflare/cloudflare-python

When using Python SDK to get the spectrum list, no Argo information is returned

未关闭
#2,676 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
506
派生
148
平均合并
3 小时 15 分钟
30 天内合并 PR
1

描述

### Confirm this is a Python library issue and not an underlying Cloudflare API issue.

- [x] This is an issue with the Python library

### Describe the bug

When using the Python SDK to retrieve the spectrum list, no Argo information is returned:
When the app is TCP type, the argo_smart_routing attribute is returned, but when the app is UDP type, this attribute is not returned. How can I retrieve the Argo information for this app?

The documentation at [https://developers.cloudflare.com/spectrum/reference/configuration-options/#argo-smart-routing](https://developers.cloudflare.com/spectrum/reference/configuration-options/#argo-smart-routing) indicates that Argo is currently a UDP beta version, meaning that Argo is currently available for UDP.

However, in the Python SDK, when getting (not creating or setting) spectrum app properties, Argo information is not returned.

### To Reproduce

1、use client.spectrum.apps.list get udp app info

### Code snippets

```Python

```

### OS

linux

### Python version

3.9.0

### Library version

v4.2.0

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。