To update an endpoint, send the HTTP PUT request to the following URL:
https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints
Specifies the host name.
The following example shows the HTTP body content to update an endpoint:
<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>
Specifies the endpoint name.
Specifies the endpoint type.
Specifies the user login for the endpoint.
Specifies the URL Value for the endpoint.
Specifies the endpoint host address.
Specifies the password for the endpoint user that is specified in the UserLogin tag.
Specifies if the endpoint is enabled for advanced administration.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|