Create security group
POST/CreateSecurityGroup
Create the security group with given data, including associated assets, users, and systems in the graph database. The create operation 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 [
]
data
object
required
mappedAsset
object[]
Possible values: [Pdf test
, Asset2k
]
Name of the mapped asset.
Possible values: [AS-223fc1c5-72eb-4a2f-9690-b2f4413fc281
, AS-fe72d945-284a-464d-a6f4-d2bc2e488691
]
ID of the mapped asset.
mappedSystem
object[]
Possible values: [System for PDF
, Boiler Room
]
Name of the mapped system.
Possible values: [SY-70925197-6ebf-4417-b1a9-f1422e60ece0
, SY-c0bb09d0-211c-45f4-bce9-f119ed3d3d0c
]
ID of the mapped system.
Possible values: [Prometha User SG
]
Name of the security group.
Possible values: [security group created for the prometha new user
]
Description of the security group.
mappedUser
object[]
Possible values: [Purshottam Bondre
, Password Policy Test4
]
Name of the mapped user.
Possible values: [US-purushottam@industrility.com
, US-joxefe4213@soebing.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"
}