Previous Topic: Create an EndpointNext Topic: Delete an Endpoint


Update an Endpoint

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
host_name

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>
Name

Specifies the endpoint name.

EndpointType

Specifies the endpoint type.

UserLogin

Specifies the user login for the endpoint.

URL

Specifies the URL Value for the endpoint.

Host

Specifies the endpoint host address.

Password

Specifies the password for the endpoint user that is specified in the UserLogin tag.

AdministrativeAdvanced

Specifies if the endpoint is enabled for advanced administration.