Mengkueri informasi kelayakan uji coba modul nilai tambah di Pusat Keamanan, termasuk modul Vulnerability Fixing dan Threat Analysis and Response.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetModuleTrialAuthInfo |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ModuleCode |
string |
No |
Kode modul. Nilai valid:
|
vulFix |
| Lang |
string |
No |
Bahasa permintaan dan tanggapan. Nilai default: zh. Nilai valid:
|
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
PlainResult |
||
| Data |
object |
Data yang dikembalikan. |
|
| ModuleCode |
string |
Kode modul. Nilai valid:
|
vulFix |
| CanTry |
boolean |
Apakah modul memenuhi syarat untuk uji coba. Nilai valid:
|
|
| TrialRecordList |
array<object> |
Catatan uji coba. |
|
|
object |
Data. |
||
| ModuleCode |
string |
The code of the feature. Valid values:
|
vulFix |
| AuthLimit |
integer |
The quota. |
100 |
| GmtStart |
integer |
The start time of the trial use. |
1669824000000 |
| GmtEnd |
integer |
The end time of the trial use. |
1679760000000 |
| Status |
integer |
The status of the trial use. Valid values:
|
1 |
| AuthLimitList |
string |
The list of quotas. This parameter is available if the value of the ModuleCode parameter is cloudSiem. The value of this parameter consists of the log storage capacity for the threat analysis and response feature and the log data to add. Units: GB and GB-day. |
[100,1] |
| RequestId |
string |
ID permintaan, yaitu pengidentifikasi unik yang dibuat oleh Alibaba Cloud untuk permintaan. Dapat digunakan untuk pemecahan masalah dan pelacakan isu. |
F8B6F758-BCD4-597A-8A2C-DA5A552C**** |
Contoh
Respons sukses
JSONformat
{
"Data": {
"ModuleCode": "vulFix",
"CanTry": false,
"TrialRecordList": [
{
"ModuleCode": "vulFix",
"AuthLimit": 100,
"GmtStart": 1669824000000,
"GmtEnd": 1679760000000,
"Status": 1,
"AuthLimitList": "[100,1]"
}
]
},
"RequestId": "F8B6F758-BCD4-597A-8A2C-DA5A552C****"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.