PoolDeploymentUpdateInfo
{
"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
}
Pool deployment state used with the PG deployment policy. Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
Evaluation period for deployment update. Unit is SEC. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
Operational traffic ratio for the pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
List of results for each deployment rule. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
Member Pool's ID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
Reason returned in webhook callback when configured. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
Result of webhook callback when configured. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.