Skip to main content

Retrieves a list of AWS security groups for the specified account

GET 

/v1/clouds/aws/securitygroups

Retrieves a list of AWS security groups for the specified account

Request

Query Parameters

    cloudAccountUid string

    Uid for the specific AWS cloud account

    region stringrequired

    Region for which security groups are requested

    vpcId stringrequired

    Vpc Id for which security groups are requested

Responses

(empty)

Schema

    groups

    object[]

    required

  • Array [

  • groupIdstring
    groupNamestring
    ownerIdstring
  • ]

Loading...