When polling a network list or one of its activations, various members' enumerated values indicate its current state in either the STAGING
or PRODUCTION
environments. The following reflects basic, high-level status:
Value | Description |
---|---|
INACTIVE | The network list is not yet activated. |
PENDING_ACTIVATION | An activation has launched, but the network list has not yet fully activated. |
ACTIVE | The network list is currently active. |
MODIFIED | Indicates that a previous syncPoint version of the network list is currently active, and any subsequent modifications may need to be activated. |
PENDING_DEACTIVATION | An activation for another syncPoint version of the network list has launched, but it has not yet fully rendered this version INACTIVE . |
FAILED | The network list has failed to activate. |
The following alternate set, which appears as values in the activation object's status
member, reflects lower-level fast activation states:
Value | Description |
---|---|
RECEIVED | The activation request has been received, and is being processed. |
LIVE | The activation is in the process of deploying across the environment. |
DEPLOYED | The activation is deployed across the environment, and is being checked for stability. |
ACTIVATED | The activation is successfully deployed across the environment. |
FAILED | The activation failed. |
ROLLBACK | A cancellation request is being processed. |
CANCELING | The activation partly deployed, but is now being cancelled. |
DEACTIVATED | A requested deactivation successfully completed across the environment. |
STOPPED | A requested cancellation or deactivation has been completed across the environment. |