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!
使用 API 规范验证实现 API 流量可见性
当NetScaler将流量确定为API流量时,它提供了一个选项,可以在与HTTP API相关的HTTP事务中导出其他信息。
有关导出 HTTP 事务日志的详细信息,请参阅将事务日志直接从 NetScaler 导出到 Splunk。
使用 CLI 通过 API 规范启用 API 流量可见性
-
创建 API 配置文件
在命令提示符下,键入:
add api profile <name>
-
启用 API 可见性
在命令提示符下键入
set api profile <name> -apiVisibility <ENABLED/DISABLED>
-
将规范绑定到配置文件
在命令提示符下,键入:
bind -apiprofile <name> -apiSpec <name>
-
将配置文件分配给虚拟服务器 在命令提示符下,键入:
set cs vserver <name> -apiprofile <name>
示例:
add api profile test_apiprofile1
set api profile test_apiprofile1 -apiVisibility enabled
bind api profile test_apiprofile1 -apispec testapi spec name
set cs verser vserver_test1 -apiprofile test_apiprofile1
<!--NeedCopy-->
如果传入的流量与 API 规范中的端点相匹配,则会在 HTTP 事务日志中发送 apiEndpoint、apiSpecName 和 isApi 参数。
使用 CLI 在没有 API 规范的情况下启用 API 流量可见性
-
创建 API 配置文件
在命令提示符下,键入:
add api profile <name>
-
启用 API 可见性
在命令提示符下,键入:
set api profile <name> -apiVisibility <ENABLED/DISABLED>
-
将配置文件分配给虚拟服务器
在命令提示符下,键入:
set cs vserver <name> -apiprofile <name>
示例:
add api profile test_apiprofile
set api profile <test_apiprofile> -apiVisibility enabled
set cs verser vserver_test -apiprofile test_apiprofile
<!--NeedCopy-->
如果传入的流量是 API 流量,则在 HTTP 事务日志中发送 isApi 参数。
使用 GUI 启用 API 流量可见性
- 导航到“系统”>“配置文件”>“API 配置文件”。
- 单击添加。
- 在 API 配置文件页面上,输入 API 配置文件的名称。
- 选择 API 可见性,然后单击“确定”。
- 要启用 API 流量可见性,请绑定 API 规范文件。
- 在 API 配置文件页面的高级设置下,单击 API 规范。
- 在 API 规范绑定部分中,单击 >,然后选择所需的 API 规范。
- 单击“绑定”,然后单击“关闭”。
- 单击 Done(完成)。
共享
共享
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.