Get a list of security groups
GET/SecurityGroups
Get a list of security groups based on the applied filter.
Request
Query Parameters
Method type, e.g., "GET_LIST", "GET_ONE". example: GET_LIST
If you have chosen the method type GET_ONE then you need to pass the id of the security group.
Responses
- 200
- 400
- 401
- 502
- 504
200 response
Response Headers
Access-Control-Expose-Headers
string
Manages CORS exposed headers.
Access-Control-Allow-Origin
string
Manages CORS.
Content-Range
string
Data range of the result.
X-Total-Count
string
Length of output.
Access-Control-Allow-Headers
string
Manages headers for CORS.
Content-Type
string
Data type of content.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
The name of the security group.
A brief description of the security group.
The unique identifier of the security group.
The label indicating the type of group, in this case, 'securityGroup'.
The date and time when the security group was created.
The status of the security group, e.g., 'active'.
[
{
"name": "string",
"description": "string",
"id": "string",
"label": "string",
"createDate": "2024-07-29T15:51:28.071Z",
"status": "string"
}
]
400 response
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "string"
}
401 response
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "string"
}
502 response
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "string"
}
504 response
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "string"
}