PoolGroupDeploymentPolicy

PoolGroupDeploymentPolicy
PoolGroupDeploymentPolicy
JSON Example
{
    "_last_modified": "string",
    "auto_disable_old_prod_pools": false,
    "configpb_attributes": {
        "version": 0
    },
    "description": "string",
    "evaluation_duration": 0,
    "markers": [
        {
            "key": "string",
            "values": [
                "string"
            ]
        }
    ],
    "name": "string",
    "rules": [
        {
            "metric_id": "string",
            "operator": "string",
            "threshold": "number"
        }
    ],
    "scheme": "string",
    "target_test_traffic_ratio": 0,
    "tenant_ref": "string",
    "test_traffic_ratio_rampup": 0,
    "url": "string",
    "uuid": "string",
    "webhook_ref": "string"
}
string
_last_modified
Optional

UNIX time since epoch in microseconds. Units(MICROSECONDS).

boolean
auto_disable_old_prod_pools
Optional

It will automatically disable old production pools once there is a new production candidate. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

configpb_attributes
Optional

configpb_attributes

string
description
Optional

Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
evaluation_duration
Optional

Duration of evaluation period for automatic deployment. Allowed values are 60-86400. Unit is SEC. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

markers
Optional

List of labels to be used for granular RBAC. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.

string
name
Required

The name of the pool group deployment policy. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

rules
Optional

Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
scheme
Optional

deployment scheme. Enum options - BLUE_GREEN, CANARY. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
target_test_traffic_ratio
Optional

Target traffic ratio before pool is made production. Allowed values are 1-100. Unit is RATIO. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
tenant_ref
Optional

It is a reference to an object of type Tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
test_traffic_ratio_rampup
Optional

Ratio of the traffic that is sent to the pool under test. test ratio of 100 means blue green. Allowed values are 1-100. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
url
Optional

url

string
uuid
Optional

UUID of the pool group deployment policy. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
webhook_ref
Optional

Webhook configured with URL that Avi controller will pass back information about pool group, old and new pool information and current deployment rule results. It is a reference to an object of type Webhook. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.