Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Region ID
L7 policy ID
L7 rule ID
Response
Returned L7 rule
L7Rule schema All the rules associated with a given policy are logically ANDed together. A request must match all the policy’s rules to match the policy. If you need to express a logical OR operation between rules, then do this by creating multiple policies with the same action.
The comparison type for the L7 rule
CONTAINS
, ENDS_WITH
, EQUAL_TO
, REGEX
, STARTS_WITH
L7Rule ID
When true the logic of the rule is inverted. For example, with invert true, 'equal to' would become 'not equal to'. Default is false.
The key to use for the comparison. For example, the name of the cookie to evaluate.
L7 policy operating status
DEGRADED
, DRAINING
, ERROR
, NO_MONITOR
, OFFLINE
, ONLINE
Project ID
ACTIVE
, DELETED
, ERROR
, PENDING_CREATE
, PENDING_DELETE
, PENDING_UPDATE
Region name
Region ID
A list of simple strings assigned to the l7 rule
The UUID of the active task that currently holds a lock on the resource. This lock prevents concurrent modifications to ensure consistency. If null
, the resource is not locked.
The L7 rule type
COOKIE
, FILE_TYPE
, HEADER
, HOST_NAME
, PATH
, SSL_CONN_HAS_CERT
, SSL_DN_FIELD
, SSL_VERIFY_RESULT
The value to use for the comparison. For example, the file type to compare.