이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
CLIs
- 1: AddLbServerGroupMembers
- 2: CreateLBHealthCheck
- 3: CreateLbListener
- 4: CreateLBServerGroup
- 5: CreateLoadbalancer
- 6: CreateLoadbalancerPublicNatIp
- 7: DeleteLBHealthCheck
- 8: DeleteLbListener
- 9: DeleteLBServerGroup
- 10: DeleteLoadbalancer
- 11: DeleteLoadbalancerPublicNatIp
- 12: ListLBHealthChecks
- 13: ListLbListeners
- 14: ListLbServerGroupMembers
- 15: ListLBServerGroups
- 16: ListLoadbalancerCertificates
- 17: ListLoadbalancers
- 18: RemoveLbServerGroupMember
- 19: RemoveLbServerGroupMembers
- 19.1: 1.2
- 20: SetLBHealthCheck
- 21: SetLbListener
- 22: SetLBServerGroup
- 23: SetLbServerGroupMember
- 24: SetLoadbalancer
- 24.1: 1.1
- 25: ShowLBHealthCheck
- 26: ShowLbListener
- 27: ShowLBServerGroup
- 28: ShowLbServerGroupMember
- 29: ShowLoadbalancer
- 30: ShowLoadbalancerCertificate
- 31: ShowLoadbalancerPublicNatIp
1 - AddLbServerGroupMembers
1.1 - 1.2
scpcli loadbalancer lb-server-group-members add
--lb_server_group_id <value>
--members <value>
Description
Member를 생성한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | Lb Server Group ID | - |
| members required | array | '{"member_ip": "192.168.0.1", "member_port": 80, "member_state": "ENABLE", "member_weight": 100, "name": "virtualserver-1", "object_id": "1", "object_type": "VM"}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| lb_server_group_id | Lb Server Group ID | |
| member_ip | Member ID | |
| member_port | Member 포트 | |
| member_state | Member State of Member | |
| member_weight | Weight of Member | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Member 명 | |
| object_id | Member 대상 서버의 ID | |
| object_type | Member의 대상 서버 타입 | |
| state | State of Member | |
| subnet_id | Sunbet ID | |
| uuid | UUID of Member |
1.2 - 1.1
scpcli loadbalancer lb-server-group-members add
--lb_server_group_id <value>
--members <value>
Description
Member를 생성한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | Lb Server Group ID | - |
| members required | array | '{"member_ip": "192.168.0.1", "member_port": 80, "member_state": "ENABLE", "member_weight": 100, "name": "virtualserver-1", "object_id": "1", "object_type": "VM"}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| lb_server_group_id | Lb Server Group ID | |
| member_ip | Member ID | |
| member_port | Member 포트 | |
| member_state | Member State of Member | |
| member_weight | Weight of Member | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Member 명 | |
| object_id | Member 대상 서버의 ID | |
| object_type | Member의 대상 서버 타입 | |
| state | State of Member | |
| subnet_id | Sunbet ID | |
| uuid | UUID of Member |
2 - CreateLBHealthCheck
2.1 - 1.2
scpcli loadbalancer lb-health-check create
--vpc_id <value>
--subnet_id <value>
--protocol <value>
--name <value>
[--description <value>]
[--health_check_count <value>]
[--health_check_interval <value>]
[--health_check_port <value>]
[--health_check_timeout <value>]
[--health_check_url <value>]
[--http_method <value>]
[--request_data <value>]
[--response_code <value>]
[--tags <value>]
Description
LB 헬스 체크를 생성한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
| subnet_id required | string | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| protocol required | string | 프로토콜 | TCP |
| name required | string | LB 헬스 체크명 | ServerGroup01 |
| description optional | string | 설명 | this is an lb server group |
| health_check_count optional | integer | 탐지 횟수 | 3 |
| health_check_interval optional | integer | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. | 5 |
| health_check_port optional | integer | 헬스 체크 포트 | 80 |
| health_check_timeout optional | integer | 대기 시간 | 5 |
| health_check_url optional | string | URL 모니터 | /test |
| http_method optional | **** | LB 헬스 체크 HTTP 방식 | GET |
| request_data optional | string | 요청 문자열 | username=admin&password=1234 |
| response_code optional | string | 응답 코드 | 200 |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| account_id | Account ID | e3cd678b11784734bc366148aa37580e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | this is an lb server group |
| health_check_count | 탐지 횟수 | 3 |
| health_check_interval | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. | 5 |
| health_check_port | 헬스 체크 포트 | 80 |
| health_check_timeout | 대기 시간 | 5 |
| health_check_type | LB 헬스 체크 유형 | DEFAULT |
| health_check_url | URL 모니터 | /test |
| http_method | LB 헬스 체크 HTTP 방식 | GET |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 헬스 체크명 | Test-LbMonitor-01 |
| protocol | 프로토콜 | TCP |
| request_data | 요청 문자열 | username=admin&password=1234 |
| response_code | 응답 코드 | 200 |
| state | LB Health Check state | ACTIVE |
| subnet_id | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| vpc_id | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
2.2 - 1.1
scpcli loadbalancer lb-health-check create
--vpc_id <value>
--subnet_id <value>
--protocol <value>
--name <value>
[--description <value>]
[--health_check_count <value>]
[--health_check_interval <value>]
[--health_check_port <value>]
[--health_check_timeout <value>]
[--health_check_url <value>]
[--http_method <value>]
[--request_data <value>]
[--response_code <value>]
[--tags <value>]
Description
LB 헬스 체크를 생성한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
| subnet_id required | string | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| protocol required | string | 프로토콜 | TCP |
| name required | string | LB 헬스 체크명 | ServerGroup01 |
| description optional | string | 설명 | this is an lb server group |
| health_check_count optional | integer | 탐지 횟수 | 3 |
| health_check_interval optional | integer | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. | 5 |
| health_check_port optional | integer | 헬스 체크 포트 | 80 |
| health_check_timeout optional | integer | 대기 시간 | 5 |
| health_check_url optional | string | URL 모니터 | /test |
| http_method optional | **** | LB 헬스 체크 HTTP 방식 | GET |
| request_data optional | string | 요청 문자열 | username=admin&password=1234 |
| response_code optional | string | 응답 코드 | 200 |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| account_id | Account ID | e3cd678b11784734bc366148aa37580e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | this is an lb server group |
| health_check_count | 탐지 횟수 | 3 |
| health_check_interval | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. | 5 |
| health_check_port | 헬스 체크 포트 | 80 |
| health_check_timeout | 대기 시간 | 5 |
| health_check_type | LB 헬스 체크 유형 | DEFAULT |
| health_check_url | URL 모니터 | /test |
| http_method | LB 헬스 체크 HTTP 방식 | GET |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 헬스 체크명 | Test-LbMonitor-01 |
| protocol | 프로토콜 | TCP |
| request_data | 요청 문자열 | username=admin&password=1234 |
| response_code | 응답 코드 | 200 |
| state | LB Health Check state | ACTIVE |
| subnet_id | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| vpc_id | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
3 - CreateLbListener
3.1 - 1.2
scpcli loadbalancer lb-listener create
--service_port <value>
--routing_action <value>
--protocol <value>
--name <value>
--loadbalancer_id <value>
[--condition_type <value>]
[--description <value>]
[--insert_client_ip <value>]
[--persistence <value>]
[--response_timeout <value>]
[--server_group_id <value>]
[--session_duration_time <value>]
[--sni_certificate <value>]
[--support_http2 <value>]
[--tags <value>]
[--url_handler <value>]
[--url_redirection <value>]
[--x_forwarded_for <value>]
[--x_forwarded_port <value>]
[--x_forwarded_proto <value>]
[--port <value>]
[--response_code <value>]
[--client_cert_id <value>]
[--client_cert_level <value>]
[--server_cert_level <value>]
Description
Listener를 생성한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| service_port required | integer | 서비스 포트 | - |
| routing_action required | string | The routing action of the listener. | - |
| protocol required | string | 프로토콜 | - |
| name required | string | Listener 명 | - |
| loadbalancer_id required | string | LB 아이디 | - |
| condition_type optional | **** | The condition type of the listener. | - |
| description optional | string | 설명 | - |
| insert_client_ip optional | boolean | Whether the client IP should be inserted. | - |
| persistence optional | string | 지속성 유형 | - |
| response_timeout optional | integer | 응답 시간 초과 | - |
| server_group_id optional | string | LB 서버 그룹 아이디 | - |
| session_duration_time optional | integer | The session duration time. | - |
| sni_certificate optional | array | The sni certificate of the listener. | '{"domain_name": "", "sni_cert_id": ""}' |
| support_http2 optional | boolean | Whether the HTTP 2.0 is supported | - |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
| url_handler optional | array | URL 처리 | - |
| url_redirection optional | string | The URL redirect of the listener. | - |
| x_forwarded_for optional | boolean | Whether the X-Forwarded-For should be inserted. | - |
| x_forwarded_port optional | boolean | Whether the X-Forwarded-Port should be inserted. | - |
| x_forwarded_proto optional | boolean | Whether the X-Forwarded-Protocol should be inserted. | - |
| port optional | string | port | - |
| response_code optional | string | response_code | - |
| client_cert_id optional | string | Certificate id for client ssl | - |
| client_cert_level optional | string | Certificate level for client ssl | - |
| server_cert_level optional | string | Certificate level for server ssl | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| condition_type | The condition type of the listener. | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| https_redirection | The https redirection of the listener. | |
| insert_client_ip | Whether the client IP should be inserted. | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Listener 명 | |
| persistence | 지속성 유형 | |
| protocol | 프로토콜 | |
| response_timeout | 응답 시간 초과 | |
| routing_action | The routing action of the listener. | |
| server_group_id | LB 서버 그룹 아이디 | |
| server_group_name | LB 서버 그룹 명 | |
| service_port | 서비스 포트 | |
| session_duration_time | The session duration time. | |
| sni_certificate | The sni certificate of the listener. | |
| ssl_certificate | SSL 인증서 | |
| state | Listener 상태 | |
| support_http2 | Whether the HTTP 2.0 is supported | |
| url_handler | URL 처리 | |
| url_redirection | The URL redirect of the listener. | |
| x_forwarded_for | Whether the X-Forwarded-For should be inserted. | |
| x_forwarded_port | Whether the X-Forwarded-Port should be inserted. | |
| x_forwarded_proto | Whether the X-Forwarded-Protocol should be inserted. |
3.2 - 1.1
scpcli loadbalancer lb-listener create
--service_port <value>
--routing_action <value>
--protocol <value>
--name <value>
--loadbalancer_id <value>
[--condition_type <value>]
[--description <value>]
[--insert_client_ip <value>]
[--persistence <value>]
[--response_timeout <value>]
[--server_group_id <value>]
[--session_duration_time <value>]
[--sni_certificate <value>]
[--support_http2 <value>]
[--tags <value>]
[--url_handler <value>]
[--url_redirection <value>]
[--x_forwarded_for <value>]
[--x_forwarded_port <value>]
[--x_forwarded_proto <value>]
[--port <value>]
[--response_code <value>]
[--client_cert_id <value>]
[--client_cert_level <value>]
[--server_cert_level <value>]
Description
Listener를 생성한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| service_port required | integer | 서비스 포트 | - |
| routing_action required | string | The routing action of the listener. | - |
| protocol required | string | 프로토콜 | - |
| name required | string | Listener 명 | - |
| loadbalancer_id required | string | LB 아이디 | - |
| condition_type optional | **** | The condition type of the listener. | - |
| description optional | string | 설명 | - |
| insert_client_ip optional | boolean | Whether the client IP should be inserted. | - |
| persistence optional | string | 지속성 유형 | - |
| response_timeout optional | integer | 응답 시간 초과 | - |
| server_group_id optional | string | LB 서버 그룹 아이디 | - |
| session_duration_time optional | integer | The session duration time. | - |
| sni_certificate optional | array | The sni certificate of the listener. | '{"domain_name": "", "sni_cert_id": ""}' |
| support_http2 optional | boolean | Whether the HTTP 2.0 is supported | - |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
| url_handler optional | array | URL 처리 | - |
| url_redirection optional | string | The URL redirect of the listener. | - |
| x_forwarded_for optional | boolean | Whether the X-Forwarded-For should be inserted. | - |
| x_forwarded_port optional | boolean | Whether the X-Forwarded-Port should be inserted. | - |
| x_forwarded_proto optional | boolean | Whether the X-Forwarded-Protocol should be inserted. | - |
| port optional | string | port | - |
| response_code optional | string | response_code | - |
| client_cert_id optional | string | Certificate id for client ssl | - |
| client_cert_level optional | string | Certificate level for client ssl | - |
| server_cert_level optional | string | Certificate level for server ssl | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| condition_type | The condition type of the listener. | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| https_redirection | The https redirection of the listener. | |
| insert_client_ip | Whether the client IP should be inserted. | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Listener 명 | |
| persistence | 지속성 유형 | |
| protocol | 프로토콜 | |
| response_timeout | 응답 시간 초과 | |
| routing_action | The routing action of the listener. | |
| server_group_id | LB 서버 그룹 아이디 | |
| server_group_name | LB 서버 그룹 명 | |
| service_port | 서비스 포트 | |
| session_duration_time | The session duration time. | |
| sni_certificate | The sni certificate of the listener. | |
| ssl_certificate | SSL 인증서 | |
| state | Listener 상태 | |
| support_http2 | Whether the HTTP 2.0 is supported | |
| url_handler | URL 처리 | |
| url_redirection | The URL redirect of the listener. | |
| x_forwarded_for | Whether the X-Forwarded-For should be inserted. | |
| x_forwarded_port | Whether the X-Forwarded-Port should be inserted. | |
| x_forwarded_proto | Whether the X-Forwarded-Protocol should be inserted. |
4 - CreateLBServerGroup
4.1 - 1.2
scpcli loadbalancer lb-server-group create
--vpc_id <value>
--subnet_id <value>
--protocol <value>
--name <value>
--lb_method <value>
[--description <value>]
[--lb_health_check_id <value>]
[--tags <value>]
Description
LB 서버 그룹을 생성한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
| subnet_id required | string | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| protocol required | string | 프로토콜 | TCP |
| name required | string | LB 헬스 체크명 | ServerGroup01 |
| lb_method required | string | 부하 분산 | ROUND_ROBIN |
| description optional | string | 설명 | this is an lb server group |
| lb_health_check_id optional | string | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
| account_id | Account ID | e3cd678b11784734bc366148aa37580e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | this is an lb server group |
| lb_health_check_id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| lb_method | 부하 분산 | ROUND_ROBIN |
| lb_name | Load Balancer 명 | Test-LB-01 |
| loadbalancer_id | Load Balancer ID | 82efa35c88834bc083020443e57faa10 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 서버 그룹 명 | ServerGroup01 |
| protocol | 프로토콜 | TCP |
| state | LB 서버 그룹 상태 | ACTIVE |
| subnet_id | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| vpc_id | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
4.2 - 1.1
scpcli loadbalancer lb-server-group create
--vpc_id <value>
--subnet_id <value>
--protocol <value>
--name <value>
--lb_method <value>
[--description <value>]
[--lb_health_check_id <value>]
[--tags <value>]
Description
LB 서버 그룹을 생성한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
| subnet_id required | string | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| protocol required | string | 프로토콜 | TCP |
| name required | string | LB 헬스 체크명 | ServerGroup01 |
| lb_method required | string | 부하 분산 | ROUND_ROBIN |
| description optional | string | 설명 | this is an lb server group |
| lb_health_check_id optional | string | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
| account_id | Account ID | e3cd678b11784734bc366148aa37580e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | this is an lb server group |
| lb_health_check_id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| lb_method | 부하 분산 | ROUND_ROBIN |
| lb_name | Load Balancer 명 | Test-LB-01 |
| loadbalancer_id | Load Balancer ID | 82efa35c88834bc083020443e57faa10 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 서버 그룹 명 | ServerGroup01 |
| protocol | 프로토콜 | TCP |
| state | LB 서버 그룹 상태 | ACTIVE |
| subnet_id | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| vpc_id | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
5 - CreateLoadbalancer
5.1 - 1.2
scpcli loadbalancer loadbalancer create
--vpc_id <value>
--subnet_id <value>
--name <value>
--layer_type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_logging_enabled <value>]
[--health_check_ip_1 <value>]
[--health_check_ip_2 <value>]
[--publicip_id <value>]
[--service_ip <value>]
[--source_nat_ip <value>]
[--tags <value>]
Description
LoadBalancer를 생성한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
| subnet_id required | string | Subnet ID | - |
| name required | string | 이름 | - |
| layer_type required | string | 계층 타입 | - |
| description optional | string | 설명 | - |
| firewall_enabled optional | boolean | 방화벽 사용 여부 | - |
| firewall_logging_enabled optional | boolean | 방화벽 로깅 여부 | - |
| health_check_ip_1 optional | string | Health check IP | - |
| health_check_ip_2 optional | string | Health check IP | - |
| publicip_id optional | string | Public IP ID | - |
| service_ip optional | string | LoadBalancer 서비스 IP | - |
| source_nat_ip optional | string | Source NAT IP | - |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | |
| account_id | LoadBalancer account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| layer_type | 계층 타입 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 이름 | |
| state | The state of the load balancer. | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
5.2 - 1.1
scpcli loadbalancer loadbalancer create
--vpc_id <value>
--subnet_id <value>
--name <value>
--layer_type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_logging_enabled <value>]
[--health_check_ip_1 <value>]
[--health_check_ip_2 <value>]
[--publicip_id <value>]
[--service_ip <value>]
[--source_nat_ip <value>]
[--tags <value>]
Description
LoadBalancer를 생성한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
| subnet_id required | string | Subnet ID | - |
| name required | string | 이름 | - |
| layer_type required | string | 계층 타입 | - |
| description optional | string | 설명 | - |
| firewall_enabled optional | boolean | 방화벽 사용 여부 | - |
| firewall_logging_enabled optional | boolean | 방화벽 로깅 여부 | - |
| health_check_ip_1 optional | string | Health check IP | - |
| health_check_ip_2 optional | string | Health check IP | - |
| publicip_id optional | string | Public IP ID | - |
| service_ip optional | string | LoadBalancer 서비스 IP | - |
| source_nat_ip optional | string | Source NAT IP | - |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | |
| account_id | LoadBalancer account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| layer_type | 계층 타입 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 이름 | |
| state | The state of the load balancer. | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
6 - CreateLoadbalancerPublicNatIp
6.1 - 1.2
scpcli loadbalancer loadbalancer-public-nat-ip create
--loadbalancer_id <value>
--publicip_id <value>
Description
LoadBalancer Public NAT를 생성한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
| publicip_id required | string | publicip_id | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | |
| account_id | account_id | |
| action_type | action_type | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| external_ip_address | external_ip_address | |
| internal_ip_address | internal_ip_address | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 이름 | |
| owner_id | owner_id | |
| owner_name | owner_name | |
| owner_type | owner_type | |
| publicip_id | publicip_id | |
| service_ip_port_id | service_ip_port_id | |
| state | state | |
| subnet_id | subnet_id | |
| type | type | |
| vpc_id | vpc_id |
6.2 - 1.1
scpcli loadbalancer loadbalancer-public-nat-ip create
--loadbalancer_id <value>
--publicip_id <value>
Description
LoadBalancer Public NAT를 생성한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
| publicip_id required | string | publicip_id | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | |
| account_id | account_id | |
| action_type | action_type | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| external_ip_address | external_ip_address | |
| internal_ip_address | internal_ip_address | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 이름 | |
| owner_id | owner_id | |
| owner_name | owner_name | |
| owner_type | owner_type | |
| publicip_id | publicip_id | |
| service_ip_port_id | service_ip_port_id | |
| state | state | |
| subnet_id | subnet_id | |
| type | type | |
| vpc_id | vpc_id |
7 - DeleteLBHealthCheck
7.1 - 1.2
scpcli loadbalancer lb-health-check delete
--lb_health_check_id <value>
Description
LB 헬스 체크를 삭제한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_health_check_id required | string | LB 헬스 체크 ID | e3cd678b11784734bc366148aa37580e |
7.2 - 1.1
scpcli loadbalancer lb-health-check delete
--lb_health_check_id <value>
Description
LB 헬스 체크를 삭제한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_health_check_id required | string | LB 헬스 체크 ID | e3cd678b11784734bc366148aa37580e |
8 - DeleteLbListener
8.1 - 1.2
scpcli loadbalancer lb-listener delete
--listener_id <value>
Description
Listener를 삭제한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| listener_id required | string | Listener 아이디 | - |
8.2 - 1.1
scpcli loadbalancer lb-listener delete
--listener_id <value>
Description
Listener를 삭제한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| listener_id required | string | Listener 아이디 | - |
9 - DeleteLBServerGroup
9.1 - 1.2
scpcli loadbalancer lb-server-group delete
--lb_server_group_id <value>
Description
LB 서버 그룹을 삭제한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
9.2 - 1.1
scpcli loadbalancer lb-server-group delete
--lb_server_group_id <value>
Description
LB 서버 그룹을 삭제한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
10 - DeleteLoadbalancer
10.1 - 1.2
scpcli loadbalancer loadbalancer delete
--loadbalancer_id <value>
Description
LoadBalancer를 삭제한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
10.2 - 1.1
scpcli loadbalancer loadbalancer delete
--loadbalancer_id <value>
Description
LoadBalancer를 삭제한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
11 - DeleteLoadbalancerPublicNatIp
11.1 - 1.2
scpcli loadbalancer loadbalancer-public-nat-ip delete
--loadbalancer_id <value>
Description
LoadBalancer Public NAT를 삭제한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
11.2 - 1.1
scpcli loadbalancer loadbalancer-public-nat-ip delete
--loadbalancer_id <value>
Description
LoadBalancer Public NAT를 삭제한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
12 - ListLBHealthChecks
12.1 - 1.2
scpcli loadbalancer lb-health-check list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--protocol <value>]
[--subnet_id <value>]
Description
LB 헬스 체크 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | LB 헬스 체크명 | Test-LbMonitor-01 |
| protocol optional | array | 프로토콜 | 'TCP' |
| subnet_id optional | string | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| health_check_type | LB 헬스 체크 유형 | DEFAULT |
| lb_server_group_count | LB 서버 그룹 수 | 2 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 헬스 체크명 | Test-LbMonitor-01 |
| protocol | 프로토콜 | TCP |
| state | LB Health Check state | ACTIVE |
| subnet_id | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
12.2 - 1.1
scpcli loadbalancer lb-health-check list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--protocol <value>]
[--subnet_id <value>]
Description
LB 헬스 체크 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | LB 헬스 체크명 | Test-LbMonitor-01 |
| protocol optional | array | 프로토콜 | 'TCP' |
| subnet_id optional | string | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| health_check_type | LB 헬스 체크 유형 | DEFAULT |
| lb_server_group_count | LB 서버 그룹 수 | 2 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 헬스 체크명 | Test-LbMonitor-01 |
| protocol | 프로토콜 | TCP |
| state | LB Health Check state | ACTIVE |
| subnet_id | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
13 - ListLbListeners
13.1 - 1.2
scpcli loadbalancer lb-listener list
[--size <value>]
[--page <value>]
[--sort <value>]
[--loadbalancer_id <value>]
[--state <value>]
[--name <value>]
[--service_port <value>]
[--protocol <value>]
Description
Listener 목록을 조회한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| loadbalancer_id optional | string | LB 아이디 | - |
| state optional | string | Listener 상태 | - |
| name optional | string | Listener 명 | - |
| service_port optional | integer | 서비스 포트 | - |
| protocol optional | array | 프로토콜 | 'TCP' |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Listener 명 | |
| protocol | 프로토콜 | |
| service_port | 서비스 포트 | |
| state | Listener 상태 |
13.2 - 1.1
scpcli loadbalancer lb-listener list
[--size <value>]
[--page <value>]
[--sort <value>]
[--loadbalancer_id <value>]
[--state <value>]
[--name <value>]
[--service_port <value>]
[--protocol <value>]
Description
Listener 목록을 조회한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| loadbalancer_id optional | string | LB 아이디 | - |
| state optional | string | Listener 상태 | - |
| name optional | string | Listener 명 | - |
| service_port optional | integer | 서비스 포트 | - |
| protocol optional | array | 프로토콜 | 'TCP' |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Listener 명 | |
| protocol | 프로토콜 | |
| service_port | 서비스 포트 | |
| state | Listener 상태 |
14 - ListLbServerGroupMembers
14.1 - 1.2
scpcli loadbalancer lb-server-group-member list
--lb_server_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--member_ip <value>]
[--member_port <value>]
Description
Member 목록을 조회한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | Lb Server Group ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | Member 명 | - |
| member_ip optional | string | Member ID | - |
| member_port optional | integer | Member 포트 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| health_state | Member의 Health State | |
| lb_server_group_id | Lb Server Group ID | |
| member_ip | Member ID | |
| member_port | Member 포트 | |
| member_state | Member State of Member | |
| member_weight | Weight of Member | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Member 명 | |
| object_id | Member 대상 서버의 ID | |
| object_type | Member의 대상 서버 타입 | |
| state | State of Member |
14.2 - 1.1
scpcli loadbalancer lb-server-group-member list
--lb_server_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--member_ip <value>]
[--member_port <value>]
Description
Member 목록을 조회한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | Lb Server Group ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | Member 명 | - |
| member_ip optional | string | Member ID | - |
| member_port optional | integer | Member 포트 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| health_state | Member의 Health State | |
| lb_server_group_id | Lb Server Group ID | |
| member_ip | Member ID | |
| member_port | Member 포트 | |
| member_state | Member State of Member | |
| member_weight | Weight of Member | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Member 명 | |
| object_id | Member 대상 서버의 ID | |
| object_type | Member의 대상 서버 타입 | |
| state | State of Member |
15 - ListLBServerGroups
15.1 - 1.2
scpcli loadbalancer lb-server-group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--protocol <value>]
[--subnet_id <value>]
[--vpc_id <value>]
[--lb_health_check_id <value>]
[--lb_method <value>]
Description
LB 서버 그룹 목록을 조회한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | LB 서버 그룹 명 | ServerGroup01 |
| protocol optional | array | 프로토콜 | 'TCP' |
| subnet_id optional | string | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| vpc_id optional | string | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
| lb_health_check_id optional | string | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| lb_method optional | array | 부하 분산 | 'R' |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| lb_health_check_id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| lb_name | Load Balancer 명 | Test-LB-01 |
| lb_server_group_member_count | 서버 멤버 수 | 2 |
| loadbalancer_id | Load Balancer ID | 82efa35c88834bc083020443e57faa10 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 서버 그룹 명 | ServerGroup01 |
| protocol | 프로토콜 | TCP |
| state | LB 서버 그룹 상태 | ACTIVE |
| vpc_id | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
15.2 - 1.1
scpcli loadbalancer lb-server-group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--protocol <value>]
[--subnet_id <value>]
[--vpc_id <value>]
[--lb_health_check_id <value>]
[--lb_method <value>]
Description
LB 서버 그룹 목록을 조회한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | LB 서버 그룹 명 | ServerGroup01 |
| protocol optional | array | 프로토콜 | 'TCP' |
| subnet_id optional | string | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| vpc_id optional | string | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
| lb_health_check_id optional | string | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| lb_method optional | array | 부하 분산 | 'R' |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| lb_health_check_id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| lb_name | Load Balancer 명 | Test-LB-01 |
| lb_server_group_member_count | 서버 멤버 수 | 2 |
| loadbalancer_id | Load Balancer ID | 82efa35c88834bc083020443e57faa10 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 서버 그룹 명 | ServerGroup01 |
| protocol | 프로토콜 | TCP |
| state | LB 서버 그룹 상태 | ACTIVE |
| vpc_id | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
16 - ListLoadbalancerCertificates
16.1 - 1.2
scpcli loadbalancer loadbalancer-certificate list
Description
인증서 목록을 조회한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| cert_kind | ||
| cn | ||
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | ||
| not_after_dt | ||
| not_before_dt | ||
| state |
16.2 - 1.1
scpcli loadbalancer loadbalancer-certificate list
Description
인증서 목록을 조회한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| cert_kind | ||
| cn | ||
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | ||
| not_after_dt | ||
| not_before_dt | ||
| state |
17 - ListLoadbalancers
17.1 - 1.2
scpcli loadbalancer loadbalancer list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--state <value>]
[--service_ip <value>]
[--subnet_id <value>]
[--layer_type <value>]
[--vpc_id <value>]
Description
LoadBalancer 목록을 조회한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | LoadBalancer 명 | - |
| state optional | **** | The state of the load balancer. | - |
| service_ip optional | string | LoadBalancer 서비스 IP | - |
| subnet_id optional | string | Subnet ID | - |
| layer_type optional | **** | 계층 타입 | - |
| vpc_id optional | string | VPC ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| firewall_id | 방화벽 ID | |
| layer_type | 계층 타입 | |
| listener_count | Listener 개수 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LoadBalancer 명 | |
| public_nat_enabled | Public NAT Enabled Status | |
| service_ip | LoadBalancer 서비스 IP | |
| source_nat_ip | Source NAT IP | |
| state | The state of the load balancer. | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
17.2 - 1.1
scpcli loadbalancer loadbalancer list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--state <value>]
[--service_ip <value>]
[--subnet_id <value>]
[--layer_type <value>]
[--vpc_id <value>]
Description
LoadBalancer 목록을 조회한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | LoadBalancer 명 | - |
| state optional | **** | The state of the load balancer. | - |
| service_ip optional | string | LoadBalancer 서비스 IP | - |
| subnet_id optional | string | Subnet ID | - |
| layer_type optional | **** | 계층 타입 | - |
| vpc_id optional | string | VPC ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| firewall_id | 방화벽 ID | |
| layer_type | 계층 타입 | |
| listener_count | Listener 개수 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LoadBalancer 명 | |
| public_nat_enabled | Public NAT Enabled Status | |
| service_ip | LoadBalancer 서비스 IP | |
| source_nat_ip | Source NAT IP | |
| state | The state of the load balancer. | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
18 - RemoveLbServerGroupMember
18.1 - 1.2
scpcli loadbalancer lb-server-group-member remove
--member_id <value>
--lb_server_group_id <value>
Description
Member를 삭제한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | ID of Member | - |
| lb_server_group_id required | string | Lb Server Group ID | - |
18.2 - 1.1
scpcli loadbalancer lb-server-group-member remove
--member_id <value>
--lb_server_group_id <value>
Description
Member를 삭제한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | ID of Member | - |
| lb_server_group_id required | string | Lb Server Group ID | - |
19 - RemoveLbServerGroupMembers
19.1 - 1.2
scpcli loadbalancer lb-server-group-members remove
--lb_server_group_id <value>
--member_id_list <value>
Description
Remove Lb Server Group Members
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | Lb Server Group ID | - |
| member_id_list required | array | ID list of Member | - |
20 - SetLBHealthCheck
20.1 - 1.2
scpcli loadbalancer lb-health-check update
--lb_health_check_id <value>
[--description <value>]
[--health_check_count <value>]
[--health_check_interval <value>]
[--health_check_port <value>]
[--health_check_timeout <value>]
[--health_check_url <value>]
[--http_method <value>]
[--protocol <value>]
[--request_data <value>]
[--response_code <value>]
Description
LB 헬스 체크를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_health_check_id required | string | LB 헬스 체크 ID | e3cd678b11784734bc366148aa37580e |
| description optional | string | 설명 | this is an lb server group |
| health_check_count optional | integer | 탐지 횟수 | 3 |
| health_check_interval optional | integer | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. | 5 |
| health_check_port optional | integer | 헬스 체크 포트 | 80 |
| health_check_timeout optional | integer | 대기 시간 | 5 |
| health_check_url optional | string | URL 모니터 | /test |
| http_method optional | **** | LB 헬스 체크 HTTP 방식 | GET |
| protocol optional | **** | 프로토콜 | TCP |
| request_data optional | string | 요청 문자열 | username=admin&password=1234 |
| response_code optional | string | 응답 코드 | 200 |
20.2 - 1.1
scpcli loadbalancer lb-health-check update
--lb_health_check_id <value>
[--description <value>]
[--health_check_count <value>]
[--health_check_interval <value>]
[--health_check_port <value>]
[--health_check_timeout <value>]
[--health_check_url <value>]
[--http_method <value>]
[--protocol <value>]
[--request_data <value>]
[--response_code <value>]
Description
LB 헬스 체크를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_health_check_id required | string | LB 헬스 체크 ID | e3cd678b11784734bc366148aa37580e |
| description optional | string | 설명 | this is an lb server group |
| health_check_count optional | integer | 탐지 횟수 | 3 |
| health_check_interval optional | integer | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. | 5 |
| health_check_port optional | integer | 헬스 체크 포트 | 80 |
| health_check_timeout optional | integer | 대기 시간 | 5 |
| health_check_url optional | string | URL 모니터 | /test |
| http_method optional | **** | LB 헬스 체크 HTTP 방식 | GET |
| protocol optional | **** | 프로토콜 | TCP |
| request_data optional | string | 요청 문자열 | username=admin&password=1234 |
| response_code optional | string | 응답 코드 | 200 |
21 - SetLbListener
21.1 - 1.2
scpcli loadbalancer lb-listener update
--listener_id <value>
[--condition_type <value>]
[--description <value>]
[--insert_client_ip <value>]
[--persistence <value>]
[--response_timeout <value>]
[--server_group_id <value>]
[--session_duration_time <value>]
[--sni_certificate <value>]
[--support_http2 <value>]
[--url_handler <value>]
[--url_redirection <value>]
[--x_forwarded_for <value>]
[--x_forwarded_port <value>]
[--x_forwarded_proto <value>]
[--port <value>]
[--protocol <value>]
[--response_code <value>]
[--client_cert_id <value>]
[--client_cert_level <value>]
[--server_cert_level <value>]
Description
리스너 목록을 수정한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| listener_id required | string | Listener 아이디 | - |
| condition_type optional | **** | The condition type of the listener. | - |
| description optional | string | 설명 | - |
| insert_client_ip optional | boolean | Whether the client IP should be inserted. | - |
| persistence optional | string | 지속성 유형 | - |
| response_timeout optional | integer | 응답 시간 초과 | - |
| server_group_id optional | string | LB 서버 그룹 아이디 | - |
| session_duration_time optional | integer | The session duration time. | - |
| sni_certificate optional | array | The sni certificate of the listener. | '{"domain_name": "", "sni_cert_id": ""}' |
| support_http2 optional | boolean | Whether the HTTP 2.0 is supported | - |
| url_handler optional | array | URL 처리 | - |
| url_redirection optional | string | The URL redirect of the listener. | - |
| x_forwarded_for optional | boolean | Whether the X-Forwarded-For should be inserted. | - |
| x_forwarded_port optional | boolean | Whether the X-Forwarded-Port should be inserted. | - |
| x_forwarded_proto optional | boolean | Whether the X-Forwarded-Protocol should be inserted. | - |
| port optional | string | port | - |
| protocol optional | string | 프로토콜 | - |
| response_code optional | string | response_code | - |
| client_cert_id optional | string | Certificate id for client ssl | - |
| client_cert_level optional | string | Certificate level for client ssl | - |
| server_cert_level optional | string | Certificate level for server ssl | - |
21.2 - 1.1
scpcli loadbalancer lb-listener update
--listener_id <value>
[--condition_type <value>]
[--description <value>]
[--insert_client_ip <value>]
[--persistence <value>]
[--response_timeout <value>]
[--server_group_id <value>]
[--session_duration_time <value>]
[--sni_certificate <value>]
[--support_http2 <value>]
[--url_handler <value>]
[--url_redirection <value>]
[--x_forwarded_for <value>]
[--x_forwarded_port <value>]
[--x_forwarded_proto <value>]
[--port <value>]
[--protocol <value>]
[--response_code <value>]
[--client_cert_id <value>]
[--client_cert_level <value>]
[--server_cert_level <value>]
Description
리스너 목록을 수정한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| listener_id required | string | Listener 아이디 | - |
| condition_type optional | **** | The condition type of the listener. | - |
| description optional | string | 설명 | - |
| insert_client_ip optional | boolean | Whether the client IP should be inserted. | - |
| persistence optional | string | 지속성 유형 | - |
| response_timeout optional | integer | 응답 시간 초과 | - |
| server_group_id optional | string | LB 서버 그룹 아이디 | - |
| session_duration_time optional | integer | The session duration time. | - |
| sni_certificate optional | array | The sni certificate of the listener. | '{"domain_name": "", "sni_cert_id": ""}' |
| support_http2 optional | boolean | Whether the HTTP 2.0 is supported | - |
| url_handler optional | array | URL 처리 | - |
| url_redirection optional | string | The URL redirect of the listener. | - |
| x_forwarded_for optional | boolean | Whether the X-Forwarded-For should be inserted. | - |
| x_forwarded_port optional | boolean | Whether the X-Forwarded-Port should be inserted. | - |
| x_forwarded_proto optional | boolean | Whether the X-Forwarded-Protocol should be inserted. | - |
| port optional | string | port | - |
| protocol optional | string | 프로토콜 | - |
| response_code optional | string | response_code | - |
| client_cert_id optional | string | Certificate id for client ssl | - |
| client_cert_level optional | string | Certificate level for client ssl | - |
| server_cert_level optional | string | Certificate level for server ssl | - |
22 - SetLBServerGroup
22.1 - 1.2
scpcli loadbalancer lb-server-group update
--lb_server_group_id <value>
[--description <value>]
[--lb_health_check_id <value>]
[--lb_method <value>]
Description
LB 서버 그룹을 수정한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
| description optional | string | 설명 | this is an lb server group |
| lb_health_check_id optional | string | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| lb_method optional | **** | 부하 분산 | ROUND_ROBIN |
22.2 - 1.1
scpcli loadbalancer lb-server-group update
--lb_server_group_id <value>
[--description <value>]
[--lb_health_check_id <value>]
[--lb_method <value>]
Description
LB 서버 그룹을 수정한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
| description optional | string | 설명 | this is an lb server group |
| lb_health_check_id optional | string | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| lb_method optional | **** | 부하 분산 | ROUND_ROBIN |
23 - SetLbServerGroupMember
23.1 - 1.2
scpcli loadbalancer lb-server-group-member set
--member_id <value>
--lb_server_group_id <value>
[--member_port <value>]
[--member_state <value>]
[--member_weight <value>]
Description
Member를 수정한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | ID of Member | - |
| lb_server_group_id required | string | Lb Server Group ID | - |
| member_port optional | integer | Member 포트 | 80 |
| member_state optional | **** | Member State of Member | - |
| member_weight optional | integer | Weight of Member | 100 |
23.2 - 1.1
scpcli loadbalancer lb-server-group-member set
--member_id <value>
--lb_server_group_id <value>
[--member_port <value>]
[--member_state <value>]
[--member_weight <value>]
Description
Member를 수정한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | ID of Member | - |
| lb_server_group_id required | string | Lb Server Group ID | - |
| member_port optional | integer | Member 포트 | 80 |
| member_state optional | **** | Member State of Member | - |
| member_weight optional | integer | Weight of Member | 100 |
24 - SetLoadbalancer
24.1 - 1.1
scpcli loadbalancer loadbalancer update
--loadbalancer_id <value>
--description <value>
Description
LoadBalancer를 수정한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
| description required | string | 설명 | - |
25 - ShowLBHealthCheck
25.1 - 1.2
scpcli loadbalancer lb-health-check read
--lb_health_check_id <value>
Description
LB 헬스 체크를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_health_check_id required | string | LB 헬스 체크 ID | e3cd678b11784734bc366148aa37580e |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| account_id | Account ID | e3cd678b11784734bc366148aa37580e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | this is an lb server group |
| health_check_count | 탐지 횟수 | 3 |
| health_check_interval | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. | 5 |
| health_check_port | 헬스 체크 포트 | 80 |
| health_check_timeout | 대기 시간 | 5 |
| health_check_type | LB 헬스 체크 유형 | DEFAULT |
| health_check_url | URL 모니터 | /test |
| http_method | LB 헬스 체크 HTTP 방식 | GET |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 헬스 체크명 | Test-LbMonitor-01 |
| protocol | 프로토콜 | TCP |
| request_data | 요청 문자열 | username=admin&password=1234 |
| response_code | 응답 코드 | 200 |
| state | LB Health Check state | ACTIVE |
| subnet_id | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| vpc_id | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
25.2 - 1.1
scpcli loadbalancer lb-health-check read
--lb_health_check_id <value>
Description
LB 헬스 체크를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_health_check_id required | string | LB 헬스 체크 ID | e3cd678b11784734bc366148aa37580e |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| account_id | Account ID | e3cd678b11784734bc366148aa37580e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | this is an lb server group |
| health_check_count | 탐지 횟수 | 3 |
| health_check_interval | 헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요. | 5 |
| health_check_port | 헬스 체크 포트 | 80 |
| health_check_timeout | 대기 시간 | 5 |
| health_check_type | LB 헬스 체크 유형 | DEFAULT |
| health_check_url | URL 모니터 | /test |
| http_method | LB 헬스 체크 HTTP 방식 | GET |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 헬스 체크명 | Test-LbMonitor-01 |
| protocol | 프로토콜 | TCP |
| request_data | 요청 문자열 | username=admin&password=1234 |
| response_code | 응답 코드 | 200 |
| state | LB Health Check state | ACTIVE |
| subnet_id | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| vpc_id | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
26 - ShowLbListener
26.1 - 1.2
scpcli loadbalancer lb-listener show
--listener_id <value>
Description
Listener를 조회한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| listener_id required | string | Listener 아이디 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| condition_type | The condition type of the listener. | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| https_redirection | The https redirection of the listener. | |
| insert_client_ip | Whether the client IP should be inserted. | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Listener 명 | |
| persistence | 지속성 유형 | |
| protocol | 프로토콜 | |
| response_timeout | 응답 시간 초과 | |
| routing_action | The routing action of the listener. | |
| server_group_id | LB 서버 그룹 아이디 | |
| server_group_name | LB 서버 그룹 명 | |
| service_port | 서비스 포트 | |
| session_duration_time | The session duration time. | |
| sni_certificate | The sni certificate of the listener. | |
| ssl_certificate | SSL 인증서 | |
| state | Listener 상태 | |
| support_http2 | Whether the HTTP 2.0 is supported | |
| url_handler | URL 처리 | |
| url_redirection | The URL redirect of the listener. | |
| x_forwarded_for | Whether the X-Forwarded-For should be inserted. | |
| x_forwarded_port | Whether the X-Forwarded-Port should be inserted. | |
| x_forwarded_proto | Whether the X-Forwarded-Protocol should be inserted. |
26.2 - 1.1
scpcli loadbalancer lb-listener show
--listener_id <value>
Description
Listener를 조회한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| listener_id required | string | Listener 아이디 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| condition_type | The condition type of the listener. | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| https_redirection | The https redirection of the listener. | |
| insert_client_ip | Whether the client IP should be inserted. | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Listener 명 | |
| persistence | 지속성 유형 | |
| protocol | 프로토콜 | |
| response_timeout | 응답 시간 초과 | |
| routing_action | The routing action of the listener. | |
| server_group_id | LB 서버 그룹 아이디 | |
| server_group_name | LB 서버 그룹 명 | |
| service_port | 서비스 포트 | |
| session_duration_time | The session duration time. | |
| sni_certificate | The sni certificate of the listener. | |
| ssl_certificate | SSL 인증서 | |
| state | Listener 상태 | |
| support_http2 | Whether the HTTP 2.0 is supported | |
| url_handler | URL 처리 | |
| url_redirection | The URL redirect of the listener. | |
| x_forwarded_for | Whether the X-Forwarded-For should be inserted. | |
| x_forwarded_port | Whether the X-Forwarded-Port should be inserted. | |
| x_forwarded_proto | Whether the X-Forwarded-Protocol should be inserted. |
27 - ShowLBServerGroup
27.1 - 1.2
scpcli loadbalancer lb-server-group read
--lb_server_group_id <value>
Description
LB 서버 그룹을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
| account_id | Account ID | e3cd678b11784734bc366148aa37580e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | this is an lb server group |
| lb_health_check_id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| lb_method | 부하 분산 | ROUND_ROBIN |
| lb_name | Load Balancer 명 | Test-LB-01 |
| loadbalancer_id | Load Balancer ID | 82efa35c88834bc083020443e57faa10 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 서버 그룹 명 | ServerGroup01 |
| protocol | 프로토콜 | TCP |
| state | LB 서버 그룹 상태 | ACTIVE |
| subnet_id | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| vpc_id | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
27.2 - 1.1
scpcli loadbalancer lb-server-group read
--lb_server_group_id <value>
Description
LB 서버 그룹을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_server_group_id required | string | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | 3d8d8754d0d54683a29f3dcc3dd95d5b |
| account_id | Account ID | e3cd678b11784734bc366148aa37580e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | this is an lb server group |
| lb_health_check_id | LB 헬스 체크 ID | 46c681018e33453085ca7c8db54e0076 |
| lb_method | 부하 분산 | ROUND_ROBIN |
| lb_name | Load Balancer 명 | Test-LB-01 |
| loadbalancer_id | Load Balancer ID | 82efa35c88834bc083020443e57faa10 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 서버 그룹 명 | ServerGroup01 |
| protocol | 프로토콜 | TCP |
| state | LB 서버 그룹 상태 | ACTIVE |
| subnet_id | Service Subnet ID | 60fba45cb6c811efba41ba92e4fe7200 |
| vpc_id | VPC ID | 8acceeb6920c4fc494490d864f67f0b5 |
28 - ShowLbServerGroupMember
28.1 - 1.2
scpcli loadbalancer lb-server-group-member show
--member_id <value>
--lb_server_group_id <value>
Description
Member를 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | ID of Member | - |
| lb_server_group_id required | string | Lb Server Group ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| member |
28.2 - 1.1
scpcli loadbalancer lb-server-group-member show
--member_id <value>
--lb_server_group_id <value>
Description
Member를 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | ID of Member | - |
| lb_server_group_id required | string | Lb Server Group ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| member |
29 - ShowLoadbalancer
29.1 - 1.2
scpcli loadbalancer loadbalancer show
--loadbalancer_id <value>
Description
LoadBalancer를 조회한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | |
| account_id | LoadBalancer account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| firewall_id | 방화벽 ID | |
| health_check_ip | Health check IP | |
| layer_type | 계층 타입 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 이름 | |
| public_nat_enabled | Public NAT Enabled Status | |
| service_ip | LoadBalancer 서비스 IP | |
| source_nat_ip | Source NAT IP | |
| state | The state of the load balancer. | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
29.2 - 1.1
scpcli loadbalancer loadbalancer show
--loadbalancer_id <value>
Description
LoadBalancer를 조회한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | |
| account_id | LoadBalancer account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| firewall_id | 방화벽 ID | |
| health_check_ip | Health check IP | |
| layer_type | 계층 타입 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 이름 | |
| public_nat_enabled | Public NAT Enabled Status | |
| service_ip | LoadBalancer 서비스 IP | |
| source_nat_ip | Source NAT IP | |
| state | The state of the load balancer. | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
30 - ShowLoadbalancerCertificate
30.1 - 1.2
scpcli loadbalancer loadbalancer-certificate show
--lb_certificate_id <value>
Description
인증서를 조회한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_certificate_id required | string | 인증서 아이디 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | The project ID of the certificate | |
| cert_body | The body of the certificate | |
| cert_chain | The chain of the certificate | |
| cert_kind | ||
| cn | ||
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | ||
| not_after_dt | ||
| not_before_dt | ||
| organization | The organization of the certificate | |
| private_key | 인증서 개인키 | |
| state |
30.2 - 1.1
scpcli loadbalancer loadbalancer-certificate show
--lb_certificate_id <value>
Description
인증서를 조회한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| lb_certificate_id required | string | 인증서 아이디 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | The project ID of the certificate | |
| cert_body | The body of the certificate | |
| cert_chain | The chain of the certificate | |
| cert_kind | ||
| cn | ||
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | ||
| not_after_dt | ||
| not_before_dt | ||
| organization | The organization of the certificate | |
| private_key | 인증서 개인키 | |
| state |
31 - ShowLoadbalancerPublicNatIp
31.1 - 1.2
scpcli loadbalancer loadbalancer-public-nat-ip show
--loadbalancer_id <value>
Description
Show Load Balancer Public NAT IP
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| external_ip_address | Static Nat External Ip Address | |
| publicip_id | Publicip ID | |
| state | Static Nat State |
31.2 - 1.1
scpcli loadbalancer loadbalancer-public-nat-ip show
--loadbalancer_id <value>
Description
Show Load Balancer Public NAT IP
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260331 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| loadbalancer_id required | string | 자원 ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| external_ip_address | Static Nat External Ip Address | |
| publicip_id | Publicip ID | |
| state | Static Nat State |