Skip to main content

Get a list of security groups

GET 

/SecurityGroups

Get a list of security groups based on the applied filter.

Request

Query Parameters

    type stringrequired

    Method type, e.g., "GET_LIST", "GET_ONE". example: GET_LIST

    id string

    If you have chosen the method type GET_ONE then you need to pass the id of the security group.

Responses

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.

Schema

  • Array [

  • name string

    The name of the security group.

    description string

    A brief description of the security group.

    id string

    The unique identifier of the security group.

    label string

    The label indicating the type of group, in this case, 'securityGroup'.

    createDate date-time

    The date and time when the security group was created.

    status string

    The status of the security group, e.g., 'active'.

  • ]

Loading...