Skip to main content
Version: latest

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

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    groups

    object[]

    required

  • Array [

  • groupIdstring
    groupNamestring
    ownerIdstring
  • ]

Loading...