Skip to main content

Create security group

POST 

/CreateSecurityGroup

Create the security group with given data, including associated assets, users, and systems in the graph database. The create operation is performed based on the provided data in the request body, specifying changes to the security group.

Request

Body

required

Add updated information for the particular asset node.

    data

    object

    required

    mappedAsset

    object[]

  • Array [

  • id string

    Possible values: [AS-223fc1c5-72eb-4a2f-9690-b2f4413fc281, AS-fe72d945-284a-464d-a6f4-d2bc2e488691]

    ID of the mapped asset.

  • ]

  • mappedSystem

    object[]

  • Array [

  • id string

    Possible values: [SY-70925197-6ebf-4417-b1a9-f1422e60ece0, SY-c0bb09d0-211c-45f4-bce9-f119ed3d3d0c]

    ID of the mapped system.

  • ]

  • name string

    Possible values: [Industrility User SG]

    Name of the security group.

    description string

    Possible values: [security group created for the Industrility new user]

    Description of the security group.

    mappedUser

    object[]

  • Array [

  • id string

    Possible values: [US-adam@industrility.com, US-joxefe4213@soebing.com]

    ID of the mapped user.

  • ]

Responses

200 response

Schema

    id stringrequired

    ID of the security group

Loading...