Skip to content

Commit a44a190

Browse files
authored
Merge pull request #120 from raysubham/worktree-rename-api-endpoint
docs: update SCCM API endpoint to agent.api.stepsecurity.io
2 parents fa5d3d2 + e085bbf commit a44a190

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/deploying-via-sccm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Use this in the SCCM Application's **Installation program** field:
4949
```cmd
5050
msiexec /i "stepsecurity-dev-machine-guard-<version>-x64.msi" /qn ^
5151
CUSTOMERID="acme-corp" ^
52-
APIENDPOINT="https://api.stepsecurity.io" ^
52+
APIENDPOINT="https://agent.api.stepsecurity.io" ^
5353
APIKEY="sk_live_xxxxxxxxxxxxxxxx" ^
5454
SCANFREQUENCY=4 ^
5555
/l*v "C:\Windows\Temp\dmg-install.log"
@@ -58,7 +58,7 @@ msiexec /i "stepsecurity-dev-machine-guard-<version>-x64.msi" /qn ^
5858
| Property | Required | Description |
5959
|----------|----------|-------------|
6060
| `CUSTOMERID` | yes | Your StepSecurity tenant ID |
61-
| `APIENDPOINT` | yes | StepSecurity backend URL (typically `https://api.stepsecurity.io`) |
61+
| `APIENDPOINT` | yes | StepSecurity backend URL (typically `https://agent.api.stepsecurity.io`) |
6262
| `APIKEY` | yes | Tenant API key from your StepSecurity dashboard |
6363
| `SCANFREQUENCY` | no | Scheduled scan frequency in hours (default `4`) |
6464

@@ -77,7 +77,7 @@ Contents:
7777
```json
7878
{
7979
"customer_id": "acme-corp",
80-
"api_endpoint": "https://api.stepsecurity.io",
80+
"api_endpoint": "https://agent.api.stepsecurity.io",
8181
"api_key": "sk_live_xxxxxxxxxxxxxxxx",
8282
"scan_frequency_hours": "4"
8383
}

0 commit comments

Comments
 (0)