Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Update an existing host object.
External DocumentationTo learn more, visit the Check Point Management documentation.

Parameters

ParameterDescription
IP AddressThe new IPv4 or IPv6 address for the host.
ObjectThe unique identifier (UID) or name of the host object to update.

Example Output

{
	"uid": "1d60975f-0e87-46a3-9849-048a5fe5af43",
	"name": "example-object",
	"type": "host",
	"domain": {
		"uid": "41e821a0-3720-11e3-aa6e-0800200c9fde",
		"name": "SMC User",
		"domain-type": "domain"
	},
	"ipv4-address": "1.2.2.20",
	"interfaces": [],
	"nat-settings": {
		"auto-rule": false
	},
	"groups": [],
	"comments": "",
	"color": "black",
	"icon": "Objects/host",
	"tags": [
		{
			"uid": "fb520aa3-126b-4743-8f9d-086658991fd0",
			"name": "foo",
			"type": "tag",
			"domain": {
				"uid": "41e821a0-3720-11e3-aa6e-0800200c9fde",
				"name": "SMC User",
				"domain-type": "domain"
			},
			"icon": "Tags/Tag",
			"color": "black"
		}
	],
	"meta-info": {
		"lock": "unlocked",
		"validation-state": "ok",
		"last-modify-time": {
			"posix": 1681071722523,
			"iso-8601": "2023-04-09T23:22+0300"
		},
		"last-modifier": "admin",
		"creation-time": {
			"posix": 1681071722523,
			"iso-8601": "2023-04-09T23:22+0300"
		},
		"creator": "admin"
	},
	"read-only": false,
	"available-actions": {
		"edit": "true",
		"delete": "true",
		"clone": "true"
	}
}

Workflow Library Example

Update Host Object with Check Point Management and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop