要创建端点,请将 HTTP POST 请求发送到以下 URL:
https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints
指定主机名称。
以下示例显示创建端点的 HTTP 正文内容:
<Endpoint>
<Name>endpoint_name</Name> <EndpointType>MS SQL Server</EndpointType> <EndpointTypeProperties>
<UserLogin>user1</UserLogin> <URL>URL Value</URL> <Host>Endpoint_Host_Address</Host> <Password>User_Password</Password>
</EndpointTypeProperties> <AdministrativeAdvanced>false</AdministrativeAdvanced>
</Endpoint>
指定端点名称。
指定端点类型。
为端点指定用户登录。
指定端点的 URL 值。
指定端点主机地址。
指定在 UserLogin 标记中指定的端点用户的密码。
指定端点是否针对高级管理启用。
注意:EndpointTypeProperties 标记是动态的,且由为 EndpointType 标记指定的输入确定。 有关如何获取动态端点类型属性的属性架构的说明,请参阅“获取端点类型”主题。
版权所有 © 2013 CA。
保留所有权利。
|
|