Skip to main content

Get security group

GET 

/security_groups/security_group

Returns details about a security group

Scopes

  • security_groups
  • security_groups:read

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Query Parameters

    security_group[id] string

    The security group to return the details for.

    All 'security_group[]' params are mutually exclusive, only one can be provided.

Responses

Returns details about a security group

Schema

    security_group

    object

    required

    id string
    name string
    allow_all_inbound boolean
    allow_all_outbound boolean
    associations string[]

    annotations

    object[]

    required

  • Array [

  • key stringrequired
    value string
  • ]

Loading...