TriggerSyncNow
TriggerSyncNow triggers an immediate one-shot resource sync for a platform. Returns ALREADY_EXISTS if a sync cycle is already in progress. Returns NOT_FOUND if the platform does not exist. Returns FAILED_PRECONDITION if sync is paused or not configured. Returns RESOURCE_EXHAUSTED if this Federation node does not hold the scheduler owner lease. Returns UNAVAILABLE if the owner lease or local owner runtime is unavailable.
POST
/api/v1/platforms/{platformUuid}/sync-nowOperation ID
TriggerSyncNowSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Path Parameters
platformUuidStringRequiredplatform_uuid is the platform to trigger an immediate sync for.
