Skip to main content

CreateSecurityGroupRequest

Request payload for creating a security group

data objectrequired
mappedAsset object[]
  • Array [
  • namestring

    Name of the mapped asset.

    Possible values: [Pdf test, Asset2k]

    idstring

    ID of the mapped asset.

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

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

    Name of the mapped system.

    Possible values: [System for PDF, Boiler Room]

    idstring

    ID of the mapped system.

    Possible values: [SY-70925197-6ebf-4417-b1a9-f1422e60ece0, SY-c0bb09d0-211c-45f4-bce9-f119ed3d3d0c]

  • ]
  • namestring

    Name of the security group.

    Possible values: [Prometha User SG]

    descriptionstring

    Description of the security group.

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

    mappedUser object[]
  • Array [
  • namestring

    Name of the mapped user.

    Possible values: [Purshottam Bondre, Password Policy Test4]

    idstring

    ID of the mapped user.

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

  • ]
  • CreateSecurityGroupRequest
    {
    "data": {
    "mappedAsset": [
    {
    "name": "Pdf test",
    "id": "AS-223fc1c5-72eb-4a2f-9690-b2f4413fc281"
    }
    ],
    "mappedSystem": [
    {
    "name": "System for PDF",
    "id": "SY-70925197-6ebf-4417-b1a9-f1422e60ece0"
    }
    ],
    "name": "Prometha User SG",
    "description": "security group created for the prometha new user",
    "mappedUser": [
    {
    "name": "Purshottam Bondre",
    "id": "US-purushottam@industrility.com"
    }
    ]
    }
    }