Get information about your security groups
You can get information about one or more security groups and the rules they contain.
Information about your security groups is also available from the VM (Virtual Machine) themselves.
Permissions
This action requires the following IAM (Identity and Access Management) permissions:
- compute.securityGroup.get
- Console
- API
- Terraform

-
Log in to the Numspot console.
-
From the left-hand side menu, click Compute → Security Groups.
-
Click the ID of the security group.
-
The "Security Group Details" page appears.
The GET /compute/spaces/{spaceId}/securityGroups command lets you list your security groups.
Example request: Listing all your Security Groups
The GET /compute/spaces/{spaceId}/securityGroups/{id} command lets you retrieve the information of a security group.
Example request: Retrieving the information of a Security Group
The Terraform documentation is available on the Numspot registry ↗.