Previous Topic: Reset Password AutoNext Topic: Update an Endpoint


Create an Endpoint

To create an endpoint, send the HTTP POST 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 create an endpoint:

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

Note: The EndpointTypeProperties tag is dynamic and determined by the input that is given for the EndpointType tag. See the get endpoint types topic for the description on how to get the property schema for dynamic endpoint type properties.