Skip to main content

Create security group

POST 

/organizations/organization/security_groups

Create a new security group for a given organization

Scopes

  • security_groups

OAuth2 Scopes

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

Request

Body

    organization

    object

    required

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

    id string
    sub_domain string

    properties

    object

    required

    name string
    allow_all_inbound boolean
    allow_all_outbound boolean
    associations string[]

    annotations

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

Responses

Create a new security group for a given organization

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...