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!
适用于本地 Citrix SD-WAN Orchestrator 的 API 指南
要在 Swagger 用户界面上访问 Citrix SD-WAN Orchestrator 本地部署 API 指南,请执行以下操作:
-
登录本地的 Citrix SD-WAN Orchestrator 然后单击 ? 在 UI 的右上角,然后单击 API 指南。
此时将显示 Swagger 规格详细信息。
-
单击 Swagger 规范 URL 以访问 API 指南。
Citrix SD-WAN Orchestrator 通过 curl 提供本地 API
必备条件
- 云端登录
- 本地登录
执行以下步骤,通过 curl 使用 Citrix 本地编排器 API:
-
云登录:如果是全新的 XVA,则必须先登录到云端。
curl -k -X POST -H "Content-Type: application/json "https://<onprem-orchestrator-ip>/policy/v1/onprem/cloudLogon –data '{"clientId":"<clientId>","clientSecret":"<clientSecret> ","ccId":"<ccid>", "pop": "<popName>"}'
clientId
clientSecret
、和ccId
可以从 IAM 页面获取。注意在尝试云登录之前,请
确保客户帐户已在云中创建。
-
本地登录:然后进行本地登录以获取身份验证令牌。
curl -k -X POST -H "Content-Type: application/json" https://<onprem-orchestrator-ip>/onpm/v1/logon --data '{"username":"admin","password":"<passwordField>"}'
这会返回 代币 和 客户 ID 作为响应。CustomerID 保持不变,在其他 API 调用中需要它。保存 客户 ID 以备日后使用。该令牌的有效期为一小时。之后,你必须重新登录。
示例:使用身份 验证令牌和 CustomerID 启动 其他 Citrix 本地 API。
curl -k -X GET -H "authorization:CWSAuth bearer= <token> " -H "Content-Type: application/json"https://<onprem-orchestrator-ip>/onpm/v1/scope/<customerId>/globalSettings/ntpSettings
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group 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 Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.