サイトの Keyless サーバー構成のリストを取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
esa:ListKeylessServers |
list |
*サイト。
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| SiteId |
integer |
必須 |
サイト ID。 ListSites 操作を呼び出してサイト ID を取得できます。 |
1234567890123 |
| PageNumber |
integer |
任意 |
ページ番号。 |
1 |
| PageSize |
integer |
任意 |
1 ページあたりのレコード数。 |
20 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスのスキーマ。 |
||
| RequestId |
string |
リクエスト ID。 |
CB1A380B-09F0-41BB-280B-72F8FD6DA2FE |
| TotalCount |
integer |
レコードの総数。 |
90 |
| PageNumber |
integer |
ページ番号。 |
1 |
| PageSize |
integer |
ページサイズ。 |
20 |
| SiteId |
integer |
サイト ID。 |
54362329990032 |
| SiteName |
string |
サイト名。 |
example.com |
| Result |
array<object> |
結果の配列。 |
|
|
object |
結果。 |
||
| Id |
string |
Keyless サーバー ID。 |
babab9db65ee5efcca9f3d41d4b5**** |
| Name |
string |
Keyless サーバー名。 |
example |
| Host |
string |
Keyless サーバーのホスト名。 |
example.com |
| Port |
integer |
Keyless サーバーのポート。有効な値: 1~65535。 |
443 |
| Verify |
boolean |
Keyless サーバー証明書を検証するかどうかを示します。デフォルト値: false。 |
true |
| CaCertificate |
string |
Keyless サーバー証明書の検証に使用される CA 証明書。このパラメーターは、Verify が true にセットされている場合にのみ効果があります。 |
-----BEGIN CERTIFICATE-----**** |
| ClientCertificate |
string |
クライアント証明書。このパラメーターはクライアント秘密鍵と一緒に使用する必要があります。 |
-----BEGIN CERTIFICATE-----**** |
| ClientPrivateKey |
string |
クライアント秘密鍵。このパラメーターはクライアント証明書と一緒に使用する必要があります。 |
-----BEGIN RSA PRIVATE KEY-----**** |
| CreateTime |
string |
作成時間。時間は協定世界時 (UTC) のタイムゾーンで YYYY-MM-DDTHH:MM:SS+08:00 のフォーマットに従います。 |
2025-07-18T20:33:31+08:00 |
| UpdateTime |
string |
更新時間。時間は協定世界時 (UTC) のタイムゾーンで YYYY-MM-DDTHH:MM:SS+08:00 のフォーマットに従います。 |
2025-07-18T20:33:31+08:00 |
例
成功レスポンス
JSONJSON
{
"RequestId": "CB1A380B-09F0-41BB-280B-72F8FD6DA2FE",
"TotalCount": 90,
"PageNumber": 1,
"PageSize": 20,
"SiteId": 54362329990032,
"SiteName": "example.com ",
"Result": [
{
"Id": "babab9db65ee5efcca9f3d41d4b5****",
"Name": "example",
"Host": "example.com",
"Port": 443,
"Verify": true,
"CaCertificate": "-----BEGIN CERTIFICATE-----****",
"ClientCertificate": "-----BEGIN CERTIFICATE-----****",
"ClientPrivateKey": "-----BEGIN RSA PRIVATE KEY-----****",
"CreateTime": "2025-07-18T20:33:31+08:00",
"UpdateTime": "2025-07-18T20:33:31+08:00"
}
]
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidParameter.SiteId | Failed to query the website based on the SiteID you specified. Check parameter SiteId and try again. | |
| 400 | MissingSiteId | Required parameter SiteId missing. Specify SiteId and try again. | |
| 403 | Unauthorized.InvalidTime | The specified authentication time is invalid. | |
| 403 | Unauthorized.InvalidToken | Token authentication failed. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。