Todd Kirkland
- Total activity 516
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 11
- Subscriptions 253
Articles
Recent activity by Todd Kirkland-
Configuring Syslog
JetPatch can send all logs to a syslog server. To define a syslog server: Make sure that organizational firewalls allow syslog traffic (usually UDP port 514) from the JetPatch Manager Cons...
-
Resolving Agent Issues
If a managed agent is failing or causing other issues: Try restarting it. If that doesn’t resolve the issue, completely remove the managed agent from the machine and then re-apply the mana...
-
Registering a Managed Agent with its Management Server
Object Fields Reference The client can activate a managed agent's management server plugin (as configured in the management service) on the managed agent's management server with the regist...
-
Retrieving Stored Management Services
Object Fields Reference To retrieve a list of stored management services available for deployment, the client should perform a GET request on the service store. Request syntax: GET <service...
-
Retrieving an Endpoint's Connector Details
Object Fields Reference To retrieve full object details of the JetPatch connector (including its version number; for example, to check if the connector needs to be upgraded), the client should perf...
-
Retrieving All Stored Credentials
Object Fields Reference To retrieve all stored credentials, the client should perform a GET request on the credential store. Request syntax: GET <credentials-store-url> The response includes a JSON...
-
Retrieving All Endpoints
Object Fields Reference To retrieve all endpoints in the endpoint collection, the client should use the following request syntax: GET <endpointlist-url> Example: endpointlist-url: https://<CORE_SE...
-
Endpoint Object Fields
When an API response includes one or more endpoint objects, each such object includes the following fields, in JSON format: Field Type Description url URL The resource URL f...
-
API Architecture
Developers can implement JetPatch API requests in client scripts written in any language that can send HTTP requests and parse responses. API requests can perform various tasks with:Endpoints (in t...
-
Agents Dashboard
In the Agents Compliance Dashboard you can see a simple and convenient summary of your environment. Here you can see: Total Servers All Open Exceptions Exceptions Fixed in the Last 7 Days Hig...