Returns a list of Inbound rules.

Basic Parameters

ParameterDescription
FiltersFilter Rules by specifying the field ID to filter by, and a list of values to include.Example:[ { "id": "ruleId", "includeValues": ["6b01b16d-5c82-4b12-ad53-e26574886f3f"] }, { "id": "name", "includeValues": ["block"] }]
LimitLimit the returned number of results.
OffsetUse this to paginate through results. Insert the nextOffset value from the previous response to retrieve the next batch of results.

Advanced Parameters

ParameterDescription
Add AncestorsSelect to show rules where the asset belongs to a group.
Add BuiltinsSelect to show global rules.
Entity ParamsA JSON object of entity Parameters.Format:{ "id": "string", "direction": "AssetDirection"}
With CountSelect to return the number of objects.

Example Output

{
	"count": 0,
	"items": [
		{
			"action": 0,
			"activitiesCount": 0,
			"approvedAt": 0,
			"approvedBy": {
				"id": "EntityId",
				"name": "Entity Name"
			},
			"createdAt": 0,
			"createdBy": {
				"createdBy": {
					"id": "EntityId",
					"name": "Entity Name"
				},
				"email": "string",
				"enforcementSource": 0,
				"userRole": 0
			},
			"description": "string",
			"direction": 0,
			"excludedEntityInfos": [
				{
					"id": "EntityId",
					"name": "Entity Name"
				}
			],
			"excludedLocalIdsList": [
				"string"
			],
			"expiresAt": 0,
			"id": "uuid",
			"ipSecOpt": 0,
			"localEntityId": "string",
			"localEntityInfos": [
				{
					"addedAt": 0,
					"addedBy": {
						"id": "string",
						"name": "User Name"
					},
					"assetStatus": 0,
					"assetType": 0,
					"assignedDeployment": {
						"id": "EntityId",
						"name": "Entity Name"
					},
					"assignedDeploymentId": "string",
					"breakGlassActivated": false,
					"distinguishedName": "string",
					"domain": "domain.local",
					"environmentGroup": {
						"id": "EntityId",
						"name": "Entity Name"
					},
					"fqdn": "laptoppc.domain.local",
					"guid": "string",
					"healthState": {
						"healthIssuesList": [
							{
								"details": "string",
								"issueCode": 0
							}
						],
						"healthStatus": 0
					},
					"id": "a:a:6d020055",
					"identityProtectAt": 0,
					"identityProtectedAt": 0,
					"identityProtectionState": 0,
					"inactiveReason": 0,
					"inactiveSince": 0,
					"ipV4Addresses": [
						"1.1.1.1"
					],
					"ipV6Addresses": [
						"string"
					],
					"lastLogonReplicated": 0,
					"name": "laptoppc",
					"operatingSystem": "Windows 10 Pro",
					"passwordUpdateTime": 0,
					"preferredDeployment": {
						"id": "EntityId",
						"name": "Entity Name"
					},
					"preferredDeploymentId": "string",
					"principalName": "string",
					"protectAt": 0,
					"protectedAt": 0,
					"protectionState": 0,
					"rpcMonitored": false,
					"rpcProtectAt": 0,
					"rpcProtectedAt": 0,
					"rpcProtectionState": 0,
					"servicePrincipleNames": [
						"string"
					],
					"sid": "string",
					"source": 0,
					"state": {
						"assetId": "string",
						"identityProtectAt": 0,
						"identityProtectedAt": 0,
						"identityProtectionState": 0,
						"isAssetConnected": false,
						"lastConnectedAt": 0,
						"lastDisconnectedAt": 0,
						"protectAt": 0,
						"protectedAt": 0,
						"protectionState": 0,
						"rpcProtectAt": 0,
						"rpcProtectedAt": 0,
						"rpcProtectionState": 0
					},
					"userAccountControl": 0
				}
			],
			"localEntitySuccessor": [
				{
					"id": "EntityId",
					"name": "Entity Name"
				}
			],
			"localProcessesList": [
				"string"
			],
			"mirrorSwitchRuleId": "uuid",
			"parentId": "string",
			"parentType": 0,
			"portsList": [
				{
					"ports": "string",
					"protocolType": 0
				}
			],
			"remoteEntityIdsList": [
				"string"
			],
			"remoteEntityInfos": [
				{
					"id": "EntityId",
					"name": "Entity Name"
				}
			],
			"ruleclass": 0,
			"servicesList": [
				"string"
			],
			"srcUserInfos": [
				{
					"items": [
						{
							"addedAt": 0,
							"addedBy": {
								"id": "string",
								"name": "User Name"
							},
							"createdAt": 0,
							"description": "string",
							"directMembersCount": 0,
							"domain": "string",
							"externalId": "string",
							"guid": "string",
							"hasProtectionPolicy": false,
							"id": "string",
							"name": "string",
							"principalName": "string",
							"role": 0,
							"sid": "string",
							"updatedAt": 0
						}
					]
				}
			],
			"srcUsersList": [
				{
					"id": "string",
					"sid": "string"
				}
			],
			"state": 0,
			"updatedAt": 0,
			"updatedBy": {
				"id": "EntityId",
				"name": "Entity Name"
			}
		}
	]
}

Workflow Library Example

List Inbound Policies with Zero Networks and Send Results Via Email

Preview this Workflow on desktop