Basic Information

appmixer.apigee.core.BlockIPs

Block IPs

1.0.1

Public

Add a new entry to the key value map to block an IP address with a specified TTL (time to live). This endpoint allows you to dynamically update Apigee configurations to enforce IP blocking rules.

Properties

FieldTypeDescription
Organization text The Apigee organization name.
Environment text The environment containing the key value map.

Input Ports

in

FieldTypeDescription
IPs text Enter a single IPv4 or IPv6 address, or multiple IP addresses separated by commas. JSON format is also supported, for example: ["1.1.1.1", "2.2.2.2"].
TTL number Time to live in seconds. The IPs will be automatically removed after this duration. If not set, the IPs will remain permanent.

Output Ports

out

FieldTypeDescription
No fields defined for this port

Full Metadata