FormFactorTransitionStatus

FormFactorTransitionStatus
FormFactorTransitionStatus

Status and progress tracking for form factor transition operations.

JSON Example
{
    "phase": "IN_PROGRESS",
    "start_time": "2026-01-15T10:30:00Z",
    "completion_time": "2026-01-15T11:45:00Z",
    "message": "Form factor transition from MEDIUM to LARGE in progress",
    "job_name": "formfactor-transition-job-abc123",
    "operation_id": "op-12345-67890",
    "source_form_factor": "SMALL",
    "target_form_factor": "SMALL"
}
phase
Required  

Phase of form factor transition process.

Enumeration: NOT_STARTED, IN_PROGRESS, COMPLETED, FAILED
string As date-time As date-time
start_time
Optional

RFC3339 timestamp when transition started.

string As date-time As date-time
completion_time
Optional

RFC3339 timestamp when transition completed.

string
message
Optional

Human-readable details about the transition status.

string
job_name
Optional

Kubernetes Job name executing the transition.

string
operation_id
Optional

Unique identifier for this transition operation.

source_form_factor
Optional

The cluster size for an SSP platform instance. ATP instance type supports LARGE, MEDIUM, and EXTRA_LARGE. AVI_OPERATIONS instance types use a fixed form factor of SMALL.

Enumeration: SMALL, LARGE, MEDIUM, EXTRA_LARGE
target_form_factor
Optional

The cluster size for an SSP platform instance. ATP instance type supports LARGE, MEDIUM, and EXTRA_LARGE. AVI_OPERATIONS instance types use a fixed form factor of SMALL.

Enumeration: SMALL, LARGE, MEDIUM, EXTRA_LARGE