Skip to main content

Retrieves a list of secutity groups for the specified account

GET 

/v1/clouds/tencent/regions/:region/securitygroups

Retrieves a list of secutity groups for the specified account

Request

Path Parameters

    region stringrequired

    Region for which security groups are requested

Query Parameters

    cloudAccountUid stringrequired

    Uid for the specific Tencent cloud account

Responses

(empty)

Schema

    groups

    object[]

  • Array [

  • idstring

    Tencent security group id

    isDefaultboolean

    Whether it is the default security group, the default security group does not support deletion.

    namestring

    Tencent security group name

    projectIdstring

    Tencent security group associated to a project

  • ]

Loading...