The translation is temporarily closed for contributions due to maintenance, please come back later.
The translation was automatically locked due to following alerts: Could not update the repository.
English Chinese (Simplified)
Define the route that should get mapped to this operation. Variables marked by a ':' will get mapped to the entered name and passed along with the others to the mapping. (e.g. /Ticket/:TicketID). 为这个操作定义获取映射的路由。以“:“作为标记的变量将得到输入名称和其它传递参数的映射。
Valid request methods for Operation 操作的有效请求方法
Limit this Operation to specific request methods. If no method is selected all requests will be accepted. 限制这个操作使用指定的请求方法。如果没有选择方法,则所有的请求都可以接受。
Maximum message length 消息的最大长度
This field should be an integer number. 这个字段值应该是一个整数。
Here you can specify the maximum size (in bytes) of REST messages that OTRS will process. 在这里你可以指定OTRS能够处理的REST消息的最大长度(以字节为单位)。
Send Keep-Alive 发送Keep-Alive(保持连接)
This configuration defines if incoming connections should get closed or kept alive. 此配置定义传入的连接应该关闭还是保持连接。
Additional response headers 附加响应头
Add response header 添加响应头
Endpoint 端点
URI to indicate specific location for accessing a web service. 用于指示访问Web服务的特定位置的URI。
e.g https://www.otrs.com:10745/api/v1.0 (without trailing backslash) 例如:https://www.otrs.com:10745/api/v1.0 (最后不带斜杠/)
Timeout 超时
Timeout value for requests. 请求的超时值。
Authentication Authentication(身份验证)
An optional authentication mechanism to access the remote system. 用于访问远程系统的可选认证机制。
BasicAuth User 基本认证用户
The user name to be used to access the remote system. 用于访问远程系统的用户名。
BasicAuth Password 基本认证密码