changeTargetGroupHealthCheckConfiguration
- 印刷する
- PDF
changeTargetGroupHealthCheckConfiguration
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
VPC環境で利用できます。
ターゲットグループのヘルスチェック設定を変更します。
リクエスト
リクエスト形式を説明します。リクエスト形式は次の通りです。
メソッド | URI |
---|---|
GET | /changeTargetGroupHealthCheckConfiguration |
リクエストヘッダ
Load Balancer APIで共通して使用されるヘッダの詳細は、Load Balancerの共通ヘッダをご参照ください。
リクエストクエリパラメータ
パラメータの説明は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
regionCode | String | Optional | ヘルスチェック設定変更対象のターゲットグループのリージョン
|
targetGroupNo | String | Required | ターゲットグループの番号
|
healthCheckPort | Integer | Conditional | ターゲットの状態を確認するためのヘルスチェック実行時にロードバランサが使用するポート
|
healthCheckUrlPath | String | Conditional | ヘルスチェック実行時に使用する URLパス
|
healthCheckHttpMethodTypeCode | String | Conditional | ヘルスチェックに使用する HTTPメソッドタイプ
|
healthCheckCycle | Integer | Conditional | ヘルスチェック周期(秒)
|
healthCheckUpThreshold | Integer | Conditional | ターゲットの状態を正常と判断するために必要な連続ヘルスチェック成功回数
|
healthCheckDownThreshold | Integer | Conditional | ターゲットの状態を異常と判断するために必要な連続ヘルスチェック失敗回数
|
responseFormatType | String | Optional | レスポンス結果の形式
|
リクエスト例
リクエストのサンプルコードは次の通りです。
curl --location 'https://ncloud.apigw.ntruss.com/vloadbalancer/v2/changeTargetGroupHealthCheckConfiguration
?regionCode=KR
&targetGroupNo=*******
&healthCheckPort=80
&healthCheckUrlPath=/
&healthCheckHttpMethodTypeCode=GET
&healthCheckCycle=30
&healthCheckUpThreshold=2
&healthCheckDownThreshold=2'
--header 'x-ncp-apigw-timestamp: {Timestamp}'
--header 'x-ncp-iam-access-key: {Access Key}'
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
レスポンス
レスポンス形式を説明します。
レスポンスボディ
レスポンスボディの詳細は、TargetGroupListをご参照ください。
レスポンスステータスコード
NAVERクラウドプラットフォームでで共通して使用されるレスポンスステータスコードの詳細は、Ncloud APIのレスポンスステータスコードをご参照ください。
レスポンス例
レスポンスのサンプルコードは次の通りです。
<changeTargetGroupHealthCheckConfigurationResponse>
<requestId>3a30cb81-63af-4565-b38b-55d01c9f777d</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<targetGroupList>
<targetGroup>
<targetGroupNo>*******</targetGroupNo>
<targetGroupName>test-*****</targetGroupName>
<targetType>
<code>VSVR</code>
<codeName>Server (VPC)</codeName>
</targetType>
<vpcNo>*****</vpcNo>
<targetGroupProtocolType>
<code>HTTP</code>
<codeName>HTTP protocol</codeName>
</targetGroupProtocolType>
<targetGroupPort>80</targetGroupPort>
<targetGroupDescription></targetGroupDescription>
<useStickySession>false</useStickySession>
<useProxyProtocol>false</useProxyProtocol>
<algorithmType>
<code>RR</code>
<codeName>Round Robin</codeName>
</algorithmType>
<createDate>2024-06-03T13:30:20+0900</createDate>
<regionCode>KR</regionCode>
<loadBalancerInstanceNo></loadBalancerInstanceNo>
<healthCheckProtocolType>
<code>HTTP</code>
<codeName>HTTP protocol</codeName>
</healthCheckProtocolType>
<healthCheckPort>80</healthCheckPort>
<healthCheckUrlPath>/</healthCheckUrlPath>
<healthCheckHttpMethodType>
<code>GET</code>
<codeName>HTTP GET Method</codeName>
</healthCheckHttpMethodType>
<healthCheckCycle>30</healthCheckCycle>
<healthCheckUpThreshold>2</healthCheckUpThreshold>
<healthCheckDownThreshold>2</healthCheckDownThreshold>
<targetNoList/>
</targetGroup>
</targetGroupList>
</changeTargetGroupHealthCheckConfigurationResponse>
この記事は役に立ちましたか?