File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79838,6 +79838,9 @@ paths:
7983879838 permissions:
7983979839 - security_monitoring_findings_write
7984079840 - appsec_vm_write
79841+ x-unstable: '**Note**: This endpoint is in beta and is subject to change.
79842+
79843+ Please check the documentation regularly for updates.'
7984179844 post:
7984279845 description: Create Jira issues for security findings. This operation creates
7984379846 a case in Datadog and a Jira issue linked to that case for bidirectional sync
@@ -79878,6 +79881,9 @@ paths:
7987879881 permissions:
7987979882 - security_monitoring_findings_write
7988079883 - appsec_vm_write
79884+ x-unstable: '**Note**: This endpoint is in beta and is subject to change.
79885+
79886+ Please check the documentation regularly for updates.'
7988179887 /api/v2/security/sboms:
7988279888 get:
7988379889 description: 'Get a list of assets SBOMs for an organization.
Original file line number Diff line number Diff line change @@ -266,8 +266,10 @@ def __init__(
266266 "v2.get_open_api" : False ,
267267 "v2.list_apis" : False ,
268268 "v2.update_open_api" : False ,
269+ "v2.attach_jira_issue" : False ,
269270 "v2.cancel_threat_hunting_job" : False ,
270271 "v2.convert_job_result_to_signal" : False ,
272+ "v2.create_jira_issues" : False ,
271273 "v2.delete_threat_hunting_job" : False ,
272274 "v2.get_finding" : False ,
273275 "v2.get_rule_version_history" : False ,
You can’t perform that action at this time.
0 commit comments