ゲートウェイに関連付けられているドメイン名を削除します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
mse:DeleteGatewayDomain |
delete |
*Gateway
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| Id |
string |
任意 |
ドメイン ID。 |
109 |
| GatewayUniqueId |
string |
必須 |
ゲートウェイの一意の ID。 |
gw-90392d768a3847a7b804c505254d**** |
| AcceptLanguage |
string |
任意 |
応答の言語。有効な値:
|
zh |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
データ構造。 |
||
| RequestId |
string |
リクエスト ID。 |
39016EAC-6EDB-52FE-AE20-4B013DF236FF |
| HttpStatusCode |
integer |
返される HTTP ステータスコード。 |
200 |
| Message |
string |
エラーメッセージ。 |
You are not authorized to perform this operation. |
| Code |
integer |
返される状態コード。 |
200 |
| Success |
boolean |
リクエストが成功したかどうかを示します。有効な値:
|
true |
| Data |
object |
返されたデータ。 |
|
| Id |
integer |
ドメイン ID。 |
2 |
| Name |
string |
名前。 |
CONTACTINFO |
| GatewayUniqueId |
string |
ゲートウェイの一意の ID。 |
gw-7ea3da97b96543e19f6c597c**** |
| GatewayId |
integer |
ゲートウェイの ID。 |
253 |
| Protocol |
string |
プロトコル。 |
HTTP |
| MustHttps |
boolean |
HTTP プロービングが許可されているかどうかを示します。 |
true |
| CertIdentifier |
string |
証明書 ID。 |
243 |
| GmtCreate |
string |
ドメイン名が追加された時間。 |
2022-01-07T10:07:57.000+0000 |
| GmtModified |
string |
最終更新時間。 |
2022-01-07T10:07:57.000+0000 |
例
成功レスポンス
JSONJSON
{
"RequestId": "39016EAC-6EDB-52FE-AE20-4B013DF236FF",
"HttpStatusCode": 200,
"Message": "You are not authorized to perform this operation.",
"Code": 200,
"Success": true,
"Data": {
"Id": 2,
"Name": "CONTACTINFO",
"GatewayUniqueId": "gw-7ea3da97b96543e19f6c597c****",
"GatewayId": 253,
"Protocol": "HTTP",
"MustHttps": true,
"CertIdentifier": "243",
"GmtCreate": "2022-01-07T10:07:57.000+0000",
"GmtModified": "2022-01-07T10:07:57.000+0000"
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | |
| 400 | InvalidParameter | Parameter error:%s | |
| 500 | InternalError | Console error. Try again later:%s | |
| 403 | NoPermission | You are not authorized to perform this operation:%s | |
| 404 | NotFound | Not found:%s |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。