PoolDeploymentFailureInfo

PoolDeploymentFailureInfo
PoolDeploymentFailureInfo
JSON Example
{
    "curr_in_service_pool_name": "string",
    "curr_in_service_pool_ref": "string",
    "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
curr_in_service_pool_name
Optional

Curent in-service pool. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
curr_in_service_pool_ref
Optional

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

integer As uint32 As uint32
ratio
Optional

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

results
Optional

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

string
uuid
Optional

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

string
webhook_reason
Optional

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

boolean
webhook_result
Optional

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

Property Of