UpdateSecurityGroupRequest
Request payload for updating a security group
data objectrequired
mappedAsset object[]required
Name of the mapped asset.
Possible values: [Dixon Boiler
]
ID of the mapped asset.
Possible values: [AS-298689ce-4dc6-4dc1-8bc8-776429151d78
]
oldData objectrequired
mappedAsset object[]
Name of the mapped asset.
Possible values: [Temp Asset
]
ID of the mapped asset.
Possible values: [AS-71c35526-8978-4882-83a7-c9840c4afe95
]
mappedSystem object[]
Name of the mapped system.
Possible values: [SG-A01 - System
]
ID of the mapped system.
Possible values: [SY-55afc505-027f-4ba0-9db6-c79dc015fa84
]
mappedUser object[]
Name of the mapped user.
Possible values: [Sadashiv Sangale
]
ID of the mapped user.
Possible values: [US-sadashiv.sangale@industrility.com
]
mappedSystem object[]required
Name of the mapped system.
Possible values: [SG-A01 - System
]
ID of the mapped system.
Possible values: [SY-55afc505-027f-4ba0-9db6-c79dc015fa84
]
Name of the security group.
Possible values: [New user SG
]
Description of the security group.
Possible values: [Security group for signup test
]
ID of the security group to be updated.
Possible values: [SG-e12e2100-2880-4e89-ba75-f57d6e8ab132
]
mappedUser object[]required
Name of the mapped user.
Possible values: [Sadashiv Sangale
]
ID of the mapped user.
Possible values: [US-sadashiv.sangale@industrility.com
]
{
"data": {
"mappedAsset": [
{
"name": "Dixon Boiler",
"id": "AS-298689ce-4dc6-4dc1-8bc8-776429151d78"
}
],
"oldData": {
"mappedAsset": [
{
"name": "Temp Asset",
"id": "AS-71c35526-8978-4882-83a7-c9840c4afe95"
}
],
"mappedSystem": [
{
"name": "SG-A01 - System",
"id": "SY-55afc505-027f-4ba0-9db6-c79dc015fa84"
}
],
"mappedUser": [
{
"name": "Sadashiv Sangale",
"id": "US-sadashiv.sangale@industrility.com"
}
]
},
"mappedSystem": [
{
"name": "SG-A01 - System",
"id": "SY-55afc505-027f-4ba0-9db6-c79dc015fa84"
}
],
"name": "New user SG",
"description": "Security group for signup test",
"id": "SG-e12e2100-2880-4e89-ba75-f57d6e8ab132",
"mappedUser": [
{
"name": "Sadashiv Sangale",
"id": "US-sadashiv.sangale@industrility.com"
}
]
}
}