RemovePortPlugin
- 印刷する
- PDF
RemovePortPlugin
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
Port Pluginを削除します。
リクエスト
API URL
URL: https://cw.apigw.ntruss.com/cw_server/real/api/plugin/port/remove
Method: POST
リクエストヘッダ
共通設定に明示されたリクエストヘッダが必要です。
Content-Type: application/json
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
x-ncp-dmn_cd: PUB
x-ncp-region_code: {your region code}
リクエストボディ
パラメータ名 | 要否 | タイプ | 制約事項 | 説明 |
---|---|---|---|---|
portList | Y | List<Integer> | port番号 | |
instanceNo | Y | String | サーバの instanceNo、1つの InstanceNoのみ入力可能 | |
type | N | String | VPCServer , ClassicServer , CloudHadoop , default : VPCServer | サービス名 |
例
リクエスト例
POST /cw_server/real/api/plugin/port/remove
Host: cw.apigw.ntruss.com
Content-Type: application/json
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
x-ncp-dmn_cd: PUB
x-ncp-region_code: {your region code}
Payload:
{
"portList": [
80,
8080
],
"instanceNo": "1234567",
"type": "VPCServer"
}
レスポンス例
エラーなしに削除が完了した場合、response bodyなしにHTTP code 200がリターンされます。
この記事は役に立ちましたか?