Todd Kirkland
- Total activity 515
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 11
- Subscriptions 253
Articles
Recent activity by Todd Kirkland-
Setting a Hostname
1. Configure a server hostname For EL7: set HOSTNAME to the new hostname using the following command hostnamectl set-hostname intigua.example.com Make sure the hostname is accessible by ...
-
Users Managments
OverviewThis article explains how to configure user and group access permissions in JetPatch Manager. It covers adding local and domain users/groups, setting permissions and roles, and managing use...
-
Sending Alerts (SNMP or EMAIL)
OverviewThis article explains how to configure log alerting in JetPatch using the Configure Alerts feature in the Logs & Alerts tab. JetPatch supports sending log notifications as SNMP traps or ema...
-
Changing a Managed Agent's Server Policy Group
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 set_gr...
-
Retrieving an Endpoint's Management Service Instances
Object Fields Reference To retrieve a list of management service instances installed on an endpoint, the client should perform a GET request on the endpoint's management service instance co...
-
Disconnecting an Endpoint Connection
Object Fields Reference To disconnect an endpoint from Intigua, the client should remove the Intigua connector from the endpoint. The endpoint can then be removed from the endpoint list. To...
-
Removing Credentials from the Credential Store
Object Fields Reference To remove a credential item from the credential store, the client should perform a DELETE request on the credential item. Request syntax: DELETE <credentials-url>
-
Adding an Endpoint
OverviewThis article describes how to add an endpoint to the endpoint collection using the REST API. The process involves sending a POST request with endpoint details in JSON format to register a n...
-
Management Service Object Fields
OverviewThis article documents the fields included in management service objects returned by API responses. It covers both stored management services available for deployment and deployed managemen...
-
Authentication (with Script Example)
OverviewThis article covers JetPatch API authentication methods, including required credentials, authorization timeouts, and provides practical code examples in Java, PowerShell, curl, and Python. ...