v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-07-03641679.9 KB
Assignments

Create Assignment

Creates an assignment

post/v3/gfw/assignments

Request body

priorityinteger required
monitorsstring[] required
areaIdstring required
namestring
notesstring
templateIdsstring[]
createdBystring

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"
    }
  }
}