이전 항목: 끝점 만들기다음 항목: 끝점 삭제


끝점 업데이트

끝점을 업데이트하려면 다음 URL로 HTTP PUT 요청을 보내십시오.

https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints
host_name

호스트 이름을 지정합니다.

다음 예는 끝점을 업데이트하는 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>
Name

호스트 이름을 지정합니다.

EndpointType

끝점 유형을 지정합니다.

UserLogin

끝점에 대한 사용자 로그인을 지정합니다.

URL

끝점에 대한 URL 값을 지정합니다.

Host

끝점 호스트 주소를 지정합니다.

Password

UserLogin 태그에 지정된 끝점 사용자의 암호를 지정합니다.

AdministrativeAdvanced

끝점에 고급 관리를 사용할 수 있는지 여부를 지정합니다.