Skip to main content

Agent Server URL

The default endpoint that the agent communicates with is https://api.lacework.net and the default region is US.

In agent v3.8 and higher, you can specify the agent server URL. This is mandatory for non-US users.

If you don’t specify the agent server URL, the agent assumes that the default region is US and it uses the default endpoint of https://api.lacework.net.

Lacework supports the following regions and endpoints:

RegionEndpoint
US (default)https://api.lacework.net (default)
US-02 (US)https://aprodus2.agent.lacework.net
European Union (EU)https://api.fra.lacework.net
Australia and New Zealand (ANZ)https://auprodn1.agent.lacework.net

The following example shows you how to add the Accesstoken and the serverurl option in the config.json file.

{"Tokens": {"Accesstoken": "Your_Access_Token"}, "serverurl": "Your_API_Endpoint" }

Where Your_Access_Token is your agent access token and Your_API_Endpoint is the endpoint for your region.