ゲートウェイドメイン名の詳細を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
mse:GetGatewayDomainDetail |
get |
*Gateway。
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| Id |
string |
任意 |
ドメイン名の ID。 |
29 |
| GatewayUniqueId |
string |
必須 |
ゲートウェイの一意の ID。 |
gw-6d0b23e1d39e41658a968d79a635**** |
| AcceptLanguage |
string |
任意 |
返される情報の言語。有効な値:
|
zh |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
データ構造。 |
||
| RequestId |
string |
リクエスト ID。 |
88B83302-CD88-54D3-8DF2-208BFDC73F0D |
| HttpStatusCode |
integer |
HTTP 状態コード。 |
200 |
| Message |
string |
返されるメッセージ。 |
You are not authorized to perform this operation. |
| Code |
integer |
状態コード。 |
403 |
| Success |
boolean |
リクエストが成功したかどうかを示します。有効な値:
|
true |
| Data |
object |
データ。 |
|
| Id |
integer |
ID。 |
12 |
| Name |
string |
名前。 |
test.com |
| GatewayUniqueId |
string |
ゲートウェイの一意の ID。 |
gw-7ea3da97b96543e19f6c597cd4a9**** |
| GatewayId |
integer |
ゲートウェイの ID。 |
1 |
| Protocol |
string |
ゲートウェイのプロトコル。 |
HTTP |
| MustHttps |
boolean |
HTTPS が強制されているかどうかを示します。 |
true |
| CertIdentifier |
string |
証明書識別子。 |
234-cn-hangzhou |
| GmtCreate |
string |
作成時間。 |
2022-01-07T10:07:57.000+0000 |
| GmtModified |
string |
更新時間。 |
2022-01-07T10:07:57.000+0000 |
| CertName |
string |
証明書名。 |
test |
| CommonName |
string |
パブリックドメイン名。 |
name |
| Sans |
string |
サブジェクト代替名 (SAN)。 |
test.com |
| BeforeDate |
integer |
証明書発行時間。 |
2021-04-01 02:35:12 |
| AfterDate |
integer |
証明書の有効期限時間。 |
2021-04-01 02:35:12 |
| Algorithm |
string |
アルゴリズム。 |
RSA |
| Issuer |
string |
発行者。 |
Istio |
| GmtBefore |
string |
証明書発行時間 (GMT)。 |
2021-04-01 02:35:12 |
| GmtAfter |
string |
証明書の有効期限時間 (GMT)。 |
2021-04-01 02:35:12 |
| Http2 |
string |
|
close |
| TlsMax |
string |
TLS バージョンの最大値。 |
TLS 1.3 |
| TlsMin |
string |
TLS バージョンの最小値。 |
TLS 1.0 |
| IsManaged |
boolean |
ドメイン名がマネージドドメイン名であるかどうかを示します。 |
|
| TlsCipherSuitesConfig |
object |
||
| ConfigType |
string |
||
| TlsCipherSuites |
array |
||
|
string |
|||
| MtlsEnabled |
boolean |
||
| CaCertIdentifier |
string |
||
| EnableWaf |
boolean |
||
| SupportWaf |
boolean |
例
成功レスポンス
JSONJSON
{
"RequestId": "88B83302-CD88-54D3-8DF2-208BFDC73F0D",
"HttpStatusCode": 200,
"Message": "You are not authorized to perform this operation.",
"Code": 403,
"Success": true,
"Data": {
"Id": 12,
"Name": "test.com",
"GatewayUniqueId": "gw-7ea3da97b96543e19f6c597cd4a9****",
"GatewayId": 1,
"Protocol": "HTTP",
"MustHttps": true,
"CertIdentifier": "234-cn-hangzhou",
"GmtCreate": "2022-01-07T10:07:57.000+0000",
"GmtModified": "2022-01-07T10:07:57.000+0000",
"CertName": "test",
"CommonName": "name",
"Sans": "test.com",
"BeforeDate": 0,
"AfterDate": 0,
"Algorithm": "RSA",
"Issuer": "Istio",
"GmtBefore": "2021-04-01 02:35:12",
"GmtAfter": "2021-04-01 02:35:12",
"Http2": "close",
"TlsMax": "TLS 1.3",
"TlsMin": "TLS 1.0",
"IsManaged": false,
"TlsCipherSuitesConfig": {
"ConfigType": "",
"TlsCipherSuites": [
""
]
},
"MtlsEnabled": false,
"CaCertIdentifier": "",
"EnableWaf": false,
"SupportWaf": false
}
}
エラーコード
|
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 |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。