Lists the types of multicloud data sources that Threat Analysis supports.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListDataSourceTypes |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CloudCode |
string |
Yes |
The code of the multicloud service. |
hcloud |
| RegionId |
string |
No |
The region where the Data Management center of Threat Analysis is located. Select the region of the management center based on the region where your assets are located. Valid values:
|
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
CloudSiemSuccessResponse<List |
||
| Data |
array<object> |
The data returned. |
|
|
object |
|||
| DataSourceType |
string |
The type of the data source. Valid values:
|
obs |
| CloudCode |
string |
The code of the multicloud service. |
hcloud |
| RequestId |
string |
The ID of the request. |
6276D891-*****-55B2-87B9-74D413F7**** |
Examples
Success response
JSON format
{
"Data": [
{
"DataSourceType": "obs",
"CloudCode": "hcloud"
}
],
"RequestId": "6276D891-*****-55B2-87B9-74D413F7****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalParameter | The specified parameter %s is not valid, only support %s | |
| 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.