要更新端点,请将 HTTP PUT 请求发送到以下 URL:
https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints
指定主机名称。
以下示例显示更新端点的 HTTP 正文内容:
<Endpoint>
<Name>endpoint_name</Name>
<EndpointType>Endpoint_type</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 标记中指定的端点用户的密码。
指定端点是否针对高级管理启用。
版权所有 © 2013 CA。
保留所有权利。
|
|