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 [

  • name string

    Possible values: [Pdf test, Asset2k]

    Name of the mapped asset.

    id string

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

    ID of the mapped asset.

  • ]

  • mappedSystem

    object[]

  • Array [

  • name string

    Possible values: [System for PDF, Boiler Room]

    Name of the mapped system.

    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: [Prometha User SG]

    Name of the security group.

    description string

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

    Description of the security group.

    mappedUser

    object[]

  • Array [

  • name string

    Possible values: [Purshottam Bondre, Password Policy Test4]

    Name of the mapped user.

    id string

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

    ID of the mapped user.

  • ]

Responses

200 response

Schema

    id stringrequired

    ID of the security group

Loading...