General Notes:
Idea was to use temporary Ids (e.g. negative Ids) to reference objects that dont exist yet but are created as a process of this ticket.
Request
"requestBody": {
"requesterName": "",
"requesterId": "",
"requestedImplementationDate": "",
"ruleContactName": "",
"ruleContactId": "",
"title": "",
"rules": [
{
"name": "",
"sourceObjects": [0],
"destinationObjects": [0],
"serviceObjects": [0],
"timeObjectId": 12,
"ownerId": 350,
"violationJustification": ""
}
],
"adressObjects": [
{
"id": "temp-1",
"name": "",
"ipStart": "",
"ipEnd": ""
}
],
"addressGroups":[
{
"id": 0,
"name": "",
"memberIds": []
}
],
"serviceObjects": [
{
"id": "temp-3",
"name": "",
"protocol": "tcp",
"portStart": 0,
"portEnd": 0
}
],
"serviceGroups":[
{
"id": 0,
"name": "",
"memberIds": []
}
],
"timeObjects": [
{
"id": "temp-5",
"name": "",
"startTime": "",
"endTime": ""
}
]
},
Response
{
"status": "",
"requestId": 0
}
General Notes:
Idea was to use temporary Ids (e.g. negative Ids) to reference objects that dont exist yet but are created as a process of this ticket.
Request
Response
{ "status": "", "requestId": 0 }