-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ml-aiops-plugin-api
- Loading branch information
Showing
512 changed files
with
12,749 additions
and
3,533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,35 +106,36 @@ The API returns details about the case and its comments. For example: | |
"comments":[{ | ||
"id": "8af6ac20-74f6-11ea-b83a-553aecdb28b6", | ||
"version": "WzIwNjM3LDFd", | ||
"comment":"That is nothing - Ethan Hunt answered a targeted social media campaign promoting phishy pension schemes to IMF operatives. Even worse, he likes baked beans.", | ||
"type":"user", | ||
"owner":"cases", | ||
"created_at":"2022-03-24T00:37:10.832Z", | ||
"comment": "That is nothing - Ethan Hunt answered a targeted social media campaign promoting phishy pension schemes to IMF operatives. Even worse, he likes baked beans.", | ||
"type": "user", | ||
"owner": "cases", | ||
"created_at": "2022-03-24T00:37:10.832Z", | ||
"created_by": { | ||
"email": "[email protected]", | ||
"full_name": "Ms Moneypenny", | ||
"username": "moneypenny" | ||
}, | ||
"pushed_at":null, | ||
"pushed_by":null, | ||
"updated_at":"2022-03-24T01:27:06.210Z", | ||
"pushed_at": null, | ||
"pushed_by": null, | ||
"updated_at": "2022-03-24T01:27:06.210Z", | ||
"updated_by": { | ||
"email": "[email protected]", | ||
"full_name": "James Bond", | ||
"username": "_007" | ||
} | ||
} | ||
], | ||
"totalAlerts":0, | ||
"totalAlerts": 0, | ||
"id": "293f1bc0-74f6-11ea-b83a-553aecdb28b6", | ||
"version": "WzIwNjM2LDFd", | ||
"totalComment": 1, | ||
"title": "This case will self-destruct in 5 seconds", | ||
"tags": ["phishing","social engineering"], | ||
"tags": ["phishing","social engineering"], | ||
"description": "James Bond clicked on a highly suspicious email banner advertising cheap holidays for underpaid civil servants.", | ||
"settings": {"syncAlerts":false}, | ||
"owner": "cases"," | ||
closed_at": null, | ||
"owner": "cases", | ||
"duration": null, | ||
"closed_at": null, | ||
"closed_by": null, | ||
"created_at": "2022-03-24T00:37:03.906Z", | ||
"created_by": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.