-
Notifications
You must be signed in to change notification settings - Fork 6
/
urls.json
238 lines (238 loc) · 6.71 KB
/
urls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
{
"token": {
"url_suffix": "/auth/identity/connect/token",
"http_method": "POST"
},
"login": {
"url_suffix": "/auth/login",
"http_method": "POST"
},
"get_all_teams": {
"url_suffix": "/auth/teams",
"http_method": "GET"
},
"get_project_details_by_id": {
"url_suffix": "/projects/{project_id}",
"http_method": "GET"
},
"get_reports_by_id": {
"url_suffix": "/reports/sastScan/{report_id}",
"http_method": "GET"
},
"get_report_status_by_id": {
"url_suffix": "/reports/sastScan/{report_id}/status",
"http_method": "GET"
},
"set_remote_source_setting_to_git": {
"url_suffix": "/projects/{project_id}/sourceCode/remoteSettings/git",
"http_method": "POST"
},
"set_remote_source_setting_to_svn": {
"url_suffix": "/projects/{id}/sourceCode/remoteSettings/svn",
"http_method": "POST"
},
"set_remote_source_setting_to_tfs": {
"url_suffix": "/projects/{id}/sourceCode/remoteSettings/tfs",
"http_method": "POST"
},
"set_remote_source_setting_to_shared": {
"url_suffix": "/projects/{id}/sourceCode/remoteSettings/shared",
"http_method": "POST"
},
"set_remote_source_setting_to_perforce": {
"url_suffix": "/projects/{id}/sourceCode/remoteSettings/perforce",
"http_method": "POST"
},
"create_project_with_default_configuration": {
"url_suffix": "/projects",
"http_method": "POST"
},
"register_scan_report": {
"url_suffix": "/reports/sastScan",
"http_method": "POST"
},
"upload_source_code_zip_file": {
"url_suffix": "/projects/{project_id}/sourceCode/attachments",
"http_method": "POST"
},
"set_remote_source_setting_to_git_using_ssh": {
"url_suffix": "/projects/{project_id}/sourceCode/remoteSettings/git/ssh",
"http_method": "POST"
},
"get_all_engine_server_details": {
"url_suffix": "/sast/engineServers",
"http_method": "GET"
},
"register_engine": {
"url_suffix": "/sast/engineServers",
"http_method": "POST"
},
"unregister_engine_by_engine_id": {
"url_suffix": "/sast/engineServers/{id}",
"http_method": "DELETE"
},
"get_engine_details": {
"url_suffix": "/sast/engineServers/{id}",
"http_method": "GET"
},
"update_engine_server": {
"url_suffix": "/sast/engineServers/{id}",
"http_method": "PUT"
},
"get_all_scan_details_in_queue": {
"url_suffix": "/sast/scansQueue",
"http_method": "GET"
},
"get_all_preset_details": {
"url_suffix": "/sast/presets",
"http_method": "GET"
},
"get_sast_scan_details_by_scan_id": {
"url_suffix": "/sast/scans/{id}",
"http_method": "GET"
},
"get_preset_details_by_preset_id": {
"url_suffix": "/sast/presets/{preset_id}",
"http_method": "GET"
},
"get_all_engine_configurations": {
"url_suffix": "/sast/engineConfigurations",
"http_method": "GET"
},
"get_scan_settings_by_project_id": {
"url_suffix": "/sast/scanSettings/{project_id}",
"http_method": "GET"
},
"get_engine_configuration_by_id": {
"url_suffix": "/sast/engineConfigurations/{id}",
"http_method": "GET"
},
"define_sast_scan_settings": {
"url_suffix": "/sast/scanSettings",
"http_method": "POST"
},
"create_new_scan": {
"url_suffix": "/sast/scans",
"http_method": "POST"
},
"get_all_osa_scan_details_for_project": {
"url_suffix": "/osa/scans",
"http_method": "GET"
},
"create_an_osa_scan_request": {
"url_suffix": "/osa/scans",
"http_method": "POST"
},
"get_all_osa_file_extensions": {
"url_suffix": "/osa/fileextensions",
"http_method": "GET"
},
"get_osa_scan_by_scan_id": {
"url_suffix": "/osa/scans/{scan_id}",
"http_method": "GET"
},
"get_osa_scan_summary_report": {
"url_suffix": "/osa/reports",
"http_method": "GET"
},
"get_osa_licenses_by_id": {
"url_suffix": "/osa/licenses",
"http_method": "GET"
},
"get_osa_scan_libraries": {
"url_suffix": "/osa/libraries",
"http_method": "GET"
},
"get_osa_scan_vulnerabilities_by_id": {
"url_suffix": "/osa/vulnerabilities",
"http_method": "GET"
},
"get_all_custom_tasks":{
"url_suffix":"/customTasks",
"http_method":"GET"
},
"get_all_projects":{
"url_suffix":"/projects",
"http_method":"GET"
},
"delete_project_by_id":{
"url_suffix":"/projects/{id}",
"http_method":"DELETE"
},
"update_project_name_or_team_id":{
"url_suffix":"/projects/{id}",
"http_method":"PUT"
},
"get_custom_task_by_id":{
"url_suffix":"/customTasks/{id}",
"http_method":"GET"
},
"get_all_issue_tracking_systems":{
"url_suffix":"/issueTrackingSystems",
"http_method":"GET"
},
"get_issue_tracking_system_details_by_id":{
"url_suffix":"/issueTrackingSystems/{id}/metadata",
"http_method":"GET"
},
"get_project_exclude_settings_by_project_id":{
"url_suffix":"/projects/{id}/sourceCode/excludeSettings",
"http_method":"GET"
},
"set_project_exclude_settings_by_project_id":{
"url_suffix":"/project/{id}/sourceCode/excludeSettings",
"http_method":"PUT"
},
"get_remote_source_settings_for_git_by_project_id":{
"url_suffix":"/projects/{id}/sourceCode/remoteSettings/git",
"http_method":"GET"
},
"get_remote_source_settings_for_svn_by_project_id":{
"url_suffix":"/projects/{id}/sourceCode/remoteSettings/git",
"http_method":"GET"
},
"get_remote_source_settings_for_tfs_by_project_id":{
"url_suffix":"/projects/{id}/sourceCode/remoteSettings/tfs",
"http_method":"GET"
},
"get_remote_source_settings_for_custom_by_project_id":{
"url_suffix":"/projects/{id}/sourceCode/remoteSettings/custom",
"http_method":"GET"
},
"set_remote_source_setting_for_custom_by_project_id":{
"url_suffix":"/projects/{id}/sourceCode/remoteSettings/custom",
"http_method":"POST"
},
"get_remote_source_settings_for_shared_by_project_id":{
"url_suffix":"/projects/{id}/sourceCode/remoteSettings/shared",
"http_method":"GET"
},
"get_remote_source_settings_for_perforce_by_project_id":{
"url_suffix":"/projects/{id}/sourceCode/remoteSettings/perforce",
"http_method":"GET"
},
"set_data_retention_settings_by_project_id":{
"url_suffix":"/projects/{id}/dataRetentionSettings",
"http_method":"POST"
},
"set_issue_tracking_system_as_jira_by_id":{
"url_suffix":"/projects/{id}/issueTrackingSettings/jira",
"http_method":"POST"
},
"get_scan_queue_details_by_scan_id":{
"url_suffix":"/sast/scansQueue/{id}",
"http_method":"GET"
},
"update_queued_scan_status_by_scan_id":{
"url_suffix":"/sast/scansQueue/{id}",
"http_method":"PATCH"
},
"add_or_update_a_comment_by_scan_id":{
"url_suffix":"/sast/scans/{id}",
"http_method":"PATCH"
},
"update_sast_scan_settings":{
"url_suffix":"/sast/scanSettings",
"http_method":"PUT"
}
}