Number of APIs: 4
GET https://{{host}}/network-list/v2/activations/:activationId
Provides detailed status for a given activation, including progress on fast activation and other audit information, in addition to information ordinarily available from the Get activation status operation.
POST https://{{host}}/network-list/v2/network-lists/:networkListId/environments/:environment/activate
Activate the most recent syncPoint
version of a network list in either the STAGING
or PRODUCTION
environment.
GET https://{{host}}/network-list/v2/network-lists/:networkListId/environments/:environment/status
Shows a network list's activation status on either the STAGING
or PRODUCTION
environment. The response reflects standard activation status. For fast activation status, see Get activation details.
4. Get an activation's snapshot
GET https://{{host}}/network-list/v2/network-lists/:networkListId/sync-points/:syncPoint/history
Gets a version of a network list in its state when activated, with each version identified by its syncPoint
value. You can only get syncPoint
versions that have been activated.
ENDPOINTS