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
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
groups
object[]
required
groupIdstring
groupNamestring
ownerIdstring
{
"groups": [
{
"groupId": "string",
"groupName": "string",
"ownerId": "string"
}
]
}
Loading...