Skip to content

Commit b21529c

Browse files
committed
fix: update sophos guide
1 parent 097a651 commit b21529c

File tree

1 file changed

+0
-77
lines changed

1 file changed

+0
-77
lines changed

frontend/src/app/app-module/guides/guide-sophos/guide-sophos.component.html

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -53,80 +53,3 @@ <h6 class="font-weight-semibold mt-3 mb-3">
5353
</ol>
5454
</div>
5555
</div>
56-
57-
58-
<!--<div class="w-100 h-100">
59-
<div class="card-header d-flex justify-content-between align-items-center">
60-
<h4 class="card-title mb-0 text-primary">
61-
Sophos Central
62-
</h4>
63-
</div>
64-
65-
<div class="card-body">
66-
<p class="font-size-base">
67-
Sophos Central has secured APIs available for customers. These allow the retrieval of event and alert data from
68-
Sophos Central, for use in other systems.<br><br>
69-
70-
<h6 class="font-weight-semibold mt-3 mb-3">
71-
How to send alert and event data to UTMStack:
72-
</h6>
73-
<ol class="setup_list">
74-
<li>
75-
<p class="step-guide">
76-
<span class="step_number">1</span>
77-
You require a token to access event data via the API. In Sophos Central Admin, go to <strong>Global&nbsp;Settings</strong>
78-
&gt; <strong>API Token Management</strong>.
79-
</p>
80-
</li>
81-
<li>
82-
<p class="step-guide">
83-
<span class="step_number">2</span>
84-
To create a new token, click <strong>Add token</strong> from the top-right corner of the screen.
85-
</p>
86-
</li>
87-
<li>
88-
<p class="step-guide">
89-
<span class="step_number">3</span>
90-
Select a <strong>token name</strong> and click <strong>Save</strong>. The <strong>API Token Summary</strong>
91-
for this token is displayed.
92-
</p>
93-
</li>
94-
<li>
95-
<p class="step-guide">
96-
<span class="step_number">4</span>
97-
Click ont the <strong>Copy</strong> button to copy your <strong>API Access URL + Headers</strong> from the <strong>API Token
98-
Summary</strong> section into your clipboard.
99-
<img alt=""
100-
class="step-img"
101-
src="../../../../assets/img/guides/sophos/sophos-step-5.png"
102-
style="height: 400px!important; width: auto">
103-
</p>
104-
</li>
105-
<li>
106-
<p class="step-guide">
107-
<span class="step_number">5</span>
108-
Insert information in the following inputs.You can add more than one Sophos
109-
configuration by clicking on Add tenant button.
110-
</p>
111-
<div class="row mt-3">
112-
<div class="col-lg-12 col-md-12 col-sm-12">
113-
<app-int-generic-group-config [moduleId]="integrationId"
114-
(configValidChange)="configValidChange($event)"
115-
[serverId]="serverId"></app-int-generic-group-config>
116-
</div>
117-
</div>
118-
</li>
119-
<li>
120-
<p class="step-guide mb-3">
121-
<span class="step_number">6</span>
122-
Click on the button shown below, to activate the UTMStack features related to this integration
123-
</p>
124-
<app-app-module-activate-button [module]="module.SOPHOS" [type]="'integration'"
125-
[disabled]="configValidity"
126-
[serverId]="serverId"
127-
class="mt-3">
128-
</app-app-module-activate-button>
129-
</li>
130-
</ol>
131-
</div>
132-
</div>-->

0 commit comments

Comments
 (0)