Lists the cloud products supported by Threat Analysis for data ingestion.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeProdCount |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RoleType |
integer |
No |
The view type.
|
1 |
| RoleFor |
integer |
No |
The user ID of a member. An administrator can specify this parameter to switch to the member's view. |
113091674488**** |
| RegionId |
string |
No |
The region of the Data Management hub for Threat Analysis. Select the region that corresponds to the location of your assets. Valid values:
|
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
CloudSiemSuccessResponse |
||
| Data |
object |
The data returned. |
|
| TotalCount |
integer |
The total number of logs. |
19 |
| PageSize |
integer |
The number of entries per page. |
10 |
| CurrentPage |
integer |
The current page number. |
1 |
| ProdList |
array<object> |
The list of products. |
1 |
|
object |
|||
| ProdCode |
string |
The code of the cloud product. |
sas |
| TotalLogCount |
integer |
The total number of logs for the product. |
19 |
| ImportedLogCount |
integer |
The number of ingested logs for the product. |
10 |
| ModifyTime |
string |
The time when logs were last ingested for the product. |
2023-11-23 12:12:12 |
| CloudCode |
string |
The multicloud code. Valid values:
|
hcloud |
| RequestId |
string |
The request ID. |
6276D891-*****-55B2-87B9-74D413F7**** |
Examples
Success response
JSON format
{
"Data": {
"TotalCount": 19,
"PageSize": 10,
"CurrentPage": 1,
"ProdList": [
{
"ProdCode": "sas",
"TotalLogCount": 19,
"ImportedLogCount": 10,
"ModifyTime": "2023-11-23 12:12:12",
"CloudCode": "hcloud"
}
]
},
"RequestId": "6276D891-*****-55B2-87B9-74D413F7****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.