Skip to main content

Update security group

PUT 

/UpdateSecurityGroup

Updates the information of a security group, including associated assets, users, and systems in the graph database. The update 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[]

    required

  • Array [

  • name string

    Possible values: [Dixon Boiler]

    Name of the mapped asset.

    id string

    Possible values: [AS-298689ce-4dc6-4dc1-8bc8-776429151d78]

    ID of the mapped asset.

  • ]

  • oldData

    object

    required

    mappedAsset

    object[]

  • Array [

  • name string

    Possible values: [Temp Asset]

    Name of the mapped asset.

    id string

    Possible values: [AS-71c35526-8978-4882-83a7-c9840c4afe95]

    ID of the mapped asset.

  • ]

  • mappedSystem

    object[]

  • Array [

  • name string

    Possible values: [SG-A01 - System]

    Name of the mapped system.

    id string

    Possible values: [SY-55afc505-027f-4ba0-9db6-c79dc015fa84]

    ID of the mapped system.

  • ]

  • mappedUser

    object[]

  • Array [

  • name string

    Possible values: [Sadashiv Sangale]

    Name of the mapped user.

    id string

    Possible values: [US-sadashiv.sangale@industrility.com]

    ID of the mapped user.

  • ]

  • mappedSystem

    object[]

    required

  • Array [

  • name string

    Possible values: [SG-A01 - System]

    Name of the mapped system.

    id string

    Possible values: [SY-55afc505-027f-4ba0-9db6-c79dc015fa84]

    ID of the mapped system.

  • ]

  • name stringrequired

    Possible values: [New user SG]

    Name of the security group.

    description stringrequired

    Possible values: [Security group for signup test]

    Description of the security group.

    id stringrequired

    Possible values: [SG-e12e2100-2880-4e89-ba75-f57d6e8ab132]

    ID of the security group to be updated.

    mappedUser

    object[]

    required

  • Array [

  • name string

    Possible values: [Sadashiv Sangale]

    Name of the mapped user.

    id string

    Possible values: [US-sadashiv.sangale@industrility.com]

    ID of the mapped user.

  • ]

Responses

200 response

Schema

    id stringrequired

    ID of the security group

Loading...