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
- application/json
Body
required
Add updated information for the particular asset node.
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
data
object
required
mappedAsset
object[]
required
Possible values: [Dixon Boiler
]
Name of the mapped asset.
Possible values: [AS-298689ce-4dc6-4dc1-8bc8-776429151d78
]
ID of the mapped asset.
oldData
object
required
mappedAsset
object[]
Possible values: [Temp Asset
]
Name of the mapped asset.
Possible values: [AS-71c35526-8978-4882-83a7-c9840c4afe95
]
ID of the mapped asset.
mappedSystem
object[]
Possible values: [SG-A01 - System
]
Name of the mapped system.
Possible values: [SY-55afc505-027f-4ba0-9db6-c79dc015fa84
]
ID of the mapped system.
mappedUser
object[]
Possible values: [Sadashiv Sangale
]
Name of the mapped user.
Possible values: [US-sadashiv.sangale@industrility.com
]
ID of the mapped user.
mappedSystem
object[]
required
Possible values: [SG-A01 - System
]
Name of the mapped system.
Possible values: [SY-55afc505-027f-4ba0-9db6-c79dc015fa84
]
ID of the mapped system.
Possible values: [New user SG
]
Name of the security group.
Possible values: [Security group for signup test
]
Description of the security group.
Possible values: [SG-e12e2100-2880-4e89-ba75-f57d6e8ab132
]
ID of the security group to be updated.
mappedUser
object[]
required
Possible values: [Sadashiv Sangale
]
Name of the mapped user.
Possible values: [US-sadashiv.sangale@industrility.com
]
ID of the mapped user.
Responses
- 200
- 400
- 401
- 502
- 504
200 response
- application/json
- Schema
- Example (from schema)
Schema
ID of the security group
{
"id": "string"
}
400 response
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "string"
}
401 response
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "string"
}
502 response
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "string"
}
504 response
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "string"
}