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-
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
To enable JetPatch Manager to access a user or group, and to configure the user's or group's permissions: In the Users' Sections > Management Click Add User / Group: Select the authentication T...
-
Sending Alerts (SNMP or EMAIL)
You can have logs of each type (Information, Audit, Warning, or Error), sent as SNMP traps (requires defined SNMP) or by email (requires defined SMTP) to specified recipients. To configure log aler...
-
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
Object Fields Reference To add an endpoint to the endpoint collection, the client should perform a POST request on the collection, with the new endpoint's details in the request body, in JSON forma...
-
Management Service Object Fields
When an API response includes one or more objects of stored management services (available for deployment to endpoints) or of deployed management service instances, each such object includes some o...
-
Authentication (with Script Example)
The JetPatch server authorizes API requests to users with an API key. Since the API is sessionless, every HTTP request must be authenticated. Authorization is valid for 15 minutes, so the client's ...