Assignments
Create Assignment
Creates an assignment
post/v3/gfw/assignments
Request body
Response
Single assignment
Example response
{
"data": {
"attributes": {
"name": "string",
"location": "string",
"priority": 0,
"monitors": [
"string"
],
"notes": "string",
"status": "string",
"alert": "string",
"areaId": "string",
"templateIds": [
"string"
],
"teamIds": [
"string"
],
"createdAt": 0,
"createdBy": "string",
"areaName": "string"
}
}
}