認可されたリソースを削除します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
mse:DeleteAuthResource |
delete |
*Gateway
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| Id |
integer |
必須 |
宛先 ID。 |
36 |
| GatewayUniqueId |
string |
必須 |
ゲートウェイの一意の ID。 |
gw-3f97e2989c344f35ab3fd62b19f1**** |
| AcceptLanguage |
string |
任意 |
応答の言語。有効な値:
|
zh |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
データ構造。 |
||
| RequestId |
string |
リクエスト ID。 |
559412D1-BFCE-53CC-B88E-0192C331EF44 |
| HttpStatusCode |
integer |
返される HTTP ステータスコード。 |
200 |
| Message |
string |
返されるメッセージ。 |
The request is successfully processed. |
| Code |
integer |
返される状態コード。 |
1 |
| Success |
boolean |
リクエストが成功したかどうかを示します。有効な値:
|
true |
| Data |
object |
返されるデータ。 |
|
| Id |
integer |
プライマリキーの ID。 |
12 |
| AuthId |
integer |
認証 ID。 |
253 |
| GatewayUniqueId |
string |
ゲートウェイの一意の ID。 |
gw-7ea3da97b96543e19f6c597cd4a9**** |
| GatewayId |
integer |
ゲートウェイの ID。 |
gw-7ea3da97b96543e19f6c597cd4a9**** |
| DomainId |
integer |
ドメイン名の ID。 |
235 |
| DomainName |
string |
ドメイン名。 |
name |
| Path |
string |
パス。 |
/zookeeper |
| IsWhite |
boolean |
ホワイトリストモードが有効になっているかどうかを示します。 |
true |
| GmtCreate |
string |
作成時間。 |
2022-01-07T10:07:57.000+0000 |
| GmtModified |
string |
変更時間。 |
2022-01-07T10:07:57.000+0000 |
例
成功レスポンス
JSONJSON
{
"RequestId": "559412D1-BFCE-53CC-B88E-0192C331EF44",
"HttpStatusCode": 200,
"Message": "The request is successfully processed.\n",
"Code": 1,
"Success": true,
"Data": {
"Id": 12,
"AuthId": 253,
"GatewayUniqueId": "gw-7ea3da97b96543e19f6c597cd4a9****",
"GatewayId": 0,
"DomainId": 235,
"DomainName": "name",
"Path": "/zookeeper",
"IsWhite": true,
"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 |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。