This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
REST API
使用 Citrix Endpoint Management REST API,您可以:
- 显示在 Citrix Endpoint Management 控制台中的呼叫服务
- 使用任意 REST 客户端调用 REST 服务
该 API 不需要您登录 Citrix Endpoint Management 控制台即可调用服务。
有关完整的当前可用 API 集,请下载适用 于 REST 服务的公共 API PDF。
有 API 可用于管理您的移动和桌面终端设备以及配置 Workspace 应用程序的设置。转到 https://developer.cloud.com/citrixworkspace 并导航到 Citrix Endpoint Management > 移动应用程序集成。
访问 REST API 所需的权限
访问 REST API 需要具有以下权限:
- Citrix Cloud 管理员
- 公共 API 访问权限,设置为基于角色的访问配置的一部分。有关信息,请参阅使用 RBAC 配置角色。
- 超级用户权限
要使用您的 Citrix Cloud 帐户访问 REST API,请生成 API 密钥:
- 在 Citrix Cloud 菜单中,选择 Identity and Access Management(身份和访问管理)。
- 选择 API 访问 > 安全客户端。
- 键入安全客户端的名称,然后单击 创建客户端。
然后,Citrix Cloud 会创建安全的客户端 ID 和客户端密钥。下载此信息的副本并将其安全地离线保存以供参考。关闭对话框后,Citrix Cloud 不会存储唯一标识符。
调用 REST API 服务
您可以使用 REST 客户端或 cURL 命令调用 REST API 服务。以下示例使用适用于 Chrome 的高级 REST 客户端。
注意:
在下面的示例中,请更改主机名和端口号以匹配您的环境。
登录
此处显示的示例涵盖了使用通过 Citrix Cloud API 检索的令牌进行登录。
URL: https://<host-name>:<port-number>/xenmobile/api/v1/authentication/login/cloud
方法类型:POST
内容类型:application/json
索取样品:
{
"bearerToken": "eyJ0eOiJSUzJiibGcI1AiONiJ9.eyJkIjoMDExN1c2VIXiMzNDc1OTk4...qf0iQ"
}
<!--NeedCopy-->
您必须使用 Citrix Cloud API https://trust.citrixworkspacesapi.net/Help/Api/POST-customer-tokens-clients
检索不记名令牌。有关信息,请参阅 开发人员文档。
响应示例:
{
"auth_token": "q483409eu82mkfrcdiv90iv0gc:q483409eu82mkfrcdiv90iv0gc"
}
<!--NeedCopy-->
相关信息
共享
共享
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.