Mengambil detail Instans KMS.
Deskripsi operasi
Refer to Resource Access Management for the access policy required to call this OpenAPI as a RAM user or RAM role.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| KmsInstanceId |
string |
Yes |
ID Instans KMS yang akan dikueri. |
kst-bjj62f5ba3dnpb6v8**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The details of the KMS instance. |
||
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique identifier for each request. You can use this ID to locate and troubleshoot issues. |
46b4a94a-57d2-44b4-9810-1e87d31abb33 |
| KmsInstance |
object |
The details of the KMS instance. |
3 |
| InstanceId |
string |
The ID of the KMS instance. |
kst-bjj62f5ba3dnpb6v8**** |
| InstanceName |
string |
The name of the KMS instance. |
kst-bjj62f5ba3dnpb6v8**** |
| Status |
string |
The status of the KMS instance. Valid values:
|
Connected |
| CreateTime |
string |
The creation time of the KMS instance. |
2023-09-05T12:44:20Z |
| Spec |
integer |
The computing performance of the KMS instance. |
1000 |
| KeyNum |
integer |
The maximum number of keys that can be created in the KMS instance. |
1000 |
| SecretNum |
string |
The maximum number of credentials that can be created in the KMS instance. |
10 |
| VpcNum |
integer |
The maximum number of VPCs that can be associated with the KMS instance for access control. |
5 |
| VpcId |
string |
The VPC to which the KMS instance is attached. |
vpc-bp19z7cwmltad5dff**** |
| ZoneIds |
array |
The zones to which the KMS instance is attached. |
"cn-hangzhou-k", "cn-hangzhou-j" |
|
string |
|||
| VswitchIds |
array |
The vSwitches in the VPC to which the KMS instance is attached. |
vsw-bp1i512amda6d10a0**** |
|
string |
|||
| EndDate |
string |
The expiration time of the KMS instance. |
2023-10-05T16:00:00Z |
| StartDate |
string |
The time when the KMS instance was enabled. |
2023-09-05T12:44:19Z |
| CaCertificateChainPem |
string |
The CA certificate chain for the KMS instance in PEM format. |
-----BEGIN CERTIFICATE-----\r\nMIIDuzCCAqOgAwIBAgIJALTKwWAjvbMiMA0GCSqGSIb3DQEBCwUAMHQxCzAJBgNV****-----END CERTIFICATE----- |
| BindVpcs |
object |
||
| BindVpc |
array<object> |
A list of configured VPCs. Catatan
If your self-managed applications are deployed in multiple VPCs in the same region, you can associate other VPCs with the KMS instance in addition to the VPC that was specified when you enabled the instance. These VPCs can belong to the same or different Alibaba Cloud accounts. After the configuration is complete, applications in these VPCs can access the KMS instance. |
|
|
object |
A list of configured VPCs. Catatan
If your self-managed applications are deployed in multiple VPCs in the same region, you can associate other VPCs with the KMS instance in addition to the VPC that was specified when you enabled the instance. These VPCs can belong to the same or different Alibaba Cloud accounts. After the configuration is complete, applications in these VPCs can access the KMS instance. |
||
| RegionId |
string |
The region where the VPC is located. |
cn-hangzhou |
| VpcId |
string |
The ID of the VPC. |
vpc-bp19z7djuhtad5dff**** |
| VpcOwnerId |
string |
The Alibaba Cloud account to which the VPC belongs. |
190325303126**** |
| VSwitchId |
string |
The vSwitch in the VPC. |
vsw-bp1i512amhdje10f1**** |
| ChargeType |
string |
The billing method of the instance. Valid values:
|
POSTPAY |
| ProductVersion |
string |
The version of the KMS instance. |
3 |
| SaleStatus |
string |
The sales status of the instance. |
Normal |
| Log |
integer |
Indicates whether logging is enabled for the KMS instance. Valid values: |
1 |
| LogStorage |
integer |
The log storage capacity. Unit: GB. |
100 |
| ProductType |
string |
The product type. |
kms_ddi_public_cn |
Contoh
Respons sukses
JSONformat
{
"RequestId": "46b4a94a-57d2-44b4-9810-1e87d31abb33",
"KmsInstance": {
"InstanceId": "kst-bjj62f5ba3dnpb6v8****",
"InstanceName": "kst-bjj62f5ba3dnpb6v8****",
"Status": "Connected",
"CreateTime": "2023-09-05T12:44:20Z",
"Spec": 1000,
"KeyNum": 1000,
"SecretNum": "10",
"VpcNum": 5,
"VpcId": "vpc-bp19z7cwmltad5dff****",
"ZoneIds": [
""
],
"VswitchIds": [
""
],
"EndDate": "2023-10-05T16:00:00Z",
"StartDate": "2023-09-05T12:44:19Z",
"CaCertificateChainPem": "-----BEGIN CERTIFICATE-----\\r\\nMIIDuzCCAqOgAwIBAgIJALTKwWAjvbMiMA0GCSqGSIb3DQEBCwUAMHQxCzAJBgNV****-----END CERTIFICATE-----",
"BindVpcs": {
"BindVpc": [
{
"RegionId": "cn-hangzhou",
"VpcId": "vpc-bp19z7djuhtad5dff****",
"VpcOwnerId": "190325303126****",
"VSwitchId": "vsw-bp1i512amhdje10f1****"
}
]
},
"ChargeType": "POSTPAY",
"ProductVersion": "3",
"SaleStatus": "Normal",
"Log": 1,
"LogStorage": 100,
"ProductType": "kms_ddi_public_cn"
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalTimestamp | The input parameter Timestamp that is mandatory for processing this request is not supplied. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.