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
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>
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.
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.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|