Queries the categories of outbound connection destinations.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the visitor. |
59.82.45.XXX |
| Lang |
string |
No |
The language of the response message. |
zh |
| Lang |
string |
No |
The language of the response message. |
zh |
| StartTime |
string |
Yes |
The start time of the query. This is a UNIX timestamp. Unit: seconds. |
1749657600 |
| EndTime |
string |
Yes |
The end time of the query. This is a UNIX timestamp. Unit: seconds. |
1750818370 |
| CategoryId |
string |
No |
The category ID. Valid values:
|
All |
| TypeId |
string |
No |
The fixed category ID. Valid values:
|
All |
| DstType |
string |
No |
The destination type. Valid values:
|
domain |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of entries. |
10 |
| RequestId |
string |
The ID of the request. |
C1ED80BC-FFC8-57DB-8151-705DC31**** |
| TypeList |
array<object> |
The list of outbound connection categories. |
|
|
array<object> |
The outbound connection category. |
||
| TypeName |
string |
The name of the fixed category. |
阿里云云产品 |
| TypeId |
string |
The fixed category ID. Valid values:
|
All |
| TypeDescribe |
string |
The description of the fixed category. |
阿里云产品 |
| CategoryList |
array<object> |
The list of outbound connection categories. |
|
|
object |
The outbound connection category. |
||
| CategoryId |
string |
The ID of the outbound connection category. |
AliYun |
| CategoryName |
string |
The name of the outbound connection category. |
阿里云产品 |
| CategoryDescribe |
string |
The description of the outbound connection category. |
阿里云产品 |
| ClassId |
string |
The classification ID of the outbound connection category. |
Trusted |
Examples
Success response
JSON format
{
"TotalCount": 10,
"RequestId": "C1ED80BC-FFC8-57DB-8151-705DC31****",
"TypeList": [
{
"TypeName": "阿里云云产品",
"TypeId": "All",
"TypeDescribe": "阿里云产品",
"CategoryList": [
{
"CategoryId": "AliYun",
"CategoryName": "阿里云产品",
"CategoryDescribe": "阿里云产品",
"ClassId": "Trusted"
}
]
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 400 | ErrorDstType | The dst type is invalid. | The destination type is invalid. |
| 400 | ErrorDBSelectError | A database select error occurred. | The error message returned because an internal error has occurred in querying the database. |
| 400 | ErrorObjectOperation | The objectOperation is invalid. | The objectOperation is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.