Replace load balancer L7 rule properties
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-1046.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
1
Region ID
1
L7 policy ID
"023f2e34-7806-443b-bfae-16c324569a3d"
L7 rule ID
"023f2e34-7806-443b-bfae-16c324569a3d"
Body
The comparison type for the L7 rule
CONTAINS, ENDS_WITH, EQUAL_TO, REGEX, STARTS_WITH "REGEX"
When true the logic of the rule is inverted.
true
false
The key to use for the comparison. Required for COOKIE and HEADER type only.
255"the name of the cookie or header to evaluate."
A list of simple strings assigned to the l7 rule
["test_tag_1", "test_tag_2"]The L7 rule type
COOKIE, FILE_TYPE, HEADER, HOST_NAME, PATH, SSL_CONN_HAS_CERT, SSL_DN_FIELD, SSL_VERIFY_RESULT "PATH"
The value to use for the comparison
1 - 255"/images*"
Response
OK
List of task IDs representing asynchronous operations. Use these IDs to monitor operation progress:
GET /v1/tasks/{task_id}- Check individual task status and details Poll task status until completion (FINISHED/ERROR) before proceeding with dependent operations.
["d478ae29-dedc-4869-82f0-96104425f565"]