Updates the threshold for local agent

A successful request to this endpoint updates the threshold for the specified local agent, and returns the updated local agent details.

Request

This request uses the GET method, which is used to retrieve information about a specific local agent from the specified resource.

For basic authorization, replace this with your actual username and password (or API key) in the header request in the username:password or username:api_key format. Your user credentials are combined to form a Base64 encoded string.

You need to provide the following required query parameters to retrieve local agent details:

  • id: The alphanumeric ID of the local agent. You can find this in the Configurations > Test Environment in Katalon TestOps.

Response

The response will contain the details of the local agent based on the provided id.

See the following example:

{
  "id": 0,
  "name": "string",
  "ip": "string",
  "uuid": "string",
  "lastPing": "2025-01-20T01:41:55.574Z",
  "os": "string",
  "teamId": 0,
  "hostname": "string",
  "active": true,
  "threshold": 0,
  "numExecutingJobs": 0,
  "numAssignedJobs": 0,
  "agentVersion": "string",
  "deleted": true
}

Refer to the following table about the response body properties:

PropertyTypeDescription
idIntegerThe unique ID of the local agent.
nameStringThe name of the local agent.
ipStringThe IP address of the local agent.
uuidStringThe unique UUID of the local agent.
lastPingStringThe timestamp of the last ping from the agent.
osStringThe operating system of the local agent.
teamIdIntegerThe team ID associated with the local agent.
hostnameStringThe hostname of the local agent.
activeBooleanThe status indicating if the agent is currently active.
thresholdIntegerThe threshold value for the local agent, if applicable.
numExecutingJobsIntegrThe number of jobs currently being executed by the agent.
numAssignedJobsIntegerThe number of jobs assigned to the agent but not yet executed.
agentVersionStringThe version of the agent currently installed.
deletedBooleanIndicates whether the agent has been deleted.

Try it!

  1. Enter the required (and optional, if applicable) fields below.
  2. Select the language in Language.
  3. Enter your user name or API credentials.
  4. Review your API call and click Try it!
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!