All Products
Search
Document Center

Cloud Firewall:DescribeOutgoingDestinationCategory

Last Updated:Jan 07, 2026

Queries the categories of outbound connection destinations.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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 :

    All

  • RiskDomain :

    Risky domain names

  • AliYun :

    Alibaba Cloud services

  • NotAliYun :

    Services that are not provided by Alibaba Cloud

All

TypeId

string

No

The fixed category ID.

Valid values:

  • All :

    All

  • AliYun :

    Alibaba Cloud services

  • NotAliYun :

    Services that are not provided by Alibaba Cloud

All

DstType

string

No

The destination type.

Valid values:

  • DstIP :

    Destination IP address

  • Domain :

    Domain name

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 :

    All

  • AliYun :

    Alibaba Cloud services

  • NotAliYun :

    Services that are not provided by Alibaba Cloud

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.