Skip to main content

UpdateSecurityGroupRequest

Request payload for updating a security group

data objectrequired
mappedAsset object[]required
  • Array [
  • namestring

    Name of the mapped asset.

    Possible values: [Dixon Boiler]

    idstring

    ID of the mapped asset.

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

  • ]
  • oldData objectrequired
    mappedAsset object[]
  • Array [
  • namestring

    Name of the mapped asset.

    Possible values: [Temp Asset]

    idstring

    ID of the mapped asset.

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

  • ]
  • mappedSystem object[]
  • Array [
  • namestring

    Name of the mapped system.

    Possible values: [SG-A01 - System]

    idstring

    ID of the mapped system.

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

  • ]
  • mappedUser object[]
  • Array [
  • namestring

    Name of the mapped user.

    Possible values: [Sadashiv Sangale]

    idstring

    ID of the mapped user.

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

  • ]
  • mappedSystem object[]required
  • Array [
  • namestring

    Name of the mapped system.

    Possible values: [SG-A01 - System]

    idstring

    ID of the mapped system.

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

  • ]
  • namestringrequired

    Name of the security group.

    Possible values: [New user SG]

    descriptionstringrequired

    Description of the security group.

    Possible values: [Security group for signup test]

    idstringrequired

    ID of the security group to be updated.

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

    mappedUser object[]required
  • Array [
  • namestring

    Name of the mapped user.

    Possible values: [Sadashiv Sangale]

    idstring

    ID of the mapped user.

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

  • ]
  • UpdateSecurityGroupRequest
    {
    "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"
    }
    ]
    }
    }