PoolDeploymentUpdateInfo

PoolDeploymentUpdateInfo
PoolDeploymentUpdateInfo
JSON Example
{
    "deployment_state": "string",
    "evaluation_duration": 0,
    "ratio": 0,
    "results": [
        {
            "metric_value": "number",
            "result": false,
            "rule": {
                "metric_id": "string",
                "operator": "string",
                "threshold": "number"
            }
        }
    ],
    "uuid": "string",
    "webhook_reason": "string",
    "webhook_result": false
}
string
deployment_state
Optional

Pool deployment state used with the PG deployment policy. Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
evaluation_duration
Optional

Evaluation period for deployment update. Unit is SEC. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
ratio
Optional

Operational traffic ratio for the pool. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

results
Optional

List of results for each deployment rule. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
uuid
Optional

Member Pool's ID. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
webhook_reason
Optional

Reason returned in webhook callback when configured. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
webhook_result
Optional

Result of webhook callback when configured. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of