ゲートウェイ証明書のリストを取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
mse:ListSSLCert |
get |
*Gateway
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| GatewayUniqueId |
string |
必須 |
ゲートウェイの一意の ID です。 |
gw-3f97e2989c344f35ab3fd62b19f1**** |
| CertName |
string |
任意 |
あいまい検索に使用する証明書名。 |
certabc |
| AcceptLanguage |
string |
任意 |
The language of the response. Valid values: 応答の言語。有効な値:
|
zh |
レスポンスフィールド
|
パラメーター |
型 |
説明 |
例 |
|
object |
データ構造。 |
||
| RequestId |
string |
リクエスト ID。 |
CAA9A229-141D-5FBA-AC5C-516C02026A11 |
| HttpStatusCode |
integer |
HTTP ステータスコード |
200 |
| Message |
string |
エラーメッセージ。 |
You are not authorized to perform this operation. |
| Code |
integer |
ステータスコード。値 200 は、リクエストが成功したことを示します。 |
200 |
| Success |
boolean |
Indicates whether the call was successful. Valid values: の呼び出しが成功したかどうかを示します。有効な値:
|
true |
| Data |
array |
レスポンスデータ。 |
|
|
object |
データ構造。 |
||
| CertIdentifier |
string |
証明書 ID |
1234 |
| CertName |
string |
証明書名。 |
test.com |
| CommonName |
string |
証明書が関連付けられているドメイン名。 |
*.test.com |
| Sans |
string |
SSL 証明書。 |
SSL |
| BeforeDate |
string |
証明書が有効になった時間。時間はミリ秒単位の UNIX タイムスタンプとしてフォーマットされています。 |
2031-03-30 02:35:12 |
| AfterDate |
string |
証明書の期限が切れた時間。時間はミリ秒単位の UNIX タイムスタンプとしてフォーマットされています。 |
2021-04-01 02:35:12 |
| Algorithm |
string |
アルゴリズム。 |
test |
| Issuer |
string |
発行者。 |
test |
| GmtBefore |
string |
証明書が有効になった時間。時間は GMT タイムスタンプとしてフォーマットされています。 |
2031-03-30 02:35:12 |
| GmtAfter |
string |
証明書の期限が切れた時間。時間は GMT タイムスタンプとしてフォーマットされていました。 |
2021-04-01 02:35:12 |
例
成功レスポンス
JSONJSON
{
"RequestId": "CAA9A229-141D-5FBA-AC5C-516C02026A11",
"HttpStatusCode": 200,
"Message": "You are not authorized to perform this operation.",
"Code": 200,
"Success": true,
"Data": [
{
"CertIdentifier": "1234",
"CertName": "test.com",
"CommonName": "*.test.com",
"Sans": "SSL",
"BeforeDate": "2031-03-30 02:35:12",
"AfterDate": " 2021-04-01 02:35:12",
"Algorithm": "test",
"Issuer": "test",
"GmtBefore": "2031-03-30 02:35:12",
"GmtAfter": "2021-04-01 02:35:12"
}
]
}
エラーコード
|
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 |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。