Skip to content

About update order priority for a VSatellite

Configure the upgrade order priority for a VSatellite to control its upgrade sequence during rolling upgrades managed by CyberArk Certificate Manager - SaaS.

Prerequisite

The VSatellite must already be deployed. You cannot set update priority during initial creation.

To set or change the update order priority in the UI

  1. Sign in to Certificate Manager - SaaS.
  2. Locate the VSatellite you want to configure, and click to open its Details drawer.
  3. In the Upgrade Order Priority field, enter a number between 1 (highest priority) and 100 (lowest priority).
  4. Click Save.

To set or change the update order priority using the API

  1. Send a PUT request to the /v1/edgeinstances/{id} endpoint.
  2. In the request body, include the updateOrderPriority field with a value between 1 and 100.

Example request: ```json PUT /v1/edgeinstances/{id} { "name": "Satellite 1", "updateOrderPriority": 10 }

You can retrieve current values using the GET /v1/edgeinstances endpoint. Each VSatellite includes the updateOrderPriority property in the response.

The updated priority appears in the UI and API responses. During future rolling upgrades, this value determines the update sequence for your VSatellites.