Skip to content

Synchronize entitlements with purchased records

Request

If RUCKUS One licenses are not up to date with purchased licenses, call this API to sync with purchased records. This API syncs RUCKUS One licenses from purchased entitlements.

Headers
Content-Typestringrequired
Bodyrequired
statusstring
refreshTypestring

Type of refresh operation to perform during synchronization, determining the scope and method of the entitlement data refresh.

Enum:"FULL""DELTA""PAGINATED"
Example:"PAGINATED"
usageTypestringdeprecated

Usage type for entitlement synchronization, specifying the context of the sync operation; deprecated and not used in V2.

{ "usageType": "string", "status": "string", "refreshType": "PAGINATED" }

Responses

Sync request accepted. RUCKUS One licenses will be synchronized from purchased records.

Body
descstring

Human-readable description providing details about the accepted request, its purpose, and expected processing outcome.

requestIdstring

Unique identifier assigned to track the accepted request throughout its processing life cycle, enabling status monitoring and correlation with logs.

Response
{ "link": "http://example.com", "desc": "string", "requestId": "string" }